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

.NET (Core and Framework)

 
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 
AnswerRe: Relationship of C# Version to .NET Version Pin
Gregory Gadow22-Apr-10 3:57
Gregory Gadow22-Apr-10 3:57 
Technically, there are no different versions of C#; there are only different versions of the framework, which instruct the IDE, compiler, linker and other tools as to what is correct and what is not. If you use the 4.0 framework, then you are automatically using C# 4.0; if you use the 1.1 framework, then you are using C# 1.1.

Because of this, there is no minimum version of the framework, there is only the version needed by your application. If you compile your app to the 4.0 framework, your user will need to have the 4.0 framework. This is because the code does not reference System.Core, it references System.Core version 4.0.0.0 public key token whatever. If that assembly is not found, your user will not be able to run the app. Likewise, you cannot compile your app to the 2.0 framework and expect it to work if the user has only 3.5 or 4.0.
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 
GeneralRe: Populating native .net combobox -- too slow Pin
Pete O'Hanlon22-Apr-10 1:55
mvePete O'Hanlon22-Apr-10 1:55 

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.