July 2008 - Posts
31 July 2008
It's official: I'm on vacations!
So, don't expect too many updates on the next month :)
Read More...
31 July 2008
My favourite TV series
Ok, since today is my last day at work before vacations, I’ve though that it would be a great time to relax and since I was talking with a friend of mine about TV series, I thought that I should publish my top 6 TV series of all time, starting from 6 to 1. 6. Frasier One of the best comedy series of...
Read More...
31 July 2008
The MVC framework – the TempData property
As we’ve seen in the last post of the series , the MVC platform introduced the notion of “request associated data” by creating the TempDataDictionary which can be accessed through the Controller’s TempData property. As we’ve discussed, the data you put in that dictionary will only “survive” a single...
Read More...
31 July 2008
The MVC framework – the Controller lifecycle
In my last post,we’ve seen how the MvcRouteHandler creates an IController instance that is responsible for processing the current request . Today I’ll keep talking about the MVC platform and we’re going to step through the tipical controller lifecycle. When you build a new controller, you end up extending...
Read More...
30 July 2008
Routes and namespaces
As I've said in one of my previous posts , you can have 2 controllers with the same name, but on different namespaces. The problem with this approach is that you'll only be able to get a route by specifying its name. So, if you don't want to use a name or if you can't (for instance, if...
Read More...
30 July 2008
ASP.NET MVC: we need a declarative control model
Yes, I’ve been asking this for some time now…in fact, this is the only thing I miss from the traditional ASP.NET Web Forms model. Those clear aspx pages, with really few <%%> crap (oopss, I mean tags) springled through out my pages – the only place I did need them was inside templates. Notice that...
Read More...
28 July 2008
More C# style trivia
In one of my last posts , I’ve said that I didn’t like the new recommendation of not using _ to prefix member fields. At the time, we all seem to agree that using hungarian was really a bad thing. So, I’ve searched the web and I’m putting here a link on the use of Hungarian notation by the man himself...
Read More...
28 July 2008
Book review: Powershell pocket reference
[Disclaimer: I’ve received a copy of this book for review] I’m really happy to have received a copy of this book. It’s really a simple, easy to read, concise book which contains all you need to get started with PowerShell. You can easy read the book in 1 or 2 days (that is, if you’re reading from...
Read More...
24 July 2008
Still on getting info about the current Route
In one of my previous posts , I’ve showed how you could access the Values property of the RouteData class to get info about the current controller and action. What I forgot to mention at the time was that you should use the GetRequiredString method to get the url parameter values that must be filled...
Read More...
24 July 2008
The MVC framework – the MvcHandler, the IControllerFactory and the ControllerBuilder types
As we’ve seen in the previous post , all “MVC routing requests” are handled by the MvcRouteHandler class which will simply return an instance of the MvcHandler type. The MvcHandler is an IHttpHandler which is responsible for creating other classes that end up handling the current request and processing...
Read More...
24 July 2008
Getting information about the current Route
One of the things I needed when I started playing with ASP.NET MVC is getting info about the current Route. That’s easy when you’re on the controller, but what happens when you need that info on a module? In these scenarios, the easiest way of achieving this is getting a reference to the current HttpContext...
Read More...
23 July 2008
Book review: Professional IIS 7 and ASP.NET Integrated Programming
[Disclaimer: I’ve received a copy of this book for review] I’ve just finished reading the Professional IIS 7 and ASP.NET integrated programming book by Dr. Shramram. If you’re trying to understand how to leverage the new IIS 7 managed features, then this book is just what you need. If you don’t know...
Read More...
23 July 2008
The MVC framework – the MvcRouteHandler
As we’ve seen in the previous post , by default you’ll end up using the MvcRouteHandler class for setting up the handler that will return the HTTP response to the client. As you can see (by looking at the code), the GetHttpHandler will only return a new MvcHandler and pass it the current RequestContext...
Read More...
17 July 2008
Loads cannot pass other loads...or can they?
Great post by Joe Duffy (does this guy ever sleep???) which points to a somewhat disturbing fact regarding some of the conventions taken as granted today...want to know what I'm talking about? Then go read it ASAP !
Read More...
16 July 2008
ASP.NET MVC Preview 4 is out
And you can get it from codeplex .
Read More...
15 July 2008
Opera 9.5: finally with a good enough debugger for JS
In these last days I've finally upgraded to Opera 9.51 . I've always been a Opera user, though when I was actively developing for the web, I've generally ended up using Firefox and IE only. Now, the good news is that the latest version of Opera already has a JS debugger, which means that...
Read More...
15 July 2008
C# style conventions: more religious wars coming!
Yes, it's one of those posts where you either agree or disagree completely :) Anyway, after having a 15 minutes discussion with my friend Paulo (which, btw and as usual, disagrees with me) yesterday at 1AM, I've decided to write this post. The problem: MS recommends that variable names shouldn't...
Read More...
15 July 2008
Scott Gu on MVC Preview 4
Great post by Scott presenting the new things one can expect to see in the next preview of ASP.NET MVC. This means that it's time to pick up where I left and go back to the internals of the MVC platform.
Read More...
09 July 2008
Why I’m not buying an IPhone
Simply because you can only buy it (officially) from a mobile phone operator. Simply a no-no to me…
Read More...
08 July 2008
Just wondering: will Silverlight 2.0 support indexing when it's out?
This is one of the things I've been thinking about in these last days. To be honest, I still see Flash only sites (feel free to add Silverlight to the list too) as more trouble than they're worth it. Even though some say they're more usable, I'd say that's nonsense. To be honest,...
Read More...
More Posts
Next page »
Home
Contact
LA.NET [EN]
Ramblings about C#, .NET and Programming
RSS for Posts
Atom
RSS for Comments
Recent Posts
First thoughts on LINQ To SQL
DI frameworks
Repositories, web apps and optimistic concurrency
Book review: Ajax Design Patterns
Vacations are over
Tags
AOP
ASP.NET
ATLAS
Books
C#
Cardspace
Gadgets
LINQ
MVC
Parallel Extensions
PLINQ
PowerShell
Silverlight
Software
Tools
Trivia
WCF
WF
WPF
Archives
September 2008 (5)
August 2008 (3)
July 2008 (25)
June 2008 (26)
May 2008 (30)
April 2008 (5)
March 2008 (11)
February 2008 (9)
January 2008 (15)
December 2007 (10)
November 2007 (20)
October 2007 (19)
September 2007 (29)
August 2007 (12)
July 2007 (20)
June 2007 (33)
May 2007 (44)
April 2007 (28)
March 2007 (27)
February 2007 (21)
January 2007 (37)
December 2006 (8)
November 2006 (17)
October 2006 (14)
September 2006 (5)
August 2006 (7)
July 2006 (4)
Search
Go
Community
Home
Blogs
Media
Groups
Email Notifications
Email Notifications
Go
News