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

.NET (Core and Framework)

 
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 
GeneralRe: Where to start? Pin
Kevin McFarlane17-Mar-06 10:39
Kevin McFarlane17-Mar-06 10:39 
This is a useful summary for C++ developers.

http://msdn.microsoft.com/msdnmag/issues/01/07/ctocsharp/[^]

Also Jesse Liberty's Programming C# book (now in 4th edition for C# 2.0) is excellent for quickly getting up to speed with the language and touching a bit on all the technologies. (He has a separate book specialising on ASP.NET.)


psychedelic_fur wrote:
I have a pretty good experience in C++ programming with bit of templates and STL


You'll like .NET 2.0 generics and the STL-like PowerCollections library then.Smile | :)


psychedelic_fur wrote:
Where does managed C++ fits into DotNET environment.


Good question! I've not used it but from what little I've read about it I think MS are positioning it as the "systems" language for .NET, analogously to the way that C/C++ is the systems language for Win 32. There are certain things you can do in MC++ (now C++/CLI) that you can't do in any other .NET language - rather like there are things you can do in C++ that you can't do in anything else. Whenever you have such scenarios I guess that's when you'll turn to C++/CLI


Kevin
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 
GeneralRe: Can't Find Int32.Parse Through System.Reflection? Pin
TheZeusJuice14-Mar-06 5:19
TheZeusJuice14-Mar-06 5:19 

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.