Click here to Skip to main content
15,881,559 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Whats wrong with my code? Pin
Herboren11-Jan-11 17:25
Herboren11-Jan-11 17:25 
GeneralRe: Whats wrong with my code? Pin
Luc Pattyn11-Jan-11 17:40
sitebuilderLuc Pattyn11-Jan-11 17:40 
GeneralRe: Whats wrong with my code? Pin
Herboren11-Jan-11 18:09
Herboren11-Jan-11 18:09 
GeneralRe: Whats wrong with my code? Pin
Luc Pattyn11-Jan-11 18:24
sitebuilderLuc Pattyn11-Jan-11 18:24 
GeneralRe: Whats wrong with my code? Pin
Herboren11-Jan-11 18:29
Herboren11-Jan-11 18:29 
AnswerRe: Whats wrong with my code? Pin
Brady Kelly14-Jan-11 1:52
Brady Kelly14-Jan-11 1:52 
Questionruntime Pin
messages7-Jan-11 21:11
messages7-Jan-11 21:11 
AnswerRe: runtime Pin
Estys7-Jan-11 22:08
Estys7-Jan-11 22:08 
.NET (source)programs are compiled into assemblies. These assemblies are in the form of MSIL, MS Intermediate Language.
The runtime, Common Language Runtime (CLR) is the set of programs that compiles your .NET assemblies into binary code for the processor and operating system it runs on, and executes them.
All .NET languages (VB, C#, F#, Managed C++) are compiled into the same MSIL.
That's why you can mix assemblies written in any of the available .NET languages.
Whereas in the olden days (before .NET) you had to worry about things like memory management, now it's handled by the CLR.

Cheers
I don't like my signature at all

GeneralRe: runtime Pin
messages8-Jan-11 0:08
messages8-Jan-11 0:08 
GeneralRe: runtime Pin
Estys8-Jan-11 0:19
Estys8-Jan-11 0:19 
GeneralRe: runtime Pin
Ashwini K Singh8-Jan-11 2:25
Ashwini K Singh8-Jan-11 2:25 
GeneralRe: runtime Pin
Estys8-Jan-11 2:33
Estys8-Jan-11 2:33 
AnswerRe: runtime Pin
Abhinav S8-Jan-11 3:08
Abhinav S8-Jan-11 3:08 
QuestionTest Message Pin
ahmadfareedkhan7-Jan-11 5:46
ahmadfareedkhan7-Jan-11 5:46 
AnswerRe: Test Message Pin
Keith Barrow7-Jan-11 6:14
professionalKeith Barrow7-Jan-11 6:14 
AnswerRe: Test Message Pin
Dave Kreskowiak7-Jan-11 7:18
mveDave Kreskowiak7-Jan-11 7:18 
AnswerRe: Test Message Pin
Richard MacCutchan7-Jan-11 8:19
mveRichard MacCutchan7-Jan-11 8:19 
GeneralMessage Removed Pin
7-Jan-11 1:50
ahmadfareedkhan7-Jan-11 1:50 
GeneralRe: Techinical Issues Pin
Pete O'Hanlon7-Jan-11 2:24
mvePete O'Hanlon7-Jan-11 2:24 
GeneralRe: Techinical Issues Pin
Dave Kreskowiak7-Jan-11 2:24
mveDave Kreskowiak7-Jan-11 2:24 
GeneralRe: Techinical Issues Pin
Abhinav S7-Jan-11 3:02
Abhinav S7-Jan-11 3:02 
GeneralRe: Techinical Issues Pin
RaviRanjanKr7-Jan-11 3:47
professionalRaviRanjanKr7-Jan-11 3:47 
GeneralRe: Techinical Issues Pin
Yusuf7-Jan-11 3:49
Yusuf7-Jan-11 3:49 
GeneralRe: Techinical Issues Pin
musefan7-Jan-11 4:04
musefan7-Jan-11 4:04 
GeneralRe: Techinical Issues Pin
scottgp7-Jan-11 4:00
professionalscottgp7-Jan-11 4:00 

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.