Posts Tagged ‘dotnet’

Tekpub: 4 – Loose Design with Interfaces

Tekpub: 4 – Loose Design with Interfaces.

I really like his description of “fancy objects”. Previous versions or ARBO were very fancy indeed.

Notes:

Pass abilities of objects.

Pass around interfaces and not objects.

Interfaces should be the smallest possible object. If you have 5+ methods make a new interface.

 

ASP.Net Razor and VB

Find a VB syntax reference for ASP.Net Razor is proving difficult. Most Razor samples are C#. This tutorial is the best that I’ve found so far.

http://www.asp.net/webmatrix/tutorials/asp-net-web-pages-visual-basic

Continue reading »

PowerCommands for Visual Studio 2008

Nathan, just sent out a reminder that if you reformat don’t forget this. It has some many little tools that just make sense with out getting in your way.

http://code.msdn.microsoft.com/PowerCommands

PowerCommands 1.1

PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at http://msdn.com/vsx for more information about extending Visual Studio.

The Releases page contains download files (MSI installation file, readme document, and source code project).