ASP.NET Dynamic Data Routing

ASP.NET Dynamic Data uses routing to match http requests with the appropriate data, actions and views to produce the output (read only, read only details, edit and insert pages) that is expected for each table in the model. The routing system found in Dynamic Data is based on the ASP.NET routing system...

ASP.NET Dynamic Data Routing →

New ASP.NET Web Deployment Options in Visual Studio

Currently web deployment in ASP.NET isn’t an easy task - there’s a small laundry list of things to do, and if you forget to deploy something or incorrectly configure something then boom! errors! Nobody wants to deploy a site and have to fight with it for the next two hours trying to figure out what was...

New ASP.NET Web Deployment Options in Visual Studio →

.NET Valley Pub Night->Nov 13, 2008

Join the MSDN Team ( Lindsay , Dani , and David ) and the rest of .NET Valley for the "Best Wings" in the area. On November 13th, we'll be meeting at the new Quaker Steak & Lube found in Dickson City. The evening will begin at 6pm. .NET Valley will be sponsoring some Wings and beverages...

.NET Valley Pub Night->Nov 13, 2008 →

Raleigh Code Camp -> Nov 15 2008

I will be speaking at the Raleigh Code Camp this Saturday, Nov 15, 2008. I’ve been giving my “An Introduction to Dynamic Data” talk frequently, and now I am taking it on the road to the southern states.

Creating Responsive UIs with ASP.NET AJAX

Download the slides Download the files

MSDN Freedom Roadshow: Scranton, Pa

Register Here Friday, November 14, 2008 9:00 AM - Friday, November 14, 2008 4:00 PM Eastern Time (US & Canada) Welcome Time: 8:30 AM University of Scranton Room 405 DeNaples Student Center 800 Linden Street Scranton Pennsylvania 18510 United States Language(s): English. Product(s): Microsoft .NET...

MSDN Freedom Roadshow: Scranton, Pa →

Not At PDC [#NotAtPDC]

PDC (Professional Developer’s Conference) has been going on this week and I was not able to attend. However, I got together with some friends ( David Penton , Chris Love and Steve Andrews ) to put together a quick virtual event so that those of us not at pdc can get some learning done this week. Check...

Not At PDC [#NotAtPDC] →

SSWUG .NET Developer Virtual Conference Nov 5-6

I am presenting three session (pre-recorded) at the SSWUG .NET Developer Virtual Conference An Introduction to Dynamic Data Building Responsive User Interfaces with ASP.NET AJAX A Tour of Visual Studio 2008 New Features From the www.virtualconferenceonline.com site: SSWUG.org presents the .NET Developer...

SSWUG .NET Developer Virtual Conference Nov 5-6 →

Custom Validation in ASP.NET Dynamic Data using Attributes

You have two choices for validation in ASP.NET Dynamic Data: Annotating the data model with attributes or extending the data model using partial methods (see here ). We’ll take a look at annotating the data model to provide validation for Dynamic Data applications. Attribute Based Validation: Dynamic...

Custom Validation in ASP.NET Dynamic Data using Attributes →

Custom Validation and Business Logic in ASP.NET Dynamic Data using Partial Methods

You have two choices for validation in ASP.NET Dynamic Data: Annotating the data model with attributes or extending the data model using partial methods. We’ll take a look at using the OnChanging partial methods from the data model to provide custom validation for Dynamic Data applications. Validation...

Custom Validation and Business Logic in ASP.NET Dynamic Data using Partial Methods →