Welcome to MSDN Blogs
Sign in
|
Join
|
Help
David Ebbo's blog
Dynamic Data and other ASP.NET topics
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
ASP.NET
Dynamic Data
IronPython
Archives
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)
Blogroll
Scott Hunter's blog
Marcin Dobosz's blog
Browse by Tags
ASP.NET
Dynamic Data
IronPython
Wednesday, November 26, 2008 7:18 PM
Fun with T4 templates and Dynamic Data
T4 templates have been a pretty popular topic lately. If you have no idea what they are, don’t feel bad, I didn’t either only a couple weeks ago! In a nutshell, it’s a simple template processor that’s built into VS and allows for all kind of cool code
Posted by
davidebb
|
11 Comments
Attachment(s):
Details.zip
Tuesday, November 25, 2008 6:58 PM
Using User Controls as Page Templates in Dynamic Data
Dynamic Data has the concept of Page Templates, which are pages that live under ~/DynamicData/PageTemplates and are used by default for all tables. Recently a user on the forum asked whether they could use User Controls instead of Pages for those templates.
Posted by
davidebb
|
2 Comments
Attachment(s):
DynamicDataWithUserControls.zip
Thursday, November 20, 2008 3:48 PM
Creating a ControlBuilder for the page itself
One user on my previous post on ProcessGenerateCode asked how he could associate a ControlBuilder not with a control, but with the page itself. There is in fact a way to do it, and it’s another one of those things that have never really been advertized.
Posted by
davidebb
|
3 Comments
Attachment(s):
FileLevelControlBuilder.zip
Wednesday, November 19, 2008 4:57 PM
ProcessGeneratedCode: A hidden gem for Control Builder writers
If you’ve ever written any non-trivial ASP.NET control, you’re probably familiar with the concept of a Control Builder. Basically, it’s a class that you associate with your control and that affects the way your control gets processed at parse time.
Posted by
davidebb
|
10 Comments
Attachment(s):
ProcessGeneratedCodeTestSite.zip
Saturday, October 25, 2008 10:50 PM
A ‘Many To Many’ field template for Dynamic Data
Unlike Linq To Sql, Entity Framework directly supports Many to Many relationships. I’ll first describe what this support means. In the Northwind sample database, you have Employees, Territories and EmployeeTerritories tables. EmployeeTerritories
Posted by
davidebb
|
11 Comments
Attachment(s):
ManyToMany.zip
Saturday, August 30, 2008 9:16 AM
Why posting questions to the forums beats private emails
While most of the Q&A about ASP.NET happens in the forums , I also receive a number of direct questions from users (and so do other people on the team). In most cases, I try to convince the sender to post to the forums instead, and there are
Posted by
davidebb
|
10 Comments
Friday, August 22, 2008 5:39 PM
Dynamic Data Filtering project up on CodePlex
Josh Heyse has just released a very cool extension to ASP.NET Dynamic Data which supports much fancier filtering than is available is the core Dynamic Data. The core idea is that filters can contribute arbitrary LINQ expression trees to the Select
Posted by
davidebb
|
2 Comments
Wednesday, June 18, 2008 4:37 PM
Using ASP.NET Dynamic Data with ObjectDataSource
Support for LINQ based O/R mappers Out of the box, ASP.NET Dynamic Data has support for both Linq To Sql and Entity Framework. In addition, it has a provider model which allows additional O/R mappers to be supported. For instance, we have
Posted by
davidebb
|
5 Comments
Wednesday, June 18, 2008 12:09 AM
ASP.NET Dynamic Data on CodePlex
Today, ASP.NET Dynamic Data moved from its current home on Code Gallery to its new home on CodePlex . Note that this is part of a general ASP.NET CodePlex project, so you'll see other features mentioned in there, like MVC and AJAX. This doesn't
Posted by
davidebb
|
1 Comments
Monday, June 16, 2008 12:13 PM
Dynamic Data and the Associated Metadata Class
If you've used Dynamic Data or watched some demos, you may have been puzzled by the way metadata is associated with database fields. Instead of being placed directly on the partial Entity class (e.g. Product), it needs to go on a different class which
Posted by
davidebb
|
2 Comments
Friday, June 13, 2008 12:46 PM
Understanding foreign keys and relationship columns in Dynamic Data
Suppose you're dealing with a table that has a foreign key relationship with another table. To take the canonical example, let's say we're looking at the Northwind Products table, which has a foreign key into the Categories table. What this
Posted by
davidebb
|
2 Comments
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
|
3 Comments
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
|
0 Comments
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
Wednesday, April 09, 2008 10:44 PM
New Dynamic Data Preview available
I'm happy to announce that we have made a new public drop of ASP.NET Dynamic Data available. The last public drop was made in December and was starting to get a little outdated. More recently we had made some drops available via Microsoft
Posted by
davidebb
|
1 Comments
Filed under:
ASP.NET
,
Dynamic Data
More Posts
Next page »