Click here to Skip to main content
15,907,497 members

Survey Results

How do your clients get the .NET redistributable?   [Edit]

Survey period: 21 Jul 2003 to 27 Jul 2003

If you're going to supply your clients with a .NET application then you're going to have to bank on them having .NET installed - but how? (suggested by Frank Wu)

OptionVotes% 
I don't know and don't care - I don't write .NET apps.45443.07
I don't know - but I hope they do have it installed.726.83
My application's installation package.32430.74
Windows Update.484.55
Service Pack on disk.292.75
Download from Microsoft.10610.06
Other.211.99



 
GeneralRe: Why use .NET ? Pin
Stephane Rodriguez.22-Jul-03 3:24
Stephane Rodriguez.22-Jul-03 3:24 
GeneralRe: Why use .NET ? Pin
akcom22-Jul-03 7:50
akcom22-Jul-03 7:50 
GeneralRe: Why use .NET ? Pin
Joaquin Grech (Creative1)23-Jul-03 14:26
Joaquin Grech (Creative1)23-Jul-03 14:26 
GeneralRe: Why use .NET ? Pin
andyj11524-Jul-03 1:51
andyj11524-Jul-03 1:51 
GeneralRe: Why use .NET ? Pin
Joaquin Grech (Creative1)24-Jul-03 5:07
Joaquin Grech (Creative1)24-Jul-03 5:07 
GeneralRe: Why use .NET ? Pin
Nemanja Trifunovic22-Jul-03 6:17
Nemanja Trifunovic22-Jul-03 6:17 
GeneralRe: Why use .NET ? Pin
Erick Sgarbi22-Jul-03 17:40
Erick Sgarbi22-Jul-03 17:40 
GeneralRe: Why use .NET ? Pin
Rocky Moore22-Jul-03 22:20
Rocky Moore22-Jul-03 22:20 
You say you are a happy VC++ coder, do you like object oriented coding? .NET has over 8,000 classes. Most of them quite clean and very usable.

Big runtime.. Well, most machines from this point on will ship with a version of .NET already installed. People will download and install .NET or get it in an application that they purchase which requires .NET.

You say you cannot see any advantage except for an HTML dialog. Sorry, .NET does not provide that funtionality. It provides over 8,000 class that can be used in Web or Windows applications. It does have easy to use Remoting to allow you to use distributed computing without spending ten years. It does have a compiled code behind modules for web sites so that the server does not have to parse script when a page is requested. It does have ADO.NET to provide easy access to databases, xml or other data stores all in an object oriented world. It does provide easy access to Web Services or to build Web Services. And if you are using VS.NET it does provide RAD development of Windows and Web applications. Of course, since it does not work on the old Windows 95, then it is not worth much Wink | ;)

The "lazy to learn it", I cannot help with. Back in 1981 I fell in love with programming on my 3.5K RAM machine and have enjoyed programming ever since. While there is a lot to .NET (with over 8,000 classes to learn how to use not to mention all the new architecture) it has been fun!

First, I want to say that I have been programming for decades mostly in C++ and for many years in MFC. When I first used VS.NET and C#, I was lost and confused. It looked a lot like what I was used to, but every time I tried something I ran into walls and felt like someone had me duct taped to a chair. That was my first serious two weeks with .NET.

I have sold out completely to .NET. My window applications are WinForms which function quite well! I leverage the majority of that code to use in my web applications using ASP.NET. There is very little to between Windows or Web applications except for the obvious. The back ends are mostly the same. And the FAT client is back!

Personally, I think Microsoft has done a horrible job marketing .NET. Many people perceive it is only useful for doing web services stuff.

The current .NET frameworks (or I would say platform) is an object oriented platform containing over 8,000 classes. No more playing stupid API garbage, it is class based. It does not matter which language you prefer, code runs good under any of them. They all use that same libraries.

It takes a fraction of the time to write general applications using .NET than with legacy methods. Not only that but the debugging is substantially less.

Again, most people will not listen just as they did back in the MS-DOS days when Windows took over, but if you design general applications (not games or the next PhotoShop) then .NET can save you a great deal of time and allow you to expand the vision of your applications without the need of expanding your time frame. My biggest time consumer now is that I have so many possible ways to implement a program it can be a challenge to determine which avenue is best to use. Lot better than tracking down null pointers or DLL mismatches.

Another feature I really like is that I can now write Linux applications in C# along with web applications and services running on Linux. All with the majority of code being the same.

And don’t forget, while the number of C++/MFC jobs are declining, .NET jobs are starting to command high salaries. Of course most of those jobs are requiring one to two years of .NET.

Oh yeah, and this is still only the first major version of .NET. Can hardly wait for Version 3 or 4!


Rocky Moore <><
GeneralRe: Why use .NET ? Pin
Stephane Rodriguez.23-Jul-03 8:02
Stephane Rodriguez.23-Jul-03 8:02 
GeneralRe: Why use .NET ? Pin
Rocky Moore24-Jul-03 2:56
Rocky Moore24-Jul-03 2:56 
GeneralRe: Why use .NET ? Pin
ami000123-Jul-03 11:38
ami000123-Jul-03 11:38 
GeneralRe: Why use .NET ? Pin
Eddie Velasquez24-Jul-03 5:54
Eddie Velasquez24-Jul-03 5:54 
General.NET CF SP1 Pin
Stephane Rodriguez.21-Jul-03 19:42
Stephane Rodriguez.21-Jul-03 19:42 
GeneralRe: .NET CF SP1 Pin
Anders Molin22-Jul-03 0:31
professionalAnders Molin22-Jul-03 0:31 
GeneralRe: .NET CF SP1 Pin
Stephane Rodriguez.22-Jul-03 1:03
Stephane Rodriguez.22-Jul-03 1:03 
GeneralRe: .NET CF SP1 Pin
Russell Morris22-Jul-03 6:46
Russell Morris22-Jul-03 6:46 
GeneralRe: .NET CF SP1 Pin
Stephane Rodriguez.22-Jul-03 6:52
Stephane Rodriguez.22-Jul-03 6:52 
GeneralOT: .NET CF SP1 Pin
Eddie Velasquez24-Jul-03 6:04
Eddie Velasquez24-Jul-03 6:04 
GeneralRe: OT: .NET CF SP1 Pin
Stephane Rodriguez.24-Jul-03 6:45
Stephane Rodriguez.24-Jul-03 6:45 
GeneralRe: OT: .NET CF SP1 Pin
Eddie Velasquez24-Jul-03 7:13
Eddie Velasquez24-Jul-03 7:13 
GeneralRe: OT: .NET CF SP1 Pin
Stephane Rodriguez.24-Jul-03 8:44
Stephane Rodriguez.24-Jul-03 8:44 
GeneralRe: OT: .NET CF SP1 Pin
Eddie Velasquez24-Jul-03 9:04
Eddie Velasquez24-Jul-03 9:04 
GeneralRe: OT: .NET CF SP1 Pin
Stephane Rodriguez.24-Jul-03 9:20
Stephane Rodriguez.24-Jul-03 9:20 
GeneralRe: OT: .NET CF SP1 Pin
Tom Welch24-Jul-03 9:25
Tom Welch24-Jul-03 9:25 
GeneralRe: OT: .NET CF SP1 Pin
Stephane Rodriguez.24-Jul-03 11:32
Stephane Rodriguez.24-Jul-03 11:32 

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.