Philly.NET Code Camp 2008.3 –> Oct 11, 2008.

I will be speaking at the Philly.NET Code Camp 2008.3 on October 11th. Creating Responsive User Interfaces using ASP.NET AJAX Internet savvy users have come to expect a high level of interaction, responsiveness and robustness when dealing with web applications, and in this session we will use ASP.NET...

Philly.NET Code Camp 2008.3 –> Oct 11, 2008. →

Custom Field Templates in ASP.NET Dynamic Data

Field Template Basics ASP.NET Dynamic Data provides field templates by employing customized user controls (.ascx files) located in the \DynamicData\FieldTemplates directory and they contain the UI definitions and basic validation for each data type in your model. The controls housed inside the field...

Custom Field Templates in ASP.NET Dynamic Data →

ASP.NET Dynamic Data geekSpeak Q&A and Follow Up

Below are a list of questions directly from my geekSpeak session earlier this week. Q: How do you hide a class from the scaffolding? A: Use the ScaffoldTableAttribute on the class in your data model you want to hide. [ ScaffoldTable ( false )] public partial class Products {} Q: If you are using regex...

ASP.NET Dynamic Data geekSpeak Q&A and Follow Up →

Common ASP.NET Dynamic Data Error

A few folks trying out Dynamic Data have run across this error and emailed me about it: “There are no accessible tables. Make sure that at least one data model is registered in Global.asax and scaffolding is enabled or implement custom pages” It means that you forgot to register your data model (LINQ...

Common ASP.NET Dynamic Data Error →

What is ASP.NET Dynamic Data

ASP.NET Dynamic Data is a new web application framework from Microsoft. Dynamic Data allows developers to quickly build web sites. Dynamic Data takes care of coding the daily grind CRUD operations including validation, data relationship management, data type management and UI display templates. All this...

What is ASP.NET Dynamic Data →

MSDN Webcast: geekSpeak: ASP.NET Dynamic Data

On October 1st at 3:00 PM EST I will be doing a geekSpeak with Microsoft Developer Evangelists Glen Gordon and Linsday Rutter Event Overview The geekSpeak webcast series brings you industry experts in a "talk-radio" format hosted by developer evangelists from Microsoft. These experts share...

MSDN Webcast: geekSpeak: ASP.NET Dynamic Data →

Error when using Server Explorer in Visual Studio 2008

I had recently encountered this error when trying to use Server Explorer in VS 2008 “Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0,0, Culture=neutral, ...or one of its dependencies The system cannot find the file specified.” I knew that the cause was...

Error when using Server Explorer in Visual Studio 2008 →

halo 3 for a good cause

  Head over to Charity Fragathon on Sept 22nd and send a few dollars to help out the kids at the Children’s Hospital ! Can’t make it? No problem, you can donate anyway here until Sept 24th....

halo 3 for a good cause →

Introduction to ASP.NET Dynamic Data Presentation

The PowerPoint deck is here for download. This is the recent talk I’ve been doing at CodeStock, Code Camps and user groups lately.

Visual Studio 2008 Service Pack 1: WTF Dialog box edition.

After installing VS 2008 Service Pack 1 , I noticed this dialog box… Really? I should go and “ download the latest service packs and security updates for this product”. You think so? Like right now? But didn’t I just do that?...

Visual Studio 2008 Service Pack 1: WTF Dialog box edition. →