Archives for 2008

And now ASP.NET MVC Beta is here!

Oct 16, 2008

What a week just before Microsoft PDC 2008! After Silverlight 2 release it is the turn of ASP.NET Framework to be released in Beta.

The ASP.NET MVC Beta release provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 runtime. This means that developers can take advantage of the MVC design patterns to create their Web Applications which includes the ability to achieve and maintain a clear separation of concerns (the UI or view from the business and application logic and backend data), as well as facilitate test driven development (TDD). The ASP.NET MVC framework defines a specific pattern to the Web Application folder structure and provides a controller base-class to handle and process requests for “actions”. Developers can take advantage of the specific Visual Studio 2008 MVC templates within this release to create their Web applications, which includes the ability to select a specific Unit Test structure to accompany their Web Application development.

Continue reading

Silverlight 2 is really released NOW!

Oct 14, 2008

Microsoft just released Silverlight 2 with all developers and designer tools:

Continue reading

Attending “Agile Perspectives, Industry and Microsoft” PDC2008 Pre-Conference Session

Sep 10, 2008

I just registered online to PDC2008 and will attend the following Pre-Conference session:

Agile Perspectives, Industry and Microsoft

Continue reading

WCF Add Service Reference issue with Visual Studio 2008 SP1

The other day I faced a strange issue when I wanted to add a service reference to the Tech Head Brothers authoring tool. The code generated wasn’t compiling with errors located in the file Reference.cs.

Drilling down the issue I figured out that the default namespace, TechHeadBrothers.Word, was the issue. It was just added at some place and at other not.

Continue reading

Page 2 of 19