Click here to Skip to main content
15,900,457 members
Home / Discussions / C#
   

C#

 
GeneralRe: what compiler? Pin
OCARA11-Jan-04 9:45
OCARA11-Jan-04 9:45 
GeneralRe: what compiler? Pin
Mazdak11-Jan-04 10:05
Mazdak11-Jan-04 10:05 
GeneralRe: what compiler? Pin
Heath Stewart11-Jan-04 11:50
protectorHeath Stewart11-Jan-04 11:50 
Mazdak wrote:
C# and all other supported .NET language like VB.NET have the same compiler.

You may have mistyped this, but to clarify to the original posters or future readers, each language has its own compiler (not to say someone couldn't develop a compiler that compiles multiple languages). The main point to understand is that each compiler produces Intermediate Language, or IL. While each language compiler may support different things (like VB.NET as of 1.1 can't make use of unsigned integer types or use unsafe pointers while C# can), the output is still essentially the same which means that it doesn't matter in what language a .NET assembly / library is written, each language targeting the CLR (a.k.a. ".NET language") can use the assemblies. This is language interoperability thanks to the .NET Framework's Common Type System, or CTS.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: what compiler? Pin
Mazdak11-Jan-04 19:58
Mazdak11-Jan-04 19:58 
GeneralImages not showing in toolbar Pin
Anders Molin10-Jan-04 16:27
professionalAnders Molin10-Jan-04 16:27 
GeneralRe: Images not showing in toolbar Pin
Anders Molin10-Jan-04 16:36
professionalAnders Molin10-Jan-04 16:36 
GeneralSolved Pin
Anders Molin10-Jan-04 16:49
professionalAnders Molin10-Jan-04 16:49 
GeneralRe: Solved Pin
leppie10-Jan-04 23:35
leppie10-Jan-04 23:35 
GeneralFiltering Datasets Pin
MrJJKoolJ10-Jan-04 13:18
MrJJKoolJ10-Jan-04 13:18 
GeneralRe: Filtering Datasets Pin
Colin Angus Mackay10-Jan-04 16:30
Colin Angus Mackay10-Jan-04 16:30 
GeneralRe: Filtering Datasets Pin
Mazdak10-Jan-04 19:10
Mazdak10-Jan-04 19:10 
QuestionAdvice? Pin
Alex Korchemniy10-Jan-04 11:07
Alex Korchemniy10-Jan-04 11:07 
AnswerRe: Advice? Pin
Guillermo Rivero10-Jan-04 11:25
Guillermo Rivero10-Jan-04 11:25 
GeneralLooking for XP Style textBoxes and dataGrid Pin
sinnen10-Jan-04 11:00
sinnen10-Jan-04 11:00 
GeneralRe: Looking for XP Style textBoxes and dataGrid Pin
Heath Stewart10-Jan-04 11:55
protectorHeath Stewart10-Jan-04 11:55 
GeneralRe: Looking for XP Style textBoxes and dataGrid Pin
sinnen12-Jan-04 10:53
sinnen12-Jan-04 10:53 
GeneralCryptography question Pin
Mazdak10-Jan-04 9:54
Mazdak10-Jan-04 9:54 
GeneralRe: Cryptography question Pin
Heath Stewart10-Jan-04 12:01
protectorHeath Stewart10-Jan-04 12:01 
GeneralRe: Cryptography question Pin
Mazdak10-Jan-04 19:05
Mazdak10-Jan-04 19:05 
GeneralRe: Cryptography question Pin
TuringTest110-Jan-04 20:37
TuringTest110-Jan-04 20:37 
GeneralCollectionBase.OnRemove and CollectionEditor Pin
Chris Richner10-Jan-04 7:09
Chris Richner10-Jan-04 7:09 
GeneralRe: CollectionBase.OnRemove and CollectionEditor Pin
Heath Stewart10-Jan-04 12:03
protectorHeath Stewart10-Jan-04 12:03 
GeneralRe: CollectionBase.OnRemove and CollectionEditor Pin
Chris Richner10-Jan-04 16:50
Chris Richner10-Jan-04 16:50 
GeneralDirectShow winform Pin
just_a_builder10-Jan-04 2:05
just_a_builder10-Jan-04 2:05 
GeneralRe: DirectShow winform Pin
Kentamanos10-Jan-04 9:43
Kentamanos10-Jan-04 9:43 

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.