Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 0:16
mve#realJSOP7-Sep-11 0:16 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion7-Sep-11 0:27
nitin_ion7-Sep-11 0:27 
GeneralRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 2:21
mve#realJSOP7-Sep-11 2:21 
AnswerRe: Create a web service to push messages to clients Pin
John Y.7-Sep-11 9:58
John Y.7-Sep-11 9:58 
QuestionDependency Injection Pin
siva4555-Sep-11 16:36
siva4555-Sep-11 16:36 
AnswerRe: Dependency Injection Pin
Abhinav S5-Sep-11 19:12
Abhinav S5-Sep-11 19:12 
QuestionHow can i present my new device to windows to recognise it? Pin
burhankaraman5-Sep-11 9:17
burhankaraman5-Sep-11 9:17 
AnswerRe: How can i present my new device to windows to recognise it? Pin
Evan Gallup5-Sep-11 17:51
Evan Gallup5-Sep-11 17:51 
After a quick Google search, I've come to the conclusion that the answer to your question is both yes and no. You can write some drivers in C# (see User-Mode Driver Framework (UMDF)[^]), but kernel-mode drivers cannot be created with C# because it "produces intermediate language that is interpreted by a virtual machine (.NET)". The general consensus is to use C/C++ for drivers.

Source: http://stackoverflow.com/questions/994600/writing-drivers-in-c[^]
If I had a nickel for every time I tried to teach someone some programming, they didn't pay a cent of attention, then gave up, claiming it was too difficult - well, you know the rest... sadly, I'm just a programmer in an endless sea of cubes, typing my life away.

AnswerRe: How can i present my new device to windows to recognise it? Pin
Eddy Vluggen5-Sep-11 21:52
professionalEddy Vluggen5-Sep-11 21:52 
QuestionRetail barcode question Pin
Jassim Rahma5-Sep-11 1:58
Jassim Rahma5-Sep-11 1:58 
AnswerRe: Retail barcode question Pin
Rob Philpott5-Sep-11 2:07
Rob Philpott5-Sep-11 2:07 
GeneralRe: Retail barcode question Pin
Jassim Rahma5-Sep-11 2:17
Jassim Rahma5-Sep-11 2:17 
GeneralRe: Retail barcode question Pin
kribo9-Sep-11 5:08
professionalkribo9-Sep-11 5:08 
AnswerRe: Retail barcode question Pin
OriginalGriff5-Sep-11 2:22
mveOriginalGriff5-Sep-11 2:22 
AnswerRe: Retail barcode question Pin
GuyThiebaut5-Sep-11 2:34
professionalGuyThiebaut5-Sep-11 2:34 
AnswerRe: Retail barcode question Pin
GParkings5-Sep-11 2:35
GParkings5-Sep-11 2:35 
QuestionExecuting,accessing and change a "CorelDraw" file through C# application [modified] Pin
Mahtab7774-Sep-11 20:11
Mahtab7774-Sep-11 20:11 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
OriginalGriff4-Sep-11 21:45
mveOriginalGriff4-Sep-11 21:45 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Eddy Vluggen5-Sep-11 6:43
professionalEddy Vluggen5-Sep-11 6:43 
AnswerRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Mahtab7775-Sep-11 21:12
Mahtab7775-Sep-11 21:12 
GeneralRe: Executing,accessing and change a "CorelDraw" file through C# application Pin
Pete O'Hanlon5-Sep-11 21:42
mvePete O'Hanlon5-Sep-11 21:42 
QuestionPolymorphism Pin
MUHAMMAD FAROOQ19914-Sep-11 0:59
MUHAMMAD FAROOQ19914-Sep-11 0:59 
AnswerRe: Polymorphism Pin
DaveyM694-Sep-11 1:57
professionalDaveyM694-Sep-11 1:57 
AnswerRe: Polymorphism Pin
PIEBALDconsult4-Sep-11 5:18
mvePIEBALDconsult4-Sep-11 5:18 
AnswerRe: Polymorphism Pin
Abhinav S4-Sep-11 6:26
Abhinav S4-Sep-11 6:26 

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.