04 July 2008
The MVC framework – getting started
Today I’m going to start posting some personal rumblings about the MVC framework. In fact, I haven’t started developing real apps with it, so I’m starting this series to force me look at it since in my current job I’m no longer working with web apps. One of things you should keep in mind is that the...
Read More...
04 July 2008
The routing series
I’ve just noticed that I didn’t put up a resume of the routing series. Here’s the list of associated posts: The MVC routing assembly – part I The MVC routing assembly – part II The MVC routing assembly – part III The MVC routing assembly – part IV The MVC routing assembly – part V The MVC routing assembly...
Read More...
03 July 2008
Book review: Professional Community Server
[Disclaimer: I've received a free copy of this book] In the last week I've finished reading the Professional Community Server book. Unfortunately, I didn't really enjoy it. Even though the book had several details, they were about older versions 2.X of CS and I got the impression that the...
Read More...
29 June 2008
NHibernate 2.0 beta 1 is out
The Rhino mocks post is still fresh and we've already got a new release of another cool tool: NHibernate 2.0 beta 1 is out .
Read More...
29 June 2008
Rhino mocks 3.5 is out
Download the bits and check the docs .
Read More...
27 June 2008
One year older
Happy birthday to me :) “New year’s” objective: blog more often :) Let’s see how it goes.
Read More...
26 June 2008
P/Invoke Interop Assistant
Since today I'm putting my blog reading in day, here's another post announcing what seems to be a great tool: P/Invoke Interop Assistant .
Read More...
26 June 2008
MSDN low band rendering
If like me you use the online help, then you've surely noticed several changes in these last months (ex.: friendly urls with support for namespaces, classes, properties, methods, etc). I've just seen in Craig's blog that now you can ask for a "low-bandwith page" . Ok, you'll...
Read More...
23 June 2008
How a geek changed the world
A very good documentary by BBC which you can watch in YouTube : part 1 part 2 part 3 part 4 part 5 part 6 part 7
Read More...
22 June 2008
Herb Sutter talk on machine arquitecture
I'm still watching Herb Sutter's presentation on Machine Architecture , but I can already guarantee you that this is a must watch talk!
Read More...
20 June 2008
The C# compiler is really smart, but…
I’m still not understanding why it won’t give me a warning when I create an internal class with a public method. Here’s an example: class MyInternalClass{ public void Test(){} //no compiler warning } Ok, at the end of the day, Test is really an “internal” method since the acessibility of...
Read More...
20 June 2008
Using routing with ASP.NET web forms apps
In the previous posts, we’ve explored the internals of the routing assembly. If you’ve downloaded the ASP.NET MVC preview 3 from codeplex , then you’ll find an interesting sample on how to reuse the routing assembly with a ASP.NET web forms app. If you’ve read the previous posts on the series, then you...
Read More...
16 June 2008
Book review: The Pragmatic Programmer
Yesterday I’ve finished reading The Pragamatic Programmer: from Journeyman to Master for the second time. I’ve bought this book 7 years ago (that is, in late 2001) and it was one of my first Amazon’s buys. It’s funny, but when I’ve started reading it again last week, I imediatelly recalled the experience...
Read More...
16 June 2008
The MVC routing assembly – part VI
Today we’re going to discuss url partitioning. What’s url partioning? Well, I’m sure that you agree with me when I say that one of the greatest things about the routing assembly is that we can define parameters (or placeholders) on routes ? Here’s an example that will surelly refresh your memory: http...
Read More...
13 June 2008
The MVC routing assembly – part V
Today we’re going to talk about one of the most important components of the System.Web.Routing assembly: the UrlRouting module. If you want to use the routing framework in your web applications, then you need to register this module on your web.config file (of course, after adding a reference to the...
Read More...
11 June 2008
S#arp Architecture updated
Billy has just updated this cool demo . Check it out at codeplex .
Read More...
11 June 2008
One more thing about the RouteTable...
In my last post on this series, we've seen how we can use the RouteTable class to register all the routes available on a web application. I'd just like to add one more thing on the locking topic. As you might recall, we've seen that internally the RouteCollection uses locks to guarantee that...
Read More...
11 June 2008
The "new" offside rule
This is a post on football (no, I'm not talking about American football - man, how can you call that football? you play it with your hands :) I'm talking about soccer). So, if you don't like, just don't read it :) If, like me, you're a fan, then you surely know that Euro 2008 is happening...
Read More...
11 June 2008
Book review: ADO.NET 3.5 Cookbook
[Disclaimer: I’ve received a free copy of this book for review] After several days, I’ve finally finished reading this book . This is really a very complete book wit lots and lots (and lots!) of examples. It’s fair to say that it covers most (if not all) ADO.NET related scenarios (I’m an SQL Server user...
Read More...
10 June 2008
Resharper 4.0 is out!
Finally !
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
The MVC framework – getting started
The routing series
Book review: Professional Community Server
NHibernate 2.0 beta 1 is out
Rhino mocks 3.5 is out
Tags
AOP
ASP.NET
ATLAS
Books
C#
Cardspace
Gadgets
MVC
Parallel Extensions
PLINQ
PowerShell
Silverlight
Software
Tools
Trivia
WCF
WF
WPF
Archives
July 2008 (3)
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