Articles : Page 1 of 5
- Filter:
- T4
-
Scott Hanselman's 2011 Ultimate Developer and Power Users Tool List for Windows
Dec 1101Everyone collects utilities, and most folks have a list of a few that they feel are indispensable. Here's mine. Each has a distinct purpose, and I probably touch each at least a few times a week. For me, util means utilitarian and it means don't clutter my tray. If it saves me time, and seamlessly integrates with my life, it's the bomb. Many/most are free some aren't. Those that aren't free are very likely worth your 30-day trial, and perhaps your money. Here are most of the contents of my ...
-
MVC Scaffolding Course on Pluralsight–Free for the Next 24 Hours!
Aug 1123I 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
Aug 1122I 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
Jun 1129This 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...
-
Two bugs in ASP.NET MVC 3 and a workaround for both
Jun 1114So I spent an hour today arsing about with a couple of ASP.NET MVC 3 bugs. One was a Routing issue that caused it to act differently to MVC 2. The second I found was a FormsAuthentication issue that insisting on sending me to /Account/Login. Amazing how this crept in really given that it was community tested to death with such a massive ASP.NET MVC following so it is a wonder they weren't weeded out and fixed before RTM. Oh well, don't pretend you don't like a challenge. Routing doesn't work t...
-
Customize T4 Templates used by MvcScaffolding - ASP.NET MVC 3 Code Generation
Apr 1124Customize the T4 Templates used by MvcScaffolding....
-
MvcScaffolding: Scaffolding custom collections of files
Apr 1108This 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
Apr 1107This 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 [...]...
-
Taking Proper Screenshots in Windows for Blogs or Tutorials
Apr 1107What? A blog post on how to take a screenshot? Seriously? Sure, this might seem a silly or superfluous blog post, but I can assure you that I see lousy screenshots on blogs, online tutorials and more (including some of my old posts) at least daily. Perhaps it's my geek eye but I (and I assume you, Dear Reader) just know when something is wrong with a screenshot. Just like you are the only one who notices when someone is running a 4:3 image on a 16:9 flat screen at a convention and it looks da...
-
MvcScaffolding: Overriding the T4 Templates
Apr 1106This 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: [...]...

