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

.NET (Core and Framework)

 
QuestionGAC! [modified] [solved-ish] Pin
PIEBALDconsult22-Apr-10 15:56
mvePIEBALDconsult22-Apr-10 15:56 
AnswerRe: GAC! Pin
Not Active22-Apr-10 18:04
mentorNot Active22-Apr-10 18:04 
GeneralRe: GAC! Pin
PIEBALDconsult22-Apr-10 18:40
mvePIEBALDconsult22-Apr-10 18:40 
GeneralRe: GAC! Pin
Not Active23-Apr-10 2:11
mentorNot Active23-Apr-10 2:11 
QuestionChanging VSTO Add-In 's Application Domain Pin
acarre3122-Apr-10 3:34
acarre3122-Apr-10 3:34 
AnswerRe: Changing VSTO Add-In 's Application Domain Pin
acarre3123-Apr-10 0:27
acarre3123-Apr-10 0:27 
QuestionRelationship of C# Version to .NET Version Pin
Patrick Skelton21-Apr-10 22:34
Patrick Skelton21-Apr-10 22:34 
AnswerRe: Relationship of C# Version to .NET Version Pin
Michel Godfroid22-Apr-10 0:18
Michel Godfroid22-Apr-10 0:18 
Tricky to answer that one. In principle, C# is just a compiler, which compiles code to the CIL (or MSIL). Now MSIL has not changed greatly since standardisation (I don't even think it has changed), so things look bright there. The problems are that:
C# is not a pure compiler. For some language features (for example it's basic object implementation), it relies on the CLR to supply the implementation. So constructs which are added to the language may well rely on specific features of the libraries.
Also when compiling code (which happens in asp.net pages), the compilation will rely on System.CodeDom.Compiler to emit the MSIL. Since System.CodeDom.compiler is part of the CLR, you could say that there is a dependency on the libraries ( I'm pretty sure that when you compile through the C# compiler, the compiler relies on the CLR to emit it's bytecode, and will choose the adequate version of the CLR for it's task.

SO: I'm not sure, this is educated guesswork. Haven't found anything on this subject really.
Anybody can offer some more insight?

Pity that Brad Abrams has just left Microsoft, he would have been the person to ask... He's the father of .Net. http://blogs.msdn.com/brada/default.aspx[^]
AnswerRe: Relationship of C# Version to .NET Version Pin
Gregory Gadow22-Apr-10 3:57
Gregory Gadow22-Apr-10 3:57 
GeneralRe: Relationship of C# Version to .NET Version Pin
The Man from U.N.C.L.E.23-Apr-10 7:02
The Man from U.N.C.L.E.23-Apr-10 7:02 
GeneralRe: Relationship of C# Version to .NET Version Pin
Gideon Engelberth23-Apr-10 7:24
Gideon Engelberth23-Apr-10 7:24 
GeneralRe: Relationship of C# Version to .NET Version Pin
Gregory Gadow23-Apr-10 7:57
Gregory Gadow23-Apr-10 7:57 
GeneralRe: Relationship of C# Version to .NET Version Pin
Patrick Skelton24-Apr-10 23:17
Patrick Skelton24-Apr-10 23:17 
GeneralRe: Relationship of C# Version to .NET Version Pin
Patrick Skelton24-Apr-10 23:33
Patrick Skelton24-Apr-10 23:33 
AnswerRe: Relationship of C# Version to .NET Version [modified] Pin
Scott Dorman22-Apr-10 15:31
professionalScott Dorman22-Apr-10 15:31 
GeneralRe: Relationship of C# Version to .NET Version Pin
Patrick Skelton22-Apr-10 23:50
Patrick Skelton22-Apr-10 23:50 
AnswerRe: Relationship of C# Version to .NET Version Pin
Peace ON22-Apr-10 20:18
Peace ON22-Apr-10 20:18 
GeneralRe: Relationship of C# Version to .NET Version Pin
harold aptroot23-Apr-10 7:27
harold aptroot23-Apr-10 7:27 
QuestionWPF Performance Question Pin
programmervb.netc++21-Apr-10 16:13
programmervb.netc++21-Apr-10 16:13 
AnswerRe: WPF Performance Question Pin
Michel Godfroid22-Apr-10 2:52
Michel Godfroid22-Apr-10 2:52 
GeneralRe: WPF Performance Question Pin
programmervb.netc++22-Apr-10 2:56
programmervb.netc++22-Apr-10 2:56 
QuestionVSTO - Office Word Add-In using IsolatedStorage Pin
acarre3121-Apr-10 3:46
acarre3121-Apr-10 3:46 
QuestionPopulating native .net combobox -- too slow Pin
aa201021-Apr-10 0:45
aa201021-Apr-10 0:45 
AnswerRe: Populating native .net combobox -- too slow Pin
Luc Pattyn21-Apr-10 1:37
sitebuilderLuc Pattyn21-Apr-10 1:37 
GeneralRe: Populating native .net combobox -- too slow Pin
dineshmehra122-Apr-10 0:52
dineshmehra122-Apr-10 0:52 

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.