Support Forums

Full Version: .net framework questions.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. Is .NET Framework only designed for visual basic coded stuff or C# and C++ as well? Also what is the point of framework and .NET framework itself considered a program?
This may answer your questions :
http://en.wikipedia.org/wiki/.NET_Framework

I know it's a long read, sorry bud :p

It seems that it can be used for C#, C++ and VB.
I'm not sure of the benefits of using it, although "the framework's Base Class Library provides a large range of features including user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications."
(04-27-2010, 10:14 PM)daneasaur Wrote: [ -> ]This may answer your questions :
http://en.wikipedia.org/wiki/.NET_Framework

I know it's a long read, sorry bud :p

It seems that it can be used for C#, C++ and VB.
I'm not sure of the benefits of using it, although "the framework's Base Class Library provides a large range of features including user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications."
So many people have sent me to that link. It looks to me it only supports C#, and that's only the latest release of 4.0! That still doesn't answer my other questions.
You can code with .NET framework using Visual Basic, Visual C# and Visual C++. Applications made with any of these languge require .NET framework in the client's PC otherwise they won't work.
google is your friend Tongue