Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Angle Bracket Percent
David Ebbo's blog
Follow me on Twitter
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
ASP.NET
C#
CodeDom
Dynamic
Dynamic Data
Entity Framework
IronPython
MVC
T4
T4MVC
Archives
October 2009 (3)
July 2009 (5)
June 2009 (8)
April 2009 (1)
March 2009 (2)
January 2009 (2)
December 2008 (4)
November 2008 (4)
October 2008 (1)
August 2008 (2)
June 2008 (4)
May 2008 (3)
April 2008 (1)
March 2008 (1)
December 2007 (4)
June 2007 (1)
November 2006 (1)
November 2005 (1)
October 2005 (2)
May 2008 - Posts
Tuesday, May 27, 2008 12:31 PM
Sample: Dynamic Data and attribute based permissions
Steve Naughton just posted a great series of articles on how he implemented an attribute based permission system that works with Dynamic Data. This is something that we had been thinking about putting in the product early on, but decided against
Posted by
davidebb
|
4 Comments
Filed under:
ASP.NET
,
Dynamic Data
Sunday, May 25, 2008 6:34 PM
Dynamic Data, AJAX and JavaScript errors
The default Dynamic Data application uses AJAX partial rendering (using an UpdatePanel ), which make browser post backs feel smoother. One downside is that it can also make it harder to diagnose some error conditions. Specifically, while using your
Posted by
davidebb
|
1 Comments
Filed under:
ASP.NET
,
Dynamic Data
Monday, May 12, 2008 12:54 PM
Clearing some confusion about Dynamic Data and VS SP1 Beta
Today, we released Visual Studio 2008 and .NET FX 3.5 SP1 Beta, which include the new ASP.NET Dynamic Data . The part that gets a little bit confusing is that the Dynamic Data bits that come with the brand new Beta are actually older than Preview
Posted by
davidebb
|
5 Comments
Filed under:
ASP.NET
,
Dynamic Data