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
-
multiply two given matrix #include<stdio.h> #include<conio.h> main() { int a[5][5],b[5][5],c[5][5],m,n,p,q,i,j,k; clrsc...
-
Assemblies In the applications that you build within the .NET Framework, assemblies will always play an important role. Assemblies can be th...
-
#include<stdio.h> #include<conio.h> main() { int i=3,*x; float j=1.5,*y; char k='c',*z; clrscr(); x...
-
main() { int n,i,j,k,temp; int a[10]; clrscr(); printf("\n Enter number of elements:"); scanf("%d",&n); for(i=0;i...
-
The structure of an assembly Assemblies contain code that is executed by the Common Language Runtime . The great thing about assemblies is ...
No comments:
Post a Comment