Latest Answer: Reflection is a tool, using by this we can see the metadata information at runtime.... ...
Latest Answer: Vipul Grover Wrote: CLR: It refers to Common Language Runtime in .NET environment.It is an integral part of the .NET framework and provides functionality like Automatic Memory Management(Garbage Collection),Common Type Safety,Security etc.The code is ...
Latest Answer: Microsoft provides these languages for programming .NET - C#, VB.NET, JS.NET, C++.NET. C++.NET may be used as a Managed Code Language by using managed extensions. This is done using an _gc postfix. A managed C++ class can inherit from VB.NET classes, ...
Latest Answer: MS provides compilers for C#, C++, VB.Net and JScript. Other vendors have announced that they intend to develop .NET compilers for languages such as COBOL, Eiffel, Perl, Smalltalk and Python. ...
The runtime supports Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported
Latest Answer: The runtime supports Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on Windows XP and Windows 2000. Windows 98/ME cannot ...
According to Microsoft, .NET is a "revolutionary new platform, built on open Internet protocols and standards, with tools and services that meld computing and communications in new ways".A more
Latest Answer: .NET is a plattform that creates distributed applications and which is language independant. ...
Latest Answer: SOAP ...
Latest Answer: ASP.NET is an advancement of classical ASP. Many problems that occurred in ASP have been solved in ASP.NET. 1. ASP applications rely on the VB script language, which suffers from a number of limitations, including poor performance. In ASP.NET, ...
Latest Answer: Web applications are stored on a server and delivered to users over the Internet. A Web application is usually a three-tier structure, comprising a User Service tier (allowing user access to the application), a Business Service tier (allowing the user ...
Latest Answer: ISAPI stands for Internet ServerApplication Programming Interface, is a specification that allows developers to extend IIS by writing components that proces raw HTTP requests. An ISAPI components ends up as DLL that IIS directs all requests ...
View page << Previous 1 2 3 [4] 5 Next >>

Go Top