What is the main difference between VS 2005 and VS 2003?
Answer Posted / dipali dhembare
Visual Studio 2005-
1]The IIS is automatically install,not need to install
separatelly.
2]New controls are available like tree-view,menu-tree.
3]SQL Server is come with inbuilt.
4]New version of crystal report is available.
5]It use version 2.0 of framework.
VIsual Studio 2003-
1]The IIS is not automatically install.
2]This controls are not available tree-view,menu-tree.
3]SQL Server install separately.
4]It use version 1.1 of framework.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which version of .net framework is installed?
What is NonActionAttribute ?
What is separation of concerns in asp.net mvc?
what is complex type?
How does work clr?
What is domain class model?
Describe the roles of clr in .net framework.?
Describe the gac in the .net framework.
What is managed extensibility framework?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
What operating systems will the .net framework 3.0 be available for?
Can you explain renderbody and renderpage in asp.net mvc?
What is the difference between viewbag and viewdata in mvc?
How we can call a javascript function on the change of a dropdown list in mvc?
What is stateless model?