Click here to Skip to main content
16,012,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: Installer for app, dotnet and msde Pin
Mr. VB.NET14-Jun-06 5:21
Mr. VB.NET14-Jun-06 5:21 
GeneralRe: Installer for app, dotnet and msde Pin
JacquesDP14-Jun-06 5:36
JacquesDP14-Jun-06 5:36 
QuestionRe: Installer for app, dotnet and msde Pin
JacquesDP14-Jun-06 6:19
JacquesDP14-Jun-06 6:19 
AnswerRe: Installer for app, dotnet and msde Pin
Mr. VB.NET14-Jun-06 7:06
Mr. VB.NET14-Jun-06 7:06 
GeneralRe: Installer for app, dotnet and msde Pin
JacquesDP14-Jun-06 20:13
JacquesDP14-Jun-06 20:13 
Question[Message Deleted] Pin
YogeshRT13-Jun-06 20:14
YogeshRT13-Jun-06 20:14 
AnswerRe: exact meaning of managed & unmanaged code in .NET Pin
stancrm13-Jun-06 20:41
stancrm13-Jun-06 20:41 
AnswerRe: exact meaning of managed & unmanaged code in .NET Pin
Guffa13-Jun-06 21:00
Guffa13-Jun-06 21:00 
I think that you missed switching from the cell phone to the computer. This is a forum, not an SMS... Wink | ;) But seriously, writing proper english increases your chances of getting replies.

Managed code is how the code works in .NET. The diffent compilers (C#, VB, etc.) produces IL code that is stored in the EXE or DLL files produced. The JIT (just in time) compiler then turns this into processor specific machine code when the application is started.

Unmanaged code is code that is not produced using the .NET development tools. The EXE or DLL files already contains the processor specific machine code. Managed code can use unmanaged code (and vice versa) using wrappers.


---
b { font-weight: normal; }

QuestionC#,datagrid Pin
MozhdehQeraati13-Jun-06 18:44
MozhdehQeraati13-Jun-06 18:44 
AnswerRe: C#,datagrid Pin
rah_sin13-Jun-06 19:05
professionalrah_sin13-Jun-06 19:05 
GeneralRe: C#,datagrid Pin
MozhdehQeraati13-Jun-06 21:10
MozhdehQeraati13-Jun-06 21:10 
GeneralRe: C#,datagrid Pin
rah_sin13-Jun-06 21:22
professionalrah_sin13-Jun-06 21:22 
GeneralRe: C#,datagrid Pin
MozhdehQeraati13-Jun-06 21:34
MozhdehQeraati13-Jun-06 21:34 
GeneralRe: C#,datagrid Pin
rah_sin13-Jun-06 22:39
professionalrah_sin13-Jun-06 22:39 
AnswerRe: C#,datagrid [modified] Pin
Robert Rohde14-Jun-06 0:57
Robert Rohde14-Jun-06 0:57 
Questiontreeview labelEdit Pin
urbane.tiger13-Jun-06 16:50
urbane.tiger13-Jun-06 16:50 
AnswerRe: treeview labelEdit Pin
Ed.Poore14-Jun-06 3:26
Ed.Poore14-Jun-06 3:26 
GeneralRe: treeview labelEdit Pin
urbane.tiger15-Jun-06 20:28
urbane.tiger15-Jun-06 20:28 
GeneralRe: treeview labelEdit Pin
Ed.Poore16-Jun-06 14:08
Ed.Poore16-Jun-06 14:08 
Questionlistviews losing background color [modified] Pin
acezrwild81713-Jun-06 14:29
acezrwild81713-Jun-06 14:29 
AnswerRe: listviews losing background color Pin
Dustin Metzgar13-Jun-06 15:42
Dustin Metzgar13-Jun-06 15:42 
GeneralRe: listviews losing background color Pin
gantww13-Jun-06 15:48
gantww13-Jun-06 15:48 
GeneralRe: listviews losing background color Pin
gantww13-Jun-06 15:54
gantww13-Jun-06 15:54 
GeneralRe: listviews losing background color Pin
surshbabuk13-Jun-06 18:03
surshbabuk13-Jun-06 18:03 
GeneralRe: listviews losing background color Pin
acezrwild81714-Jun-06 2:21
acezrwild81714-Jun-06 2:21 

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.