Articles : Page 1 of 1
-
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...
-
Community Day 2011 - Fun with ASP.NET MVC, MEF and NuGet
Jun 1124To start the blog post: AWESOME! Thats what I have to say about the latest edition of Community Day 2011. I had the privilege of doing a session on ASP.NET MVC 3, MEF and NuGet, and as promised to the audience: here are the slides. For those who want to see the session, the recording can be found on Channel 9 from a previous event. Fun with ASP.NET MVC3, MEF and NuGet Community Day 2011, Mechelen, Belgium, 23/06/2011 Abstract: So you have a team of developers And a nice architecture to bui...
-
Conditional Filters in ASP.NET MVC 3
Apr 1125Say you want to apply an action filter to very action except one. How would you go about it? For example, suppose you want to apply an authorization filter to every action except the action that lets the user login. Seems like a pretty good idea, right? Currently, it takes a bit of work to do this. If you add a filter to the GlobalFilters.Filters collection, it applies to every action, which in the previous scenario would mean you already need to be authorized to login. Now that is security ...
-
Slides for my talk at MIX11: Fun with ASP.NET MVC 3, MEF and NuGet
Apr 1114As promised, here are the slides and demo code for my talk "Fun with ASP.NET MVC 3, MEF and NuGet" I presented at MIX in Las Vegas. Abstract: "So you have a team of developers And a nice architecture to build on How about making that architecture easy for everyone and getting developers up to speed quickly? Learn all about integrating the managed extensibility framework (MEF) and ASP.NET MVC with some NuGet sauce for creating loosely coupled, easy to use architectures that anyone can grasp."...
-
ASP.NET MVC and the Managed Extensibility Framewok on NuGet
Feb 1101If you search on my blog, theres a bunch of posts where I talk about ASP.NET MVC and MEF. And whats cool: these posts are the ones that are actually being read quite often. Im not sure about which bloggers actually update their posts like if it was software, but I dont. Old posts are outdated, thats the convention when coming to my blog. However I recently received a on of questions if I could do something with ASP.NET MVC 3 and MEF. I did, and I took things seriously. Im not sure if you kno...
-
Viva, Las Vegas!
Jan 1125I have asked it last year, and Ill ask it again. One of my session proposals made it to the shortlist for MIX11. One thing left though: votes are the only currency to get my session proposal in Vegas. Heres the session abstract: Fun with ASP.NET MVC 3 and MEF So you have a team of developers? And a nice architecture to build on? How about making that architecture easy for everyone and getting developers up to speed quickly? Learn all about integrating the managed extensibility framework a...
-
October preview of POP Forums v9 for ASP.NET MVC3 posted to CodePlex
Oct 1001Get the goodies here. Yes, another preview, this being #4. A new preview/beta has not yet been released for MVC3, and I wanted to hold off until it did come, but why wait? Read the notes on the previous release (POP Forums 9 - Preview September 2010), as they all apply to this one as well. Added since then: Error logging Session tracking Time adjustments based on server or user's time zone User delete and delete-ban from admin No sign-up from banned e-mail or IP addresses Background service...
-
ASP.NET MVC 3 and MEF sitting in a tree...
Jul 1027As I stated in a previous blog post: ASP.NET MVC 3 preview 1 has been released! I talked about some of the new features and promised to do a blog post in the dependency injection part. In this post, I'll show you how to use that together with MEF. Download my sample code: Mvc3WithMEF.zip (256.21 kb) Dependency injection in ASP.NET MVC 3 First of all, theres 4 new hooks for injecting dependencies: When creating controller factories When creating controllers When creating views (mi...
- 1

