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

C#

 
GeneralRe: Primitive types or object types what to prefer Pin
Scott Dorman14-Jan-07 5:47
professionalScott Dorman14-Jan-07 5:47 
AnswerRe: Primitive types or object types what to prefer Pin
Luc Pattyn14-Jan-07 12:14
sitebuilderLuc Pattyn14-Jan-07 12:14 
QuestionC# or C++ and why ? Pin
Software_Specialist13-Jan-07 5:54
Software_Specialist13-Jan-07 5:54 
AnswerRe: C# or C++ and why ? Pin
Ed.Poore13-Jan-07 7:56
Ed.Poore13-Jan-07 7:56 
AnswerRe: C# or C++ and why ? Pin
Colin Angus Mackay13-Jan-07 9:20
Colin Angus Mackay13-Jan-07 9:20 
GeneralRe: C# or C++ and why ? Pin
Software_Specialist13-Jan-07 22:43
Software_Specialist13-Jan-07 22:43 
GeneralRe: C# or C++ and why ? Pin
Nadia Monalisa13-Jan-07 23:45
Nadia Monalisa13-Jan-07 23:45 
GeneralRe: C# or C++ and why ? Pin
Colin Angus Mackay14-Jan-07 3:26
Colin Angus Mackay14-Jan-07 3:26 
bashiwala wrote:
.NET language


.NET is not a language. It is a framework.

I did mean C# and my comment can be extended to all languages that compile to MSIL. However, since this is posted in the C# forum I restricted my answer to that domain.


bashiwala wrote:
So, if I choose Visual C++.NET to make a driver, I did not think that it would be any better than Visual C#.NET.


C++ with managed extensions has a slight advantage over C# in that it can move between the managed and unmanaged world more easily. In C# you have to declare blocks of code and unsafe and it begins to look ugly after that.


bashiwala wrote:
Unless if I dont make the driver in some other C++ (like borland etc) targeting native Operating System directly bypassing any CLR. Ain't I right ?


Sorry, you've lost me. That doesn't make any sense to me.

If you are creating a driver I suggest you don't use something that targets the CLR. It isn't a case of bypassing the CLR because the CLR is not part of the kernal in the OS, where most drivers reside.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

QuestionA user-interface question Pin
Zerox MXI13-Jan-07 1:59
Zerox MXI13-Jan-07 1:59 
AnswerRe: A user-interface question Pin
Thomas Stockwell13-Jan-07 5:23
professionalThomas Stockwell13-Jan-07 5:23 
QuestionSomething like chat Pin
CodeItWell13-Jan-07 0:21
CodeItWell13-Jan-07 0:21 
AnswerRe: Something like chat Pin
Thomas Stockwell13-Jan-07 5:24
professionalThomas Stockwell13-Jan-07 5:24 
QuestionQuestion in C# about Interfaces...... Pin
Yanshof13-Jan-07 0:16
Yanshof13-Jan-07 0:16 
AnswerRe: Question in C# about Interfaces...... Pin
Uri Lavi13-Jan-07 5:44
Uri Lavi13-Jan-07 5:44 
GeneralRe: Question in C# about Interfaces...... Pin
Yanshof13-Jan-07 5:54
Yanshof13-Jan-07 5:54 
QuestionWhy does notifyicon disappear when stop a service [modified] Pin
l.m.k12-Jan-07 23:26
l.m.k12-Jan-07 23:26 
AnswerRe: Why does notifyicon disappear when stop a service Pin
Colin Angus Mackay13-Jan-07 9:22
Colin Angus Mackay13-Jan-07 9:22 
GeneralRe: Why does notifyicon disappear when stop a service Pin
l.m.k13-Jan-07 22:12
l.m.k13-Jan-07 22:12 
QuestionHow to access .hlp file in C#.Net [modified] Pin
sjs4u12-Jan-07 23:07
sjs4u12-Jan-07 23:07 
AnswerRe: How to access .hlp file in C#.Net Pin
Stefan Troschuetz12-Jan-07 23:52
Stefan Troschuetz12-Jan-07 23:52 
Questionemerging cross circles Pin
hamadam2112-Jan-07 21:48
hamadam2112-Jan-07 21:48 
AnswerRe: emerging cross circles Pin
Christian Graus12-Jan-07 22:11
protectorChristian Graus12-Jan-07 22:11 
AnswerRe: emerging cross circles Pin
jk chan13-Jan-07 0:57
jk chan13-Jan-07 0:57 
AnswerRe: emerging cross circles Pin
Luc Pattyn13-Jan-07 9:19
sitebuilderLuc Pattyn13-Jan-07 9:19 
GeneralRe: emerging cross circles Pin
hamadam2114-Jan-07 10:36
hamadam2114-Jan-07 10:36 

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.