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.
Wednesday, October 08 2008 - Speaking
Custom Field Templates in ASP.NET Dynamic Data
Tuesday, October 07 2008 - 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...
ASP.NET Dynamic Data geekSpeak Q&A and Follow Up
Sunday, October 05 2008 - ASP.NET Dynamic Data
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...
Common ASP.NET Dynamic Data Error
Friday, October 03 2008 - ASP.NET Dynamic Data
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...
What is ASP.NET Dynamic Data
Monday, September 29 2008 - 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...
MSDN Webcast: geekSpeak: ASP.NET Dynamic Data
Saturday, September 27 2008 - 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...
Error when using Server Explorer in Visual Studio 2008
Thursday, September 25 2008 - Visual Studio / 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...
halo 3 for a good cause
Monday, September 22 2008 - Community
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....
Introduction to ASP.NET Dynamic Data Presentation
Thursday, August 28 2008 - ASP.NET Dynamic Data
Visual Studio 2008 Service Pack 1: WTF Dialog box edition.
Thursday, August 21 2008 - Visual Studio
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. →


