Question:
What are the new features of Visual Studio 2005 IDE?
Radha
2006-11-22 04:24:44 UTC
I have installed Visual Studio 2005. I would like to use IDE very efficiently. Can anybody tell me what are the new features available (with respect to IDE)? As well as I would like to know useful features available (may be present in earlier versions too) in VS 2005. I'm mainly using C# for development purpose. Also I heard that it's good for testing (like writing test cases). Is it true? How we can integrate VS 2005 with PVCS? What are the short cut keys available (except Menus)?
Four answers:
comn8u
2006-11-22 05:37:54 UTC
2005 is so much better than 1.x. There are a myriad of new freatures in 2.0. You can use MasterPages for your website layouts. There are web parts that would enable a web user to customize a webpage by being able to shift elements around on the page. The DataGrid was replaced by GridView, which is easier to work with. You can also use SqlDataSource to populated Data Controls. The SqlDataSource will save you time so you don't have to write connection code.



2.0 now has local database support. You can add a database right to your APP_DATA folder, which you'll be able to build and connect to with ease. You can only access this database from the project you are working in. If you want to make the database live on a webhost, you have to copy the .mdf or generate script to move it.



Classes now have a keyword called "Partial", which would allow you to have the same class name over many areas. This is so, if you are working in a team environment, many co-workers can work on their own version of the same class without writing over each others' code. At compile time, these same files will be compiled together.



There is just too many things to list on here. If I were you, I would go to ASP.NET QuickStarts and go from there. There is a lot of information you can learn from there.



Also, if you haven't already, download the startkits from ASP.NET. The starterkits are useful and powerful, and not just some cheesy website example.
?
2016-10-04 10:00:22 UTC
seen Studio 2005 delivers certainly one of those kit that grant many advantages for man or woman builders and application progression communities: Be greater effective and receive swifter consequences build dynamic living house windows, cyber web, cellular, and workplace-based ideas communicate and collaborate greater efficiently interior of your application communities make certain high quality early and in many circumstances in the time of the form technique
anonymous
2006-11-22 04:31:45 UTC
http://www.google.co.uk/search?hl=en&q=visual+studio+2005+features&btnG=Google+Search&meta=



How do people who use computers so much manage to get through life without knowing how to use Google?



Rawlyn.
chemicalimbalance000
2006-11-22 06:00:17 UTC
I believe the big one is Intellisense.

It guesses what you're going to type while you type it. (Makes coding go WAY faster).


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...