Which is the main Difference Between .Net 2003 and .Net
2005?
Answer Posted / badmoon
Difference b/w .net 2003 & .net 2005
1. vs.net2003 doesn’t carry personal webserver.whereas
vs2005 will carrying
personal web server called asp.net development server
2. Vs.net2003 will create set of different files for asp.net
applications. this
makes development complex.Whereas in vs.net2005 will
support project
less appln developement.for asp.net this will create
only required
files for asp.net appln. This makes
development easier.
3. 2003 will support only code-behind tech.whereas 2005 will
support in-page
tech and code behind tech.
4. 2003 only support one language for WebPages with in
asp.net appln, whereas
2005 will support different languages for WebPages with
in asp.net appln.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a variable of implicit type and what is its scope?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Explain about managed heap?
What is static constructor, when it will be fired?
What are the different types of Classes in .NET?
What is the use of common language runtime?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Which namespace does it belong to by default?
Explain is the jit an interpreter?
What is value type and refernce type in .net?
What is the difference between web application and enterprise application?
What is managed code execution?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is manifest in .net?
Explain clr, cts and cls?