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

.NET (Core and Framework)

 
GeneralRegistering File Types Pin
bneacetp7-Jun-04 16:21
bneacetp7-Jun-04 16:21 
GeneralRe: Registering File Types Pin
Aryadip8-Jun-04 18:19
Aryadip8-Jun-04 18:19 
GeneralRe: Registering File Types Pin
bneacetp8-Jun-04 19:10
bneacetp8-Jun-04 19:10 
GeneralRe: Registering File Types Pin
Heath Stewart13-Jun-04 19:12
protectorHeath Stewart13-Jun-04 19:12 
GeneralRe: Registering File Types Pin
bneacetp15-Jun-04 12:40
bneacetp15-Jun-04 12:40 
GeneralDynamically Naming PCL Files Pin
BongX7-Jun-04 8:15
BongX7-Jun-04 8:15 
GeneralHelp i'm lost Pin
neurorebel6-Jun-04 21:52
neurorebel6-Jun-04 21:52 
GeneralRe: Help i'm lost Pin
bneacetp6-Jun-04 22:41
bneacetp6-Jun-04 22:41 
.NET is a platform for developing managed applications. It is a large collection of library code for working with Windows in whatever language you see need in using, whether C++, C#, VB.NET, etc. Before working with .NET, I only worked with C++/MFC. In a lot of ways, working with .NET has improved the speed of my development. I still use "native", non-managed C++ for projects where I need more low-level control and performance since .NET can be a bit slower for more demanding projects. Native C++ doesn't use .NET while Managed C++ does take advantage of .NET. If you are planning on thinking of taking your C++ programming to .NET, I would personally wait until the next version of Visual Studio .NET (2005 or Whidbey)is released. When MSFT first released Managed Extensions for C++ (which are basically additional keywords so that C++ can more effectively be written for .NET), most people didn't care for the style of the extensions since they all started with "__" such as __gc, etc. In the next version, a more elegant syntax will be used. If you like to do Linux programming as well, you might be wondering, "If I use .NET, cross platform capability goes out the window." Actually, thanks to the MONO project (www.go-mono.org[^]), that problem will be solved since it is a Linux version of the .NET platform. Before I explored some in .NET, I wondered what all of the fuss was myself. I hope that clears up a lot of the mystery about .NET for you.

Here is some information about .NET:
http://msdn.microsoft.com/netframework/using/default.aspx[^]
http://www.go-mono.org/[^] (the Linux implementation)

Happy Programming and God Bless!

Internet::WWW::CodeProject::bneacetp
General.NET release problem HELP Pin
Nemok6-Jun-04 10:17
Nemok6-Jun-04 10:17 
GeneralRe: .NET release problem HELP Pin
bneacetp6-Jun-04 11:10
bneacetp6-Jun-04 11:10 
GeneralRe: .NET release problem HELP Pin
Nemok8-Jun-04 6:09
Nemok8-Jun-04 6:09 
GeneralRe: .NET release problem HELP Pin
bneacetp8-Jun-04 8:02
bneacetp8-Jun-04 8:02 
GeneralRe: .NET release problem HELP Pin
Mike Dimmick9-Jun-04 2:15
Mike Dimmick9-Jun-04 2:15 
QuestionHow do I create a shortcut on the startup menu for a visual c++ .net app? Pin
YNOT264-Jun-04 12:05
YNOT264-Jun-04 12:05 
AnswerRe: How do I create a shortcut on the startup menu for a visual c++ .net app? Pin
Tom19587-Jun-04 14:36
Tom19587-Jun-04 14:36 
GeneralRe: How do I create a shortcut on the startup menu for a visual c++ .net app? Pin
Tom19587-Jun-04 14:43
Tom19587-Jun-04 14:43 
GeneralRe: How do I create a shortcut on the startup menu for a visual c++ .net app? Pin
Aryadip8-Jun-04 18:06
Aryadip8-Jun-04 18:06 
GeneralDatabase import from XML Pin
Richard Jones4-Jun-04 7:24
Richard Jones4-Jun-04 7:24 
GeneralRichTextBox Scroll Bar Color Pin
Andrew Shapira4-Jun-04 7:09
Andrew Shapira4-Jun-04 7:09 
General.Net and Print To File Problem Pin
Gary Thom4-Jun-04 3:27
Gary Thom4-Jun-04 3:27 
GeneralWindows Services Pin
4-Jun-04 1:28
suss4-Jun-04 1:28 
GeneralRe: Windows Services Pin
Colin Angus Mackay4-Jun-04 13:12
Colin Angus Mackay4-Jun-04 13:12 
Questionis .NET slow? Pin
Sahir Shah3-Jun-04 21:40
Sahir Shah3-Jun-04 21:40 
GeneralCall by Reference Problem Pin
ashLin1233-Jun-04 21:09
ashLin1233-Jun-04 21:09 
GeneralRe: Call by Reference Problem Pin
jj3pa10-Jun-04 15:07
jj3pa10-Jun-04 15:07 

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.