Share via


Angle Bracket Percent

David Ebbo's blog Follow me on Twitter (@davidebbo)

You can now find my blog at https://blog.davidebbo.com/, and all posts from now on will be...

Date: 01/01/2011

Note: the generator has evolved since this post. Although the post is still worth reading, please go...

Date: 10/27/2010

I’m thrilled to announce that the secret project we’ve been working on for the last few months is no...

Date: 10/05/2010

Entity Framework supports a concept called a ‘Defining Query’, which is basically a...

Date: 10/01/2010

Yesterday, David Fowler blogged about the Microsoft.Data APIs that come with ASP.NET...

Date: 08/03/2010

I just pushed T4MVC out to the MvcContrib CodePlex site.  You can go to the T4MVC Home Page to...

Date: 07/20/2010

Just a quick post to point folks to a very cool CodePlex Add-In that you may not know about. ...

Date: 07/17/2010

Today, we announced the public availability of the Microsoft WebMatrix Beta. This is an exciting...

Date: 07/07/2010

Last week, I blogged about a nice way of auto-running T4MVC by using the Macro IDE to write an...

Date: 03/18/2010

To get the latest build of T4MVC: Go to MvcContrib T4MVC page on CodePlex   A few weeks back,...

Date: 03/08/2010

Update 8/10/2011: this project now has a home at https://github.com/davidebbo/ReflectionMagic. Also,...

Date: 01/18/2010

To get the latest build of T4MVC: Go to T4MVC page on CodePlex I just posted build 2.6.10. There...

Date: 01/04/2010

Note (12/22/2011): now that MVC 3 has direct support for dynamic, the technique below is no longer...

Date: 12/18/2009

To get the latest build of T4MVC: Go to T4MVC page on CodePlex One of MVC 2's major new features is...

Date: 11/29/2009

Up until now, most things related to T4MVC were happening through my various blog posts about...

Date: 11/25/2009

To get the latest build of T4MVC: Go to T4MVC page on CodePlex MVC 2 Beta introduces two nice...

Date: 11/20/2009

To get the latest build of T4MVC: Go to T4MVC page on CodePlex T4MVC build 2.5.00 brings a couple of...

Date: 11/16/2009

Peter Blum has been well known is the ASP.NET world for many years for writing a whole suite of...

Date: 11/12/2009

Update (11/7/09): fixed Execute() method per Richard’s suggestion to wrap IDataRecord instead of...

Date: 10/29/2009

While working on T4MVC, I ran into a very tricky C# compiler behavior that I thought I’d...

Date: 07/31/2009

To get the latest build of T4MVC: Go to T4MVC page on CodePlex This post is a continuation of...

Date: 07/28/2009

A while back, I blogged about how ASP.NET Dynamic Data apps can uses an Associated Metadata class...

Date: 07/24/2009

T4 templates have proven to be useful is a whole range of scenarios, and more and more developers...

Date: 07/17/2009

Last month, I wrote a number of posts on using T4 templates to get strong typing in ASP.NET MVC...

Date: 07/12/2009

To get the latest build of T4MVC: Go to T4MVC home page This post is a continuation of various...

Date: 06/30/2009

Update: Please see this post for what came out of this ‘poll’, and for a pointer to the newest T4...

Date: 06/25/2009

Update: Please read this post for the newest and greatest. A couple weeks ago, I blogged about using...

Date: 06/17/2009

Update: Please see this newer post for the latest and greatest MVC T4 template   Earlier this...

Date: 06/05/2009

There are many scenarios where the need to generate source code arises. The MVC helpers I introduced...

Date: 06/03/2009

Update: Please see this newer post for the latest and greatest MVC T4 template   One downside...

Date: 06/01/2009

Update (9/04/2009) Actually downloading this fix for 3.5SP1 has been a confusing topic. Here are...

Date: 04/15/2009

Update (8/26/2010): I updated some of the content to reflect the new way to get the bits.   One...

Date: 03/24/2009

Last Friday, I gave a talk at MIX on various things that we’re working on in ASP.NET data...

Date: 03/24/2009

When you run into an issue or have a question about ASP.NET Dynamic Data, the best place for it is...

Date: 01/11/2009

When you use Entity Framework, you can perform Insert/Update/Delete operations on your entities, and...

Date: 01/09/2009

There are many ways to customize a ASP.NET Dynamic Data site, which can sometimes be a bit...

Date: 12/22/2008

For the longest time, I had set my blog subtitle to “Dynamic Data and other ASP.NET topics”, which...

Date: 12/18/2008

Most Dynamic Data web sites typically only use a single database, with either a Linq To Sql or...

Date: 12/11/2008

This post was prompted from a forum thread in which the user wanted to display database errors in a...

Date: 12/11/2008

T4 templates have been a pretty popular topic lately. If you have no idea what they are, don’t feel...

Date: 11/26/2008

Dynamic Data has the concept of Page Templates, which are pages that live under...

Date: 11/25/2008

Next>