Microsoft MVC bloggers

Sponsors

October 2010 - Posts

ASP.NET MVC 3: Layouts with Razor
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release .  It supports “go live” deployments, and includes a bunch of nice improvements/enhancements.  You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post .  Also read my original ASP.NET MVC 3 Preview post to learn about other ASP.NET MVC 3 features that showed up with that initial preview release. This is another in a series of “mini-posts” I’m doing that talk about a few of the new ASP.NET MVC 3 Beta features in more detail: New @model keyword in Razor (Oct 22nd) Layouts (this post) In today’s post I’m going to discuss layout pages with Razor, and discuss some of the improvements to them that we introduced with the recent ASP.NET MVC 3 Beta. Razor...
ASP.NET MVC 3: New @model keyword in Razor
Two weeks ago we shipped the ASP.NET MVC 3 Beta Release .  It supports “go live” deployments, and includes a bunch of nice improvements/enhancements.  You can see a summary of the new ASP.NET MVC 3 features in my beta announcement post .  Also read my original ASP.NET MVC 3 Preview post to learn about other ASP.NET MVC 3 features that showed up with that initial preview release. This post is the first of several “mini-posts” I’m going to do that talk about a few of the new ASP.NET MVC 3 Beta features in more detail.  In today’s post I’m going to discuss the new @model directive that is now supported with the new Razor view-engine, and which helps make view files more concise and cleaner. Razor Basics ASP.NET MVC 3 ships with...
Introducing NuPack Package Management for .NET - Another piece of the Web Stack
Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately, and today ScottGu announced the developer preview of NuPack . It's a piece of the stack that's been notably missing for years and after using it for a while now, I'm not sure how I lived without it. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. Package Management itself is not a new concept. From Apt and "deity" before it at the system-level on *nix, to Ruby Gems, Maven, Synaptic, portage, dpkg, rpm and others, it's a well understood space. There are package managers for operating systems that install...
Hanselminutes Podcast 233 - Inside the Naked Objects Framework with Richard Pawson
Everything is better if you put the word "naked" in front of it. Is that the case with "Naked Objects?" Richard Pawson wrote his PhD thesis on "Naked Objects." Scott sits down to chat with Richard about the framework. Too complex? Too simple? How does Naked Objects apply in today's object oriented systems and what does it learn from yesterday's? NOTE: If you want to download our complete archives as a feed - that's all 233 shows, subscribe to the Complete MP3 Feed here . Also, please do take a moment and review the show on iTunes. Subscribe: Download: MP3 Full Show Links from the Show Pawson, R., Naked Objects, Ph.D Thesis, 2004, Trinity College, Dublin, Ireland NakedObjects.NET Naked Objects on Wikipedia...
More Posts