What is the main Difference Between .Net 2003 and .Net
2005.and also Asp1.1,Asp2.0 and Asp3.0
Answer Posted / 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 |
Post New Answer View All Answers
Explain Singleton design pattern in .net
what is polymorphism and advantage ?
Explain the five stages in a dlx pipeline? : Dot net architecture
Differences between VS 2005, 2008 and 2010 ?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is the mesi? : .NET Architecture
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
What is .net mobile utility controls. : Microsoft dot net mobile
Why the config file might not be writable
Define pipelining? : Dot net architecture
What is the purpose of hard disk? : Dot net architecture
What are the new features of .net 2.0?
State and explain about microsoft.net?
Why am I getting an invalidoperationexception when I serialize an arraylist?