Log in

View Full Version : What is difference between C# and C#NET?


SumairaNoreen
Nov 12, 2007, 12:52 AM
Hi:)

vingogly
Nov 12, 2007, 10:58 AM
It's C++ and C++ .NET.

C++ is an object oriented programming language, one of the most common programming languages in use today.

.NET is a Microsoft programming framework that provides a library of classes that can be called from C++ programs (and I believe programs in other languages, too) to do common programming tasks.

Vasily