Web 2.0 ASP.NET

A Blog about ASP.NET, MVC, Web 2.0, AJAX, SQL server and other web technologies.
Helping the little guy win!

Visual Studio 2010 Released

Visual Studio 2010 Released

The much awaited, latest version of Visual Studio, Visual Studio 2010 has now been released in conjunction with the latest version of the .NET framework (version 4). This is an exciting time for .NET developers as it also means that they will also be able to develop for Windows Phone 7 using their existing skillset.


Visual Studio 2010 Download
You can download the express versions of Visual Studio 2010 here:

http://www.microsoft.com/express/downloads/

And Trial Versions of the full versions of Visual Studio 2010 (Professional, Premium, Ultimate, Testing) Here:

http://www.microsoft.com/visualstudio/en-us/download

Buy or Upgrade to Visual Studio 2010

You can buy or upgrade to Visual Studio 2010 (with or without MSDN Subscriptions) at the Microsoft Store:

Microsoft Store Visual Studio 2010 Product Page

Windows Phone 7 Developer Tools

You can download the CTP for the Windows Phone 7 Developer tools here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=2338b5d1-79d8-46af-b828-380b0f854203&displaylang=en

Visual Studio 2010 Add-in List

If you are looking to extend the functionality of Visual Studio, please see here for a Visual Studio 2010 compatible Visual Studio Add-in list:

http://web2asp.net/2009/01/top-visual-studio-add-ins.html

kick it on DotNetKicks.comShout it

ReSharper 5 Released

Resharper 5 Released

Resharper 5 has now been released simultaneously with Visual Studio 2010 and is fully compatible with Visual Studio 2010 and greatly enhances your development experience in the IDE. You can read my review of the new features in Resharper 5 here:

Resharper 5 New features Review


You can get a Resharper 5 30 day trial download here:
Resharper 5 30 Day Trial

kick it on DotNetKicks.comShout it

Resharper 5

ReSharper 5

With Visual Studio 2010 now released and the concurrent shipping of Resharper 5, I thought I would share my experiences with the latest version of, IMHO, the best productivity enhancing Visual Studio Add-in there is.

Those of you familiar with previous versions of Resharper 5 will know that ReSharper from Jetbrains is an essential addition to the toolkit of any developer, as it not only speeds up the development process but also helps developers produce better code.

So Whats new in ReSharper 5?
ASP.NET Developers will have a lot to smile about in Resharper 5, with a host of new functionality to check out, some of the highlights include a new file structure tool window, which helps you quickly navigate through an ASPX pages content:

One of my personal favourites though, is the new related files action, which allows you to quickly open related files without using the solution explorer, for example any of the User Controls or related code pages declared on an ASPX page:

For those of you who are working extensively with ASP.NET MVC there is more to smile about, as you know ASP.NET MVC is a hands on process, with little or no tooling available. ReSharper 5 adds some really useful tooling to Visual Studio, the best of which IMHO is the ability to create new types and methods from usages within pages:

Other MVC features include Code Completion and advanced Intellisense:



 and navigation to and from controllers:


If, like me, you are beginning to realise the power of LINQ then there is a great deal to be excited about in Resharper 5 as it adds the ability to convert foreach code into its LINQ equivalent, this is great because while I am writing LINQ queries these days, a lot of the older code has yet to be LINQified so this speeds up the process drastically:


I have always thought the enhanced Intellisense alone makes ReSharper a no-brainer in terms of return on investment, Resharper 5 also sports seen some serious improvements in Intellisense speed and one new thing I really like is being able to type something like datasimapr and have it show DataTableSiteMapProvider in the Intellisense, this is smart and saves time which is what intellisense should be all about.

Another thing which works really well is Intellisense for unresolved symbols, imagine that you just copied some code to a new method but you did not include the instantiation of a variable required in that code snippet, well Resharper 5 is clever enough to show that uninstantiated variable in the Intellisense:

Lastly, as a lead Dev I often try to impose some coding methodology on other developers in my team, not because I think my coding style is any better than anyone else's, but because as team members come and go it is really important to have a uniform code base. If we were all left to our own devices, we would inevitably end up with a code soup, which is not easy for any developer to jump into and refactor or modify. I have long been using the ReSharper clean up code function to do this, as it means that Developers don't have to worry about coding my way and I can fix up the code prior to a build. ReSharper 5 extends this functionality, by being able to create and configure custom, sharable code patterns, which can not only be used to replace instances in code but can also be included in code analysis. This means that developers on my team will be able to fix their code to the pattern as they develop. What this means is that it is now possible to enforce best practices without having to be a code Nazi! I let ReSharper enforce for me, giving me more time to worry about architecture and the best cup of coffee ever created!

You can download Resharper 5 (30day trial) from Jetbrains here:

Resharper 5 Trial Download

kick it on DotNetKicks.comShout it

Now Reading







Microsoft Store

Microsoft Store

Blog Archive

About Me

My Photo
MCSD MCAD MCSE David has been architecting and developing software applications for the last 15 years using Microsoft technologies, more recently he has specialized in developing Web 2.0 ASP.NET applications using C#, SQL Server, AJAX, JavaScript and other development tools. When not tapping on the keyboard programming you can find him strumming guitars, banging drums and tinkling the piano keys in local bars and cafes around Osaka.

Disclaimer

All data and information provided in THIS blog is for informational purposes only. I make no representations as to accuracy, completeness, currentness, suitability, or validity of any information on this blog and will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use. All information is provided on an as-is basis. All code may be used under the standard UIIYW BDBMIITDW license (Use It If You Want But Dont Blame Me If It Doesnt Work) :)