Marcin On ASP.NET

Keeping my eye on the dot

Optimizing ASP.NET MVC view lookup performance

Earlier today Sam Saffron from the StackExchange team blogged about the performance of view lookups...

Author: Marcin Doboz Date: 08/16/2011

Project Templates and preinstalled NuGet packages

10/22 Update: This post was written before this feature became a part of NuGet.This feature is now a...

Author: Marcin Doboz Date: 07/08/2011

ASP.NET MVC Performance Tips

Database access is usually the largest performance bottleneck of web applications. But once...

Author: Marcin Doboz Date: 02/07/2011

ASP.NET MVC 3 Performance – on par with MVC 2

Now that the final version of MVC 3 has been released I think information about the performance...

Author: Marcin Doboz Date: 01/17/2011

MVC 3 Project Upgrade Tool

We have just released the final version of ASP.NET MVC 3. Read the official MVC 3 release...

Author: Marcin Doboz Date: 01/13/2011

Razor, Nested Layouts and Redefined Sections

In a recent post I introduced a technique for dealing with optional Razor sections and default...

Author: Marcin Doboz Date: 12/15/2010

Optional Razor Sections with Default Content

Solution quick links: IsSectionDefined method Razor inline templates RenderSection The new ASP.NET...

Author: Marcin Doboz Date: 12/08/2010

Fixing area view lookups when using multiple view engines

11/17 Update: I've fixed a bug in the view engine registration code that prevented this method from...

Author: Marcin Doboz Date: 11/14/2010

Granular Request Validation in ASP.NET MVC 3

12/10 Update: In MVC 3 RC 2 SkipRequestValidationAttribute got renamed to AllowHtmlAttribute. I have...

Author: Marcin Doboz Date: 11/09/2010

Granular Request Validation in ASP.NET MVC 3 Beta

11/9 Update: This article only applies to the MVC 3 Beta release. I have a new post about...

Author: Marcin Doboz Date: 10/06/2010

Dynamic Data Futures 7/16 update posted

We have just posted an updated version of Dynamic Data Futures on codeplex. The Dynamic Data...

Author: Marcin Doboz Date: 07/17/2008

Dynamic Data Futures 7/2 update posted

We have just posted an updated version of Dynamic Data Futures on codeplex. The Dynamic Data...

Author: Marcin Doboz Date: 07/02/2008

Dynamic Data Futures 6/25 update posted

Update: the Dynamic Data Futures was updated on 7/2. We have just posted an updated version of...

Author: Marcin Doboz Date: 06/25/2008

Dynamic Data Features 6/25 update posted

Update: I made a typo. This project is called Dynamic Data Futures, not Dynamic Data Features. Hope...

Author: Marcin Doboz Date: 06/25/2008

Dynamic Data samples: Extending the FilterRepeater

6/25 Update: This sample has become part of the Dynamic Data Futures project on codeplex. You can...

Author: Marcin Doboz Date: 05/29/2008

Dynamic Data samples: Custom metadata providers

6/25 Update: This sample has become part of the Dynamic Data Futures project on codeplex. You can...

Author: Marcin Doboz Date: 05/22/2008

Dynamic Data samples

In breaks between writing the Dynamic Data runtime I also write samples illustrating the various...

Author: Marcin Doboz Date: 05/22/2008

We have posted the latest Dynamic Data Preview bits to Code Gallery. You can get them here. Note...

Author: Marcin Doboz Date: 05/21/2008

Project templates just got bigger

One of the new things we are working on in ASP.NET is not directly connected to the new and improved...

Author: Marcin Doboz Date: 02/27/2008

Dynamic Data December preview context caching bug fix

Users of our recently released December preview of the new Dynamic Data feature in ASP.NET have...

Author: Marcin Doboz Date: 12/20/2007

Dynamic Data screencast is available

David Ebbo has just posted a screencast covering the Dynamic Data feature in ASP.NET 3.5 Extensions...

Author: Marcin Doboz Date: 12/12/2007

Adding custom metadata providers in ASP.NET 3.5 Extensions Preview

5/22/08 Note: this post talks about an outdated ASP.NET release. Please have a look at this updated...

Author: Marcin Doboz Date: 12/10/2007

ASP.NET 3.5 Extensions Preview is available

The ASP.NET 3.5 Extensions Preview is out. Get it here. This includes: MVC Dynamic Data AJAX browser...

Author: Marcin Doboz Date: 12/09/2007

Introduction

Hi everybody (and by everybody I mean the single person who accidentally stumbled upon these pages)....

Author: Marcin Doboz Date: 12/08/2007