In anticipation of this future, Microsoft has developed the .NET Framework and the tools
necessary to build in this new environment. Microsoft realized that it had many languages and
tools that basically did the same thing. Admittedly, some languages and tools did certain
things better than others, but all of them worked towards the same goal, and there was plenty
of overlap.
Microsoft has taken the best of all these different worlds and has merged them into a single
environment,
Sunday, September 11, 2011
Subscribe to:
Post Comments (Atom)
Popular 5 Posts Last 7 days
-
// Storage int value1 = 0; int value2 = 0; int total = 0; string operation; // Get first number value1 = GetNumber(); // Get Operation Conso...
-
The Common Language Runtime Many different languages and platforms provide a runtime, and the .NET Framework is no exception. You will find,...
-
Assembly : - Assembly is a collection of classes developed in different languages & packaged as DLL to achieve a task. Assembly Arch...
-
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Sorting1 { class Program { ...
-
Type specifies the type of the data and the size of the data. Working with Data Types: Data Type specifies the type of the data and the size...
No comments:
Post a Comment