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

.NET (Core and Framework)

 
AnswerRe: Free RAM as by minimize without displaying window Pin
Robert Rohde15-Mar-06 17:41
Robert Rohde15-Mar-06 17:41 
GeneralRe: Free RAM as by minimize without displaying window Pin
mewashere16-Mar-06 3:03
mewashere16-Mar-06 3:03 
GeneralRe: Free RAM as by minimize without displaying window Pin
Dave Kreskowiak16-Mar-06 15:11
mveDave Kreskowiak16-Mar-06 15:11 
QuestionPPTP through code Pin
xibalbasd15-Mar-06 10:24
xibalbasd15-Mar-06 10:24 
QuestionWhere to start? Pin
ComplexLifeForm15-Mar-06 5:43
ComplexLifeForm15-Mar-06 5:43 
AnswerRe: Where to start? Pin
TheZeusJuice15-Mar-06 17:27
TheZeusJuice15-Mar-06 17:27 
GeneralRe: Where to start? Pin
ComplexLifeForm15-Mar-06 21:27
ComplexLifeForm15-Mar-06 21:27 
GeneralRe: Where to start? Pin
TheZeusJuice16-Mar-06 4:54
TheZeusJuice16-Mar-06 4:54 
well, [This] [Set of] [Articles] seem like a pretty good resource.

I actually don't have much personal experience with managed C++, but from what I've heard you basically just take C++ code and compile it with the .Net compiler. To me it mainly seems to be for performance critial stuff.
Personally I don't see much need for it since you could just import c++ dll's into .Net apps anyway.
However, using managed c++ does mean that your entire app would be in CIL (Common Intermediate Language, it's what .Net apps get compiled into), and thus it would be runnable in any .Net runtime (ie [Mono] on a macintosh).
GeneralRe: Where to start? Pin
Kevin McFarlane17-Mar-06 10:39
Kevin McFarlane17-Mar-06 10:39 
GeneralRe: Where to start? Pin
Kevin McFarlane17-Mar-06 10:45
Kevin McFarlane17-Mar-06 10:45 
Questionnewbie question..plz help Pin
sunny74715-Mar-06 1:18
sunny74715-Mar-06 1:18 
AnswerRe: newbie question..plz help Pin
CWIZO15-Mar-06 2:31
CWIZO15-Mar-06 2:31 
GeneralRe: newbie question..plz help Pin
sunny74715-Mar-06 3:39
sunny74715-Mar-06 3:39 
GeneralRe: newbie question..plz help Pin
Dave Kreskowiak15-Mar-06 5:45
mveDave Kreskowiak15-Mar-06 5:45 
GeneralRe: newbie question..plz help Pin
sunny74715-Mar-06 7:40
sunny74715-Mar-06 7:40 
AnswerRe: newbie question..plz help Pin
Guffa15-Mar-06 8:29
Guffa15-Mar-06 8:29 
Questiondate and time picker Pin
bhavz6915-Mar-06 1:07
bhavz6915-Mar-06 1:07 
Question"SendKeys" in TextBox and RichTextBox (C#) Pin
conrado714-Mar-06 11:19
conrado714-Mar-06 11:19 
QuestionHanging RPC Listeners under a .NET service in COM object Pin
liRetro14-Mar-06 10:56
liRetro14-Mar-06 10:56 
QuestionHow do they figure out the number of characters? Pin
kenn_rosie14-Mar-06 7:22
kenn_rosie14-Mar-06 7:22 
GeneralRe: How do they figure out the number of characters? Pin
Guffa14-Mar-06 7:44
Guffa14-Mar-06 7:44 
GeneralRe: How do they figure out the number of characters? Pin
kenn_rosie14-Mar-06 7:54
kenn_rosie14-Mar-06 7:54 
AnswerRe: How do they figure out the number of characters? Pin
Guffa14-Mar-06 8:50
Guffa14-Mar-06 8:50 
QuestionCan't Find Int32.Parse Through System.Reflection? Pin
TheZeusJuice14-Mar-06 4:34
TheZeusJuice14-Mar-06 4:34 
AnswerRe: Can't Find Int32.Parse Through System.Reflection? Pin
IdUnknown14-Mar-06 5:13
IdUnknown14-Mar-06 5:13 

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.