It only feels like yesterday that we shipped ASP.NET MVC 3 followed by a release of updated Visual Studio tooling for ASP.NET MVC 3. But we’re not ones to sit on our hands for long and are busy at work on ASP.NET MVC 4.
In fact, almost immediately after shipping ASP.NET MVC 3, we started working through our backlog of bugs at the same time that we started general planning for the next major version.
Today, I’ve published the result of that planning in the form of a high-level roadmap for ASP.NET MVC 4.
A collection of articles and resources of interest to the modern software developer
Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs
Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts
Friday, July 29, 2011
ASP.NET MVC 4 Roadmap
ASP.NET MVC 4 Roadmap
Thursday, July 28, 2011
The Evolution of Package Management for .NET - Rob Reynolds - The Fervent Coder - Devlicio.us - Just the Tasty Bits
The Evolution of Package Management for .NET - Rob Reynolds - The Fervent Coder - Devlicio.us - Just the Tasty Bits
When you start a journey, you are never fully sure where it is going to end up. We started the journey down package management for .NET three times with Nu[bular] (we in this context means the nu team, not me in particular, I was only involved in the last reboot) before we decided to try an existing infrastructure with Ruby Gems. I have always said that I would use the best tool out there, even if it is not one that I’ve been involved in building.
Single Action Controllers with ASP.Net MVC | Aspiring Craftsman
Single Action Controllers with ASP.Net MVC | Aspiring Craftsman
While I’ve enjoyed working with the ASP.Net MVC Framework, one thing I wish that it provided is the ability to create controller-less actions. Why you ask? Because I’d rather my controllers only have one reason to change. While this isn’t provided out-of-the-box with ASP.Net MVC, single action controllers can be facilitated pretty easy with ASP.Net Routing.
Single Action per Controller in ASP.NET MVC - Jak Charlton - Insane World - Devlicio.us - Just the Tasty Bits
Single Action per Controller in ASP.NET MVC - Jak Charlton - Insane World - Devlicio.us - Just the Tasty Bits
As I keep doing this on MVC projects, thought I may as well blog it, so the next time I need it I can find it myself :)
To keep ASP.NET MVC controllers clean and organised, I find it much easier to split them so they handle only a single action each. This helps significantly with maintaining some semblance of the Single Responsibility Principle, allowing each controller to deal with a single action, and not have concerns like Logon, Logoff and ChangePassword all start globbing together under a single controller called "Account".
Monday, April 18, 2011
Introducing ASP.NET MVC 3 Tools Update
Introducing ASP.NET MVC 3 Tools Update
Today at Mix, Scott Guthrie announced an update to the ASP.NET MVC 3 we’re calling the ASP.NET MVC 3 Tools Update. You can install it via Web PI or download the installer by going to the download details page. Check out the release notes as well for more details.
Notice the emphasis on calling it a Tools Update? The reason for that is simple. This only updates the tooling for ASP.NET MVC 3 and not the runtime. There are no changes to System.Web.Mvc.dll or any of its other assemblies that ship as part of the ASP.NET MVC 3 Framework. Instead, given that we just released ASP.NET MVC 3 this past January, we focused on improvements to the tools and project templates that we wanted to ship in time for Mix.
Saturday, March 19, 2011
Friday, February 4, 2011
Thursday, February 3, 2011
Friday, November 26, 2010
Subscribe to:
Posts (Atom)