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

.NET (Core and Framework)

 
GeneralRe: Managed C++ and VB Pin
Andy Smith2-Apr-02 21:09
Andy Smith2-Apr-02 21:09 
GeneralRe: Managed C++ and VB Pin
mikeh3-Apr-02 2:31
mikeh3-Apr-02 2:31 
GeneralRe: Managed C++ and VB Pin
Andy Smith3-Apr-02 6:15
Andy Smith3-Apr-02 6:15 
General.NET strategy Pin
-Dy26-Mar-02 2:54
-Dy26-Mar-02 2:54 
GeneralRe: .NET strategy Pin
Kevin McFarlane26-Mar-02 7:37
Kevin McFarlane26-Mar-02 7:37 
GeneralRe: .NET strategy Pin
Kevin McFarlane26-Mar-02 8:19
Kevin McFarlane26-Mar-02 8:19 
GeneralWhy .NET Pin
Fred Ackers25-Mar-02 1:59
Fred Ackers25-Mar-02 1:59 
GeneralRe: Why .NET Pin
James T. Johnson25-Mar-02 11:15
James T. Johnson25-Mar-02 11:15 
Aqiruse wrote:
From what I understand it will not write code for Linux or MAC

MS has provided the specification so that you can write applications for other operating systems. There are currently 3 projects to create a .NET for *nix, GnuNET (or maybe it was .Gnu?), Rotor, and Mono. I haven't heard of such a project for Mac but there will probably be one with in the next year.

Aqiruse wrote:
C# exists only on Win2K,XP platforms, you can't even write for win98 either.

Incorrect, C# is a part of the .NET platform; the .NET platform is available on NT4, Win2K, XP, Win98, Win98SE, and WinME. Win95 users are SOL.

Aqiruse wrote:
C# uses mile long names with system.windows.form.something.add.more.names.please

using System.Windows.Forms;<br />
.....<br />
TextBox b = new TextBox();


The using statement makes it so that you don't have to type the whole thing out. The reason for such long names is to be clear and to package it up nicely. Its no worse than some of the security API names in the Win32 API.

Aqiruse wrote:
bases for creating file data structures in XML instead of binary code

The whole point is to interact with other programs written in different languages running on different platforms on the other side of the world. XML is the means, if you don't like it you can serialize to binary form if you wish but you take yourself out of the XML WebServices market.

Aqiruse wrote:
Doesn't anyone beleive in making files compact anymore?

Its merely a tradeoff. Interact with a J2EE webservice with almost no code or create a wrapper to interact with it by hand so that you achieve the smallest filesize as possible.

Modems do a great job of compressing text (which XML is) so there isn't much of a reason not to use it.

Aqiruse wrote:
I have a lot of addins that I use for VC6, and I understand that they are not compatible with .NET are they?

Nope, I belive the DOM changed for VS.NET; but any macros you have should come over with only a few fixes.

Aqiruse wrote:
VC6 can write code which I can recompile on Linux, or MAC without a problem.

You must be writing console programs then, because VC doesn't create windows code that can be taken to other platforms, or you are using a third-party windowing library which is not that same as "VC6 can write code...".

Aqiruse wrote:
Are they reasons that I am not aware of as to why I would want to switch over ot .NET, C#, and C++.NET?

That depends on what kind of stuff you are writing. Since you are currently writing VC6 applications you should give Visual Studio.NET Pro a try; I believe MS offers a 120 day trial CD which would give you ample time to experiment a bit with C# and .NET. If you don't like it stick to VC6 or move to VC7 (which has better standards compliance).

James

Sonork ID: 100.11138 - Hasaki
"Smile your little smile, take some tea with me awhile.
And every day we'll turn another page.
Behind our glass we'll sit and look at our ever-open book,
One brown mouse sitting in a cage."
"One Brown Mouse" from Heavy Horses, Jethro Tull 1978

GeneralRe: Why .NET Pin
Fred Ackers26-Mar-02 12:32
Fred Ackers26-Mar-02 12:32 
GeneralRe: Why .NET Pin
James T. Johnson26-Mar-02 12:40
James T. Johnson26-Mar-02 12:40 
GeneralRe: Why .NET Pin
Fred Ackers26-Mar-02 14:25
Fred Ackers26-Mar-02 14:25 
GeneralRe: Why .NET Pin
1-Apr-02 8:34
suss1-Apr-02 8:34 
QuestionChanging default value of BackColor ? Pin
24-Mar-02 4:14
suss24-Mar-02 4:14 
AnswerRe: Changing default value of BackColor ? Pin
Leesen30-Mar-02 23:10
Leesen30-Mar-02 23:10 
Generalno topic Pin
Mazdak23-Mar-02 21:29
Mazdak23-Mar-02 21:29 
GeneralRe: no topic Pin
David Wengier23-Mar-02 23:48
David Wengier23-Mar-02 23:48 
GeneralRe: no topic Pin
Neil Van Note29-Mar-02 10:25
Neil Van Note29-Mar-02 10:25 
QuestionJust-In-Time Debugging with VC6? Pin
Todd Smith22-Mar-02 6:22
Todd Smith22-Mar-02 6:22 
GeneralUsing IXMLHTTPRequest with .Net Pin
parker_john22-Mar-02 0:13
parker_john22-Mar-02 0:13 
GeneralThis is really starting to annoy me now ! Pin
Nic Oughton21-Mar-02 1:12
professionalNic Oughton21-Mar-02 1:12 
GeneralRe: This is really starting to annoy me now ! Pin
Paul Watson24-Mar-02 4:34
sitebuilderPaul Watson24-Mar-02 4:34 
GeneralRe: This is really starting to annoy me now ! Pin
Travis D. Mathison24-Mar-02 18:03
Travis D. Mathison24-Mar-02 18:03 
GeneralRe: This is really starting to annoy me now ! Pin
Michela29-Mar-02 0:34
Michela29-Mar-02 0:34 
General.NET Benchmark Challenge Pin
Chris Maunder20-Mar-02 14:45
cofounderChris Maunder20-Mar-02 14:45 
General.NET Framework SP 1 released Pin
James T. Johnson19-Mar-02 18:05
James T. Johnson19-Mar-02 18:05 

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.