Sunday, July 12, 2009

What are the new features of Visual Studio 2005 IDE?

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)?

What are the new features of Visual Studio 2005 IDE?
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.
Reply:I believe the big one is Intellisense.


It guesses what you're going to type while you type it. (Makes coding go WAY faster).
Reply:http://www.google.co.uk/search?hl=en%26amp;q=v...





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





Rawlyn.


No comments:

Post a Comment