Articles : Page 1 of 2

  • MVC Scaffolding Course on Pluralsight–Free for the Next 24 Hours!

    MVC Scaffolding Course on Pluralsight–Free for the Next 24 Hours!

    Aug 11
    23

    I recently had the pleasure of creating a course for Pluralsight on MVC Scaffolding. For the next 24-hours the course will be completely free! Click here to view the course now. I’ve divided the course up into three modules. In the first module, I cover everything you need to know to be quickly productive with MVC Scaffolding. This includes mastering the command line, understanding one-to-many relationships, and scaffolding Actions and Unit Tests. In the second module, I do a deep dive on ...


  • Studio for Wijmo MVC Review

    Studio for Wijmo MVC Review

    Aug 11
    22

    I was recently asked to review Studio for Wijmo MVC by Component One and, overall, I am impressed. There are 2 major components of this. The first is Wijmo Complete which is a collection of over 30 UI widgets (very similar to jQuery UI). The second is Wijmo Scaffolding for MVC which builds upon the scaffolding that was released as part of the MVC 3 Tools Update (note: is does *not* build on top of powershell-based MVC Scaffolding which Microsoft released earlier this year). Some of the Wijmo...


  • The history of ASP.NET MVC, so far

    The history of ASP.NET MVC, so far

    Jun 11
    29

    This post is a mile high overview of the history of ASP.NET MVC, the features it brought with the various versions and the extensibility points introduced. I am starting to work on both a series of webcasts and articles and I was doing some preparatory work, collecting information on the various features and extensibility points that got into the various (official) releases of ASP.NET MVC, so I thought it could have been useful to share my little summary. There have been 3 major official r...


  • Customize T4 Templates used by MvcScaffolding - ASP.NET MVC 3 Code Generation

    Customize T4 Templates used by MvcScaffolding - ASP.NET MVC 3 Code Generation

    Apr 11
    24

    Customize the T4 Templates used by MvcScaffolding....


  • MvcScaffolding: Scaffolding custom collections of files

    MvcScaffolding: Scaffolding custom collections of files

    Apr 11
    08

    This blog post is part of a series about the MvcScaffolding NuGet package: Introduction: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package Standard usage: Typical use cases and options One-to-Many Relationships Scaffolding Actions and Unit Tests Overriding the T4 templates Creating custom scaffolders This post: Scaffolding custom collections of files Previously you’ve seen how to [...]...


  • MvcScaffolding: Creating custom scaffolders

    MvcScaffolding: Creating custom scaffolders

    Apr 11
    07

    This blog post is part of a series about the MvcScaffolding NuGet package: Introduction: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package Standard usage: Typical use cases and options One-to-Many Relationships Scaffolding Actions and Unit Tests Overriding the T4 templates This post: Creating custom scaffolders Soon: Scaffolding custom collections of files (e.g., controllers with [...]...


  • MvcScaffolding: Overriding the T4 Templates

    MvcScaffolding: Overriding the T4 Templates

    Apr 11
    06

    This blog post is part of a series about the MvcScaffolding NuGet package: Introduction: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package Standard usage: Typical use cases and options One-to-Many Relationships Scaffolding Actions and Unit Tests This post: Overriding the T4 templates Soon: Creating custom scaffolders Soon: Scaffolding custom collections of files (e.g., controllers [...]...


  • MvcScaffolding: Overriding the T4 Templates

    MvcScaffolding: Overriding the T4 Templates

    Apr 11
    06

    This blog post is part of a series about the MvcScaffolding NuGet package: Introduction: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package Standard usage: Typical use cases and options One-to-Many Relationships Scaffolding Actions and Unit Tests This post: [...]...


  • Modifying the default code generation/scaffolding templates in ASP.NET MVC

    Modifying the default code generation/scaffolding templates in ASP.NET MVC

    Mar 11
    28

    One of the things people like the most about my ASP.NE MVC 2 Ninja Black Belt Tips video, besides the Bill Cosby sweater, is the tip where I show how to modify the default CodeTemplates that are used in Code Generation in ASP.NET MVC (either version). Eilon mentioned it on an internal mailing list this week so I thought it'd be worth surfacing again in case you haven't heard of this, Dear Reader. Soon, we'll see even more powerful, flexible, and fun ways to customize your own Scaffolding ...


  • Modifying the default code generation/scaffolding templates in ASP.NET MVC

    Modifying the default code generation/scaffolding templates in ASP.NET MVC

    Mar 11
    28

    One of the things people like the most about my ASP.NE MVC 2 Ninja Black Belt Tips video, besides the Bill Cosby sweater, is the tip where I show how to modify the default CodeTemplates that are used in Code Generation in ASP.NET MVC (either version). Eilon mentioned it on an internal mailing list this week so I thought it'd be worth surfacing again in case you haven't heard of this, Dear Reader. Soon, we'll see even more powerful, flexible, and fun ways to customize your own Scaffolding ...