ctp Questions

4

My question as the title suggest is about the background of 'async' and 'await'. Is it true to say that what the current thread reaches 'await' keyword, it goes to "sleep", and wakes up when the a...
Eldoraeldorado asked 1/9, 2012 at 12:53

1

Solved

I'm trying to understand some parts of Apache POI. For instance, i;m trying to get text (or table, etc.) from an existing docx file. For example there is a method getParagraph(..CTP p) in XWPFDocum...
Violence asked 29/8, 2014 at 19:55

2

Solved

I'm trying to get the hand of the new async CTP stuff and I'm probably confusing myself here.. I can have this "task method", with no problem: public static Task<String> LongTaskAAsync() { ...
Soucy asked 30/7, 2012 at 0:3

3

Solved

I thought I'd experiment a bit with Scott Guthrie's latest post on code-first dev with Entity Framework 4. Instead of using Sql Server, I'm trying to use MySql. Here are the relevant parts of my we...
Sapir asked 19/7, 2010 at 18:19
1

© 2022 - 2024 — McMap. All rights reserved.