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

.NET (Core and Framework)

 
QuestionWhy new version everytime? Pin
Mahesh Sapre14-Jun-06 1:57
Mahesh Sapre14-Jun-06 1:57 
AnswerRe: Why new version everytime? Pin
gantww14-Jun-06 2:55
gantww14-Jun-06 2:55 
GeneralRe: Why new version everytime? Pin
Jun Du14-Jun-06 8:21
Jun Du14-Jun-06 8:21 
AnswerRe: Why new version everytime? Pin
RahulGeek14-Jun-06 10:57
RahulGeek14-Jun-06 10:57 
GeneralRe: Why new version everytime? Pin
Mahesh Sapre14-Jun-06 18:13
Mahesh Sapre14-Jun-06 18:13 
Questionhow to make PPP connection with VB.Net 2003 Pin
are_if13-Jun-06 21:12
are_if13-Jun-06 21:12 
Questioncould you plz tell me the exact meaning of managed & unmanaged code in .NET Pin
YogeshRT13-Jun-06 19:57
YogeshRT13-Jun-06 19:57 
AnswerRe: could au plz me the exact meaning of manage & unmanaged code in .NET Pin
sasidar_d14-Jun-06 0:10
sasidar_d14-Jun-06 0:10 
Managed Code :

When you compile your Visual Studio.NET source code, the compiler gives out MSIL (Microsoft Intermediate Language). MSIL code converts into native code at runtime by a Just In Time (JIT) Compiler. MSIL code should supply all the metadata necessary for the Common Language runtime (CLR) to provide services such as Garbage Collection, Memory Management, Cross-Language Integration, Code Access Security etc. All code that is based on MSIL executes as Managed Code.

Unmanaged code is the one that was created without taking the requirements of the CLR into account. This code executes in the runtime environment with minimal services from runtime. For example, the above COM object that we created using VB 6 executes as unmanaged code.
QuestionDataTable's question in class ? Pin
bluehai13-Jun-06 18:12
bluehai13-Jun-06 18:12 
AnswerRe: DataTable's question in class ? Pin
Robert Rohde14-Jun-06 1:12
Robert Rohde14-Jun-06 1:12 
AnswerRe: DataTable's question in class ? Pin
Josh Smith14-Jun-06 4:24
Josh Smith14-Jun-06 4:24 
QuestionCreating 1.1 framework executable with Visual Studio 2005 Pin
Stephen Britz13-Jun-06 12:22
Stephen Britz13-Jun-06 12:22 
AnswerRe: Creating 1.1 framework executable with Visual Studio 2005 Pin
Frank Kerrigan15-Jun-06 5:11
Frank Kerrigan15-Jun-06 5:11 
QuestionDataGridViewButtonCell question Pin
Vidhya Narasimhan13-Jun-06 4:24
Vidhya Narasimhan13-Jun-06 4:24 
QuestionwebBrowser.DocumentText Pin
sebapi13-Jun-06 2:10
sebapi13-Jun-06 2:10 
QuestionAssembly [modified] Pin
Garg, Deepak12-Jun-06 22:47
professionalGarg, Deepak12-Jun-06 22:47 
AnswerRe: Assembly Pin
Josh Smith13-Jun-06 4:58
Josh Smith13-Jun-06 4:58 
QuestionImporting address from an excel or text or csv file Pin
Jovito12-Jun-06 20:42
Jovito12-Jun-06 20:42 
AnswerRe: Importing address from an excel or text or csv file Pin
sasidar_d14-Jun-06 0:12
sasidar_d14-Jun-06 0:12 
QuestionGuide me... Pin
Resolver1812-Jun-06 19:07
Resolver1812-Jun-06 19:07 
Questionaspnet_wp and CLR Pin
Ritesh123412-Jun-06 18:31
Ritesh123412-Jun-06 18:31 
QuestionTERRIBLE PROBLEM : COM+ proxy and .Net framework 2.0 Pin
faviochilo12-Jun-06 11:20
faviochilo12-Jun-06 11:20 
QuestionItems Disappear from collection Pin
sseveran12-Jun-06 10:49
sseveran12-Jun-06 10:49 
QuestionMigtration from framework 1.1 to 2.0 Pin
Arun Kumar Babu12-Jun-06 1:18
Arun Kumar Babu12-Jun-06 1:18 
AnswerRe: Migtration from framework 1.1 to 2.0 Pin
Guffa12-Jun-06 1:25
Guffa12-Jun-06 1:25 

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.