Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox colouring Pin
S O S23-Jun-03 10:40
S O S23-Jun-03 10:40 
Questionhow to raise a mouse event in axWebBrowsser control Pin
benzite22-Jun-03 20:54
benzite22-Jun-03 20:54 
GeneralC# vs. C++ Pin
untwisted22-Jun-03 19:09
untwisted22-Jun-03 19:09 
GeneralRe: C# vs. C++ Pin
J. Dunlap22-Jun-03 20:13
J. Dunlap22-Jun-03 20:13 
GeneralRe: C# vs. C++ Pin
untwisted22-Jun-03 20:20
untwisted22-Jun-03 20:20 
GeneralRe: C# vs. C++ Pin
J. Dunlap22-Jun-03 21:03
J. Dunlap22-Jun-03 21:03 
GeneralRe: C# vs. C++ Pin
untwisted22-Jun-03 21:08
untwisted22-Jun-03 21:08 
GeneralRe: C# vs. C++ Pin
Rocky Moore22-Jun-03 23:47
Rocky Moore22-Jun-03 23:47 
A lot depends on what type of software you wish to develop. If it is games demanding lots of horsepower or any program that is heavily graphics based thatr requires larges amount of graphic speed, no, stay with C++.

If your applications are database driven, corporate type applications or just general utilities you will probably notice no diffrence other than it may take you a tenth of the time to create the application in C#/.NET than C++.

If you wish to see the speed of C#, you can download WebMatrix from ASP.NET. That is a free product from Microsoft that was built entirely from C#/.NET. Much of Microsoft's inhose development is switching to C# (or at least they latest Microsoft .NET show said they were).

Also, .NET applictions have a much smaller footprint. Large applications are usually under a meg and as long as someone has .NET installed that is all you need to ship. Makes it lightwieght to distrubute over the Internet.

There is yet another benifit, you can actual create Linux GUI applications using C# via the Mono Project.

Debugging cycle is extreamly shorter duration for applications of any size. I hardly even think about debugging anymore since I seldom find bugs after the initial building is complete. Not that I am such a great programmer, but there is far less to have problems with.

Another plus is that you can build web sites with the same coding you use for your Windows applications. You don't have to learn diffent languages and different APIs, you use the same .NET classes and the same language.

Distributed applications on the Windows platform are a pain. It is easy to remote your application across machines and use the horsepower of multiple machines.

Well, I have been working in C/C++ for over 20 years now and seven months ago I switched all my development to C#/.NET!

BTW, jobs are really starting to flow for C#/.NET programmers, one recently on Monster in Portland Oregon for 90K Wink | ;)

Rocky Moore <><
GeneralRe: C# vs. C++ Pin
TigerNinja_23-Jun-03 10:14
TigerNinja_23-Jun-03 10:14 
GeneralRe: C# vs. C++ Pin
Rocky Moore23-Jun-03 22:48
Rocky Moore23-Jun-03 22:48 
Generalinserting into database. Pin
Asim N.22-Jun-03 18:17
Asim N.22-Jun-03 18:17 
GeneralConfiguration file Pin
puppiesLover22-Jun-03 13:24
puppiesLover22-Jun-03 13:24 
GeneralProgram Flow Pin
puppiesLover22-Jun-03 11:09
puppiesLover22-Jun-03 11:09 
GeneralRe: Program Flow Pin
Jon Newman23-Jun-03 4:42
Jon Newman23-Jun-03 4:42 
Generalcreating a single EXE from multiple projects Pin
mikechambers22-Jun-03 6:20
mikechambers22-Jun-03 6:20 
GeneralRe: creating a single EXE from multiple projects Pin
leppie22-Jun-03 11:16
leppie22-Jun-03 11:16 
GeneralRe: creating a single EXE from multiple projects Pin
mikechambers22-Jun-03 11:39
mikechambers22-Jun-03 11:39 
GeneralRe: creating a single EXE from multiple projects Pin
leppie22-Jun-03 11:59
leppie22-Jun-03 11:59 
GeneralRe: creating a single EXE from multiple projects Pin
Rocky Moore22-Jun-03 23:56
Rocky Moore22-Jun-03 23:56 
GeneralRe: creating a single EXE from multiple projects Pin
mikechambers23-Jun-03 6:25
mikechambers23-Jun-03 6:25 
GeneralRe: creating a single EXE from multiple projects Pin
Rocky Moore23-Jun-03 8:50
Rocky Moore23-Jun-03 8:50 
GeneralRe: creating a single EXE from multiple projects Pin
mikechambers23-Jun-03 15:33
mikechambers23-Jun-03 15:33 
GeneralPretty sticky problem to me... Pin
Weiye Chen22-Jun-03 2:32
Weiye Chen22-Jun-03 2:32 
Generalsomeone clear my mind please Pin
wingcom22-Jun-03 0:29
wingcom22-Jun-03 0:29 
GeneralRe: someone clear my mind please Pin
leppie22-Jun-03 11:23
leppie22-Jun-03 11:23 

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.