What is the main Difference Between .Net 2003 and .Net
2005.and also Asp1.1,Asp2.0 and Asp3.0
Answers were Sorted based on User's Feedback
Answer / pradeep kumar mishra
• 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 ? | 21 Yes | 6 No |
Answer / ish
In vs.net2003 we use datagrid and in vs.net2005 we use
gridview. There are some diff btw datagrid and grid view.
In vs.net2005 App_code folder is create . We can get
maximum result with minimum coding in vs.net2005.
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / nitin
In VS 2005 themes, Master Pages, Site Navigation, Tree View,
User Management are newly added tools.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / mohd abid
definately it has some advance features for each language.
One of the the main feature in . NET 2005 is that it has
saperated the Web environment from each language and added
external features for it.
Is This Answer Correct ? | 6 Yes | 4 No |
how can we achieve language interoperability through CLS? How MSIL works?
Why should hire you in company
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
which tag i need to use manually to bind columns in a datagrid ?
what is polymorphism and advantage ?
Explain the difference between primary & secondary storage device? : .NET Architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Tell me .net mobile emulators? : Microsoft dot net mobile
Define cache coherency and how is it eliminated? : Dot net architecture
What are library functions?
What is IL code, CLR, CTS, GAC & GC?
Explain difference between inprocess vs out process session state? : .NET Architecture