Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
GeneralRe: A problem while transferring data over the NetworkStream Pin
jschell6-Jun-11 8:49
jschell6-Jun-11 8:49 
GeneralRe: A problem while transferring data over the NetworkStream Pin
SimpleData6-Jun-11 9:47
SimpleData6-Jun-11 9:47 
GeneralRe: A problem while transferring data over the NetworkStream Pin
jschell7-Jun-11 9:42
jschell7-Jun-11 9:42 
QuestionSharpening the Saw Pin
eddieangel1-Jun-11 6:32
eddieangel1-Jun-11 6:32 
AnswerRe: Sharpening the Saw Pin
Luc Pattyn1-Jun-11 7:16
sitebuilderLuc Pattyn1-Jun-11 7:16 
AnswerRe: Sharpening the Saw PinPopular
SledgeHammer011-Jun-11 8:06
SledgeHammer011-Jun-11 8:06 
GeneralRe: Sharpening the Saw Pin
eddieangel1-Jun-11 8:14
eddieangel1-Jun-11 8:14 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 8:38
SledgeHammer011-Jun-11 8:38 
Ok...

1) Yeah, access modifiers are considered "common knowledge". Public / private are the most common. Protected is pretty common too. Internal is useful in WPF (since you sometimes want to make stuff private and that won't work with data binding on occasions)... protected internal, well, IMHO, that’s *generally* used in code hacks.

2) Multi-threading - if you knew BackgroundWorker and thread synchronization techniques, I'd say that’s pretty good. Async CTP is another good thing to pick up. You might need to create threads by hand if you want to spin off say 10 background threads. You should probably know the differences between mutexes, semaphores and critical sections as that’s a basic interview question.

3) value vs. reference type, yeah, I guess you should know that.

4) LINQ... meh... that’s an obscure question IMHO... if you see code that uses LINQ everywhere, chances are they are constantly battling performance issues.

5) yeah, you should know inheritance so you are not c&p'ing code all the time.
GeneralRe: Sharpening the Saw Pin
eddieangel1-Jun-11 8:42
eddieangel1-Jun-11 8:42 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 9:48
SledgeHammer011-Jun-11 9:48 
AnswerRe: Sharpening the Saw Pin
Luc Pattyn1-Jun-11 15:05
sitebuilderLuc Pattyn1-Jun-11 15:05 
GeneralRe: Sharpening the Saw Pin
RobCroll1-Jun-11 14:01
RobCroll1-Jun-11 14:01 
AnswerRe: Sharpening the Saw Pin
jschell1-Jun-11 8:50
jschell1-Jun-11 8:50 
AnswerRe: Sharpening the Saw Pin
Ennis Ray Lynch, Jr.1-Jun-11 8:54
Ennis Ray Lynch, Jr.1-Jun-11 8:54 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 9:51
SledgeHammer011-Jun-11 9:51 
AnswerRe: Sharpening the Saw Pin
Pete O'Hanlon1-Jun-11 9:26
mvePete O'Hanlon1-Jun-11 9:26 
GeneralRe: Sharpening the Saw Pin
eddieangel1-Jun-11 9:34
eddieangel1-Jun-11 9:34 
GeneralRe: Sharpening the Saw Pin
Pete O'Hanlon1-Jun-11 9:36
mvePete O'Hanlon1-Jun-11 9:36 
GeneralRe: Sharpening the Saw Pin
gavindon1-Jun-11 10:31
gavindon1-Jun-11 10:31 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 9:53
SledgeHammer011-Jun-11 9:53 
JokeRe: Sharpening the Saw [modified] Pin
AspDotNetDev1-Jun-11 10:37
protectorAspDotNetDev1-Jun-11 10:37 
GeneralRe: Sharpening the Saw Pin
SledgeHammer011-Jun-11 11:21
SledgeHammer011-Jun-11 11:21 
GeneralRe: Sharpening the Saw Pin
Pete O'Hanlon1-Jun-11 21:47
mvePete O'Hanlon1-Jun-11 21:47 
AnswerRe: Sharpening the Saw [modified] Pin
RobCroll1-Jun-11 14:11
RobCroll1-Jun-11 14:11 
QuestionI do not understand why the error ! :S Pin
ismail201-Jun-11 2:31
ismail201-Jun-11 2:31 

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.