Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is .NET?
What is .NET?
✍: Guest
.NET is essentially a framework for software development.It is similar in nature to any other software development framework (J2EE etc) in that it provides a set of runtime containers/capabilities, and a rich set of pre-built functionality in the form of class libraries and APIs
The .NET Framework is an environment for building, deploying, and running Web Services and other applications. It consists of three main parts: the Common Language Runtime, the Framework classes, and ASP.NET.
2013-09-26, 2429👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...
Describe in detail Basic of SAO architecture of Remoting? For these types of questions interviewer e...
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...
Give me the example of SRS and FRS SRS :- Software Requirement Specification BRS :- Basic Requiremen...