Tuesday, June 26, 2007

Hidden Development Methodologies

There are many unknown methodologies which we are touching every day during development but don't have a clue about them. Have you heard about ADD, CDD, CYAE, DBD or GMPM. Well, I did not until I visited the Berkun Blog.

Follow the link http://www.scottberkun.com/blog/2007/asshole-driven-development/ and you will be surprised. :)

Very useful information for people who are organizing and leading development.

Friday, June 22, 2007

ReSharper 3.0 has been released

JetBrains released next version of its awesome application ReSharper 3.0.

ReSharper is an add-in for Visual Studio which contains many features for .Net application development. It helps simplify the process of writing a code. Ones I stared to use ReSharper I cannot imagine working without it after. It has many features but the best from my point of view is static code analyzer which  brings you errors or warnings on the fly without compilation. Another excellent feature is searching the objects inside of solution which is much powerful and has much better interface for doing that.

With the new version ReSharper supports XAML and XML, offers C# code suggestion on the fly and much much more.

Just follow the link to check out all the features exist in ReSharper 3.0

http://www.jetbrains.com/resharper/features/index.html

 

To download a 30 days free trial version click here

Tuesday, June 19, 2007

WPF in life

This is a simple application which shows a power of Window Presentation Foundation. Just follow the link, download "ClickOnes" installation and have a fun. You gonna love it. :)

http://www.vertigo.com/familyshow.aspx

The most important part is that you can download the source code and investigate application structure.