View Full Version : C#?
What is this?.. is this just the c programming language ?
allida77
05-18-2004, 03:55 PM
Microsoft C# (pronounced C sharp) is a new programming language designed for building a wide range of enterprise applications that run on the .NET Framework. An evolution of Microsoft C and Microsoft C++, C# is simple, modern, type safe, and object oriented. C# code is compiled as managed code, which means it benefits from the services of the common language runtime. These services include language interoperability, garbage collection, enhanced security, and improved versioning support.
C# is introduced as Visual C# in the Visual Studio .NET suite. Support for Visual C# includes project templates, designers, property pages, code wizards, an object model, and other features of the development environment. The library for Visual C# programming is the .NET Framework.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cscon/html/vcoriCStartPage.asp?frame=true
shmoove
05-18-2004, 04:42 PM
It could be described as a cross between C++ and Java - the syntax looks more like C++ but feature-wise it's much closer to Java.
shmoove
so in other words.. its just the C++ microsoft version... like an attempt on microsofts side to get into more programming that only works in windows
hkucsis
05-19-2004, 05:45 AM
so in other words.. its just the C++ microsoft version... like an attempt on microsofts side to get into more programming that only works in windows
C# is designed for .NET.
allida77
05-19-2004, 05:50 AM
or works on linux (mono) (http://www.go-mono.com/)
shmoove
05-19-2004, 09:41 AM
so in other words.. its just the C++ microsoft version... like an attempt on microsofts side to get into more programming that only works in windows
Actually, like I said before, it's closer to Java than C++ (garbage collection, runs from intermediate bytecode and not native machine language, etc).
shmoove
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.