Archives
-
Dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service
I had an idea for an interactive MVC sample which will let you see the scaffolded editor and display for a model. I thought about a few ways to do this, the first being Mono’s compiler as a service. So far it’s a partial success – the model scaffolding works, but the attributes don’t (very possibly my mistake).
-
Tips for avoiding e-mail disasters
There's something about hitting the send button on an e-mail that remind me of some important detail, such as:
-
Copying Windows Live Writer accounts to another computer
I'm setting up a new laptop and needed to copy my Windows Live Writer accounts over. I've run through the Writer "add a blog" wizard so many times over the years and always wondered if there were a less tedious way to add all my blog settings at once. I first looked at an Import and Export Wizard for Windows Live Writer program, but it didn't seem to work. It turns out that it's pretty simple to do this manually using a registry file.
-
MVC Music Store Updates - MVC 3 Tools Update Features, Scaffolding, Save Points, VB.NET Code
The latest drop of the Mvc Music Store tutorial cover the ASP.NET MVC 3 Tools Update, Scaffolding, Entity Framework Code First, SQL Server CE, and more. Additionally, this drop includes a VB.NET translation of the finished project as well as save points how the code should look when you complete each section.