C++ for server side programminghttp://forums.asp.net/t/1448630.aspx/1?C+for+server+side+programmingSat, 25 Jul 2009 11:56:37 -040014486303300922http://forums.asp.net/p/1448630/3300922.aspx/1?C+for+server+side+programmingC++ for server side programming <p>Hi</p> <p>I am learning about the ASP.NET technology, I still remember a lot from my previous work with C&#43;&#43;. I have VS2008 installed. do I abandend C&#43;&#43; and get on C# or C&#43;&#43; will serve me just as good. if so, how do I install C&#43;&#43; to be able to use it with VS2008?</p> <p><br> </p> <p>Thanks</p> <p><br> </p> 2009-07-18T03:28:03-04:003300958http://forums.asp.net/p/1448630/3300958.aspx/1?Re+C+for+server+side+programmingRe: C++ for server side programming <p>I come from an intense C&#43;&#43; background.</p> <p>Move to C#, it is easier and integrates better with .NET.</p> <p>&nbsp;</p> 2009-07-18T04:26:02-04:003312436http://forums.asp.net/p/1448630/3312436.aspx/1?Re+C+for+server+side+programmingRe: C++ for server side programming <p>I think it really depends on your code-base.&nbsp; If you're writing new code, C# is probably the way to go.&nbsp; If you have existing C&#43;&#43; code that must be maintained, you'll need C&#43;&#43;.&nbsp; Honestly for server-side programming, I've not found a situation in which managed code is mesurably slower than native code.&nbsp; Good OOP goes far in any language that supports it.<br> </p> 2009-07-25T11:56:37-04:00