VS.NET

ASP.NET MVC

March 10th, 2008

Microsoft released a new MVC extension for ASP.NET which allows users to build asp.net applications using the MVC framework.

A little about MVC:
The MVC framework enables you to easily implement the model-view-controller (MVC) pattern for Web applications. This pattern lets you separate applications into loosely coupled, pluggable components for application design, processing logic, and display.

To makes things easier, the release was accompany with a serious of nice videos given by Scott Hanselman. Even though this new framework is very new (and experimental I must add), there are some nice thing there that I’m sure will become a part of the next LINQ version.

Visual Studio 2008 and .NET 3.5 shipping soon

November 5th, 2007

Chris Bowen has the story

Visual Studio 2008 WPF Editor Tips - Part 1

October 4th, 2007

I was sent by Lab 49 to the Microsoft Platform Adoption Center in Redmond, WA to help Microsoft test Windows Presentation Foundation (WPF) version 3.5 and Visual Studio 2008.   I was able to try out many of Lab 49’s applications using the latest builds while having access to many members of the WPF development team.   I picked up many tips and tricks for Visual Studio 2008 and WPF that I’ll be passing along in a series of blog posts.

The first tip is for editing Grid layouts in Visual Studio 2008’s WPF designer that I got from the programmer responsible for this feature, Mark Wilson-Thomas .  What many people don’t realize is there are two distinct modes for resizing grid cells in the WPF designer.  

Grid Edit 2008

The green arrow above points to a small triangle that resizes the grid but leaves any content the same size.   The blue arrow points to a grid line you can move to resize the grid cell and resize the contents as well.  An example will make this more clear.

After moving the triangle to the left, the grid looks like this:

image

Notice that the button did not resize with the cell.   This mode is handy for when you need to change the spacing in a grid, but not the size of the grid contents.

If you drag the grid line to the left instead of using the triangle, then the grid looks like this:

image

The button is now smaller instead of staying the same size like it did before.

This feature is difficult to discover and confusing.  In post-Beta 2 bits, the mouse icon changes slightly to give a hint about what mode the resize is using.

I’ll blog more about the grid editor in my next post.

code.lab49.com

September 29th, 2007

Lab49 has created a public repository for open source software projects.

I have a few projects up that I’d like to tell you about.
Read the rest of this entry »

VS49

July 20th, 2007

If you can’t work with us, work like us.

Scheme editor and REPL session

Details inside …
Read the rest of this entry »

Visual Studio 2005 Keyboard shortcuts

June 4th, 2007

For those who are interested, Microsoft made all of the VS.NET keyboard shortcuts available in a nice downloadable and printable guide. Get the C# version here and the VB.NET version here.