Welcome to the WebMatrix - Introducing Microsoft's new Web Stack

Posted by: Imar Spaanjaars at Tuesday, June 29, 2010 10:55:03 AM in: WebMatrix

Ever since Microsoft released ASP.NET in 2002, web developers have been able to use a powerful platform to build a wide range of web applications and services. But this power comes at a price. Getting started with ASP.NET takes quite some time and effort. Before you can run your first Hello World page, you need to download and install a lot of software, taking up quite a bit of time and bandwidth. You need Visual Web Developer (Express), you need SQL Server (Express or any other version) and you may need IIS if you want to test out more realistic scenarios, some of which require special privileges for the account you use on your machine. Once you have all the tools, the real work begins. My latest book, Beginning ASP.NET 4 in C# and VB needed 803 pages to take you from a developer newbie to a competent ASP.NET web developer.

In other words, you're facing quite some hurdles when you want to start developing web applications on the Microsoft platform, especially if you're a hobbyist web developer.

To make the Microsoft stack more appealing to beginning web developers, Microsoft is introducing WebMatrix.

Read on ...

Using Grouping instead of Distinct in Entity Framework to Optimize Performance

Posted by: Imar Spaanjaars at Monday, June 28, 2010 11:10:18 AM in: ASP.NET 4
On a number of pages on this web site I display a list of articles. For example, the home page shows a list of all articles from all categories. The FAQs page shows articles from the FAQs category only. Internally, the content items in the database (sorted in the Content table) are linked through a junction table to the Roles table. This enables me to publish content targeting specific roles. Anonymous users see content for the Anonymous role only, while, for example, I as the site administrator can see content that is assigned to the Administrators role only. I use this in order to add content to my site which is not public yet.
Read on ...

Sketch and Prototype Tools Review - Part - 6 - And the winner is...

Posted by: Imar Spaanjaars at Friday, June 25, 2010 1:28:55 PM in: Product Reviews

Over the past couple of weeks I've been reviewing a number of Sketch and Mockup Tools. You can find the complete series here:

For now I won't be reviewing any other tools as I haven't worked with them (extensively) enough to say something useful about them. Thanks to everyone who contributed suggestions for additional tools to review.

To close off the series, I'll briefly recap the five tools and give my opinion of the one(s) I liked best.

Read on ...

Sketch and Prototype Tools Review - Part 5 - Microsoft Expression Blend 4 + Sketch Flow

Posted by: Imar Spaanjaars at Friday, June 25, 2010 11:17:49 AM in: Product Reviews

As a software designer and web developer I usually focus on the back end of web sites and applications and leave the User Interface and UX design to people more knowledgeable. Still, occasionally I have the need to do some sketching and drawing with a customer, for example when designing a web interface or when working on use case documents. While paper and pencil often work fine, they lack durability and the result is hard to share, especially with "digital" clients or clients in a different country. Over the years, I've been working with a number of software design tools to aid me in this process. Since I get asked which tools I use every now and then, I decided to write a short blog series outlining a number of these tools, including Balsamiq Mockups, Axure RP Pro, Microsoft Visio with the 'GUUUI Sketchy GUI Shapes', Pencil, and Microsoft's SketchFlow.

In this series I'll be (re)creating a design mockup for the Management section of my web site with each of the tools, giving you the opportunity to compare their output. You'll find a screen shot of the existing Management section at the end of this article.

Today's tool: Microsoft Expression Blend 4 + SketchFlow

Read on ...

Book Review: .NET Performance Testing and Optimization by Paul Glavich and Chris Farrell

Posted by: Imar Spaanjaars at Wednesday, June 23, 2010 5:13:52 PM in: Book Reviews

I recently got the chance to review the book .NET Performance Testing and Optimization by Paul Glavich and Chris Farrell published by Simple Talk Publishing. Since I am usually a "performance aware" coder and try to think about performance right from the start, I was looking forward to this book with the hopes to learn a few new tricks, techniques and tools. Having read it now, I am not disappointed.

Read on ...

Sketch and Prototype Tools Review - Part 4 - Pencil

Posted by: Imar Spaanjaars at Tuesday, June 08, 2010 9:09:25 PM in: Product Reviews

As a software designer and web developer I usually focus on the back end of web sites and applications and leave the User Interface and UX design to people more knowledgeable. Still, occasionally I have the need to do some sketching and drawing with a customer, for example when designing a web interface or when working on use case documents. While paper and pencil often work fine, they lack durability and the result is hard to share, especially with "digital" clients or clients in a different country. Over the years, I've been working with a number of software design tools to aid me in this process. Since I get asked which tools I use every now and then, I decided to write a short blog series outlining a number of these tools, including Balsamiq Mockups, Axure RP Pro, Microsoft Visio with the 'GUUUI Sketchy GUI Shapes', Pencil, and Microsoft's Sketchflow.

In this series I'll be (re)creating a design mockup for the Management section of my web site with each of the tools, giving you the opportunity to compare their output. You'll find a screen shot of the existing Management section at the end of this article.

Today's tool: Pencil 1.2.

Read on ...

Using .Less to Change the Way You Write Your CSS

Posted by: Imar Spaanjaars at Thursday, June 03, 2010 9:10:24 AM in: ASP.NET General
I wanted to write a post about .Less for some time, but never found the right time to do so. Now that I am changing my own web site from ASP.NET Web Forms to ASP.NET MVC 2, I thought it was a good idea to incorporate .Less (pronounced as Dot Less) in my own web site and write a little blog post about it
Read on ...

Sketch and Prototype Tools Review - Part 3 - Microsoft Office Visio 2010

Posted by: Imar Spaanjaars at Tuesday, June 01, 2010 8:03:49 PM in: Product Reviews

As a software designer and web developer I usually focus on the back end of web sites and applications and leave the User Interface and UX design to people more knowledgeable. Still, occasionally I have the need to do some sketching and drawing with a customer, for example when designing a web interface or when working on use case documents. While paper and pencil often work fine, they lack durability. Additionally, the result is hard to share, especially with "digital" clients or clients in a different country. Over the years, I've been working with a number of software design tools to aid me in this process. Since I get asked which tools I use every now and then, I decided to write a short blog series outlining a number of these tools, including Balsamiq Mockups, Axure RP Pro, Microsoft Visio with the 'GUUUI Sketchy GUI Shapes' stencil, Pencil, and Microsoft's Sketchflow.

In this series I'll be (re)creating a design mockup for the Management section of my web site with each of the tools, giving you the opportunity to compare their output. You'll find a screen shot of the existing Management section at the end of this article.

Today's tool: Microsoft Office Visio 2010.

Read on ...

Rebuilding imar.spaanjaars.com in ASP.NET MVC 2 - Part 5 - RTW

Posted by: Imar Spaanjaars at Tuesday, May 25, 2010 1:52:37 PM in: ASP.NET MVC
You may have noticed that I released the final MVC 2 version of my web site at imar.spaanjaars.com a few days ago.
Read on ...

Sketch and Prototype Tools Review - Part 2 - Axure RP Pro 5.6

Posted by: Imar Spaanjaars at Tuesday, May 25, 2010 10:58:11 AM in: Product Reviews

As a software designer and web developer I usually focus on the back end of web sites and applications and leave the User Interface and UX design to people more knowledgeable. Still, occasionally I have the need to do some sketching and drawing with a customer, for example when designing a web interface or when working on use case documents. While paper and pencil often work fine, they lack durability. Additionally, the result is hard to share, especially with "digital" clients or clients in a different country. Over the years, I've been working with a number of software design tools to aid me in this process. Since I get asked which tools I use every now and then, I decided to write a short blog series outlining a number of these tools, including Balsamiq Mockups, Axure RP Pro, Microsoft Visio with the 'GUUUI Sketchy GUI Shapes' stencil, Pencil, and Microsoft's Sketchflow.

In this series I'll be (re)creating a design mockup for the Management section of my web site with each of the tools, giving you the opportunity to compare their output. You'll find a screen shot of the existing Management section at the end of this article.

Today's tool: Axure RP 5.6.

Read on ... 12345678910111213141516171819202122232425262728