Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
AnswerRe: Login Error Pin
J4amieC1-Oct-08 2:20
J4amieC1-Oct-08 2:20 
GeneralRe: Login Error Pin
Ennis Ray Lynch, Jr.1-Oct-08 5:23
Ennis Ray Lynch, Jr.1-Oct-08 5:23 
AnswerRe: Login Error Pin
Ennis Ray Lynch, Jr.1-Oct-08 5:23
Ennis Ray Lynch, Jr.1-Oct-08 5:23 
Questionhow to read font files Pin
GSSPriya1-Oct-08 0:44
GSSPriya1-Oct-08 0:44 
AnswerRe: how to read font files Pin
leppie1-Oct-08 0:47
leppie1-Oct-08 0:47 
AnswerSTOP ASKING THE SAME QUESTION OVER AND OVER. Pin
leckey1-Oct-08 3:51
leckey1-Oct-08 3:51 
Questionwhat is the Difference between asynchronous and synchronous function? Pin
Tridip Bhattacharjee1-Oct-08 0:05
professionalTridip Bhattacharjee1-Oct-08 0:05 
AnswerRe: what is the Difference between asynchronous and synchronous function? Pin
DaveyM691-Oct-08 0:19
professionalDaveyM691-Oct-08 0:19 
asynchronous[^]
synchronous/synchronization[^]
No code snippet required really, an async function will normally return immediately and continue doing it's thing afterwards (on a seperate thread?) so the current thread is not blocked. A sync function will return at the end of the function, so the current thread is blocked while the function is running.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

AnswerRe: what is the Difference between asynchronous and synchronous function? Pin
Brij1-Oct-08 1:39
mentorBrij1-Oct-08 1:39 
GeneralRe: what is the Difference between asynchronous and synchronous function? Pin
nelsonpaixao1-Oct-08 12:28
nelsonpaixao1-Oct-08 12:28 
QuestionWrite DataTable To Fixed Width Text File Pin
MumbleB30-Sep-08 23:15
MumbleB30-Sep-08 23:15 
AnswerRe: Write DataTable To Fixed Width Text File Pin
Ashfield1-Oct-08 0:22
Ashfield1-Oct-08 0:22 
AnswerRe: Write DataTable To Fixed Width Text File Pin
MumbleB1-Oct-08 20:35
MumbleB1-Oct-08 20:35 
QuestionConfiguration - List of key/values without using custom section Pin
BillyGoatGruff30-Sep-08 22:58
BillyGoatGruff30-Sep-08 22:58 
AnswerRe: Configuration - List of key/values without using custom section Pin
Mycroft Holmes30-Sep-08 23:15
professionalMycroft Holmes30-Sep-08 23:15 
GeneralRe: Configuration - List of key/values without using custom section Pin
BillyGoatGruff1-Oct-08 0:28
BillyGoatGruff1-Oct-08 0:28 
GeneralRe: Configuration - List of key/values without using custom section Pin
BillyGoatGruff1-Oct-08 0:31
BillyGoatGruff1-Oct-08 0:31 
AnswerRe: Configuration - List of key/values without using custom section Pin
#realJSOP1-Oct-08 0:45
mve#realJSOP1-Oct-08 0:45 
AnswerRe: Configuration - List of key/values without using custom section Pin
BillyGoatGruff1-Oct-08 4:23
BillyGoatGruff1-Oct-08 4:23 
Questionsample project [modified] Pin
aspnet_2230-Sep-08 22:55
aspnet_2230-Sep-08 22:55 
AnswerRe: sample project Pin
Mycroft Holmes30-Sep-08 23:11
professionalMycroft Holmes30-Sep-08 23:11 
AnswerRe: sample project Pin
MumbleB30-Sep-08 23:18
MumbleB30-Sep-08 23:18 
GeneralRe: sample project Pin
aspnet_221-Oct-08 10:29
aspnet_221-Oct-08 10:29 
AnswerRe: sample project Pin
Ashfield1-Oct-08 0:14
Ashfield1-Oct-08 0:14 
AnswerRe: sample project Pin
leckey1-Oct-08 3:50
leckey1-Oct-08 3:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.