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...
Filed under: ,
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...
Filed under: ,
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...
Filed under:
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...
Filed under:
29 June 2008
Rhino mocks 3.5 is out
Download the bits and check the docs . Read More...
Filed under:
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...
Filed under:
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...
Filed under:
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...
Filed under:
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...
Filed under:
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...
Filed under:
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...
Filed under:
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...
Filed under: ,
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...
Filed under:
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...
Filed under: ,
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...
Filed under: ,
11 June 2008
S#arp Architecture updated
Billy has just updated this cool demo . Check it out at codeplex . Read More...
Filed under:
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...
Filed under: ,
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...
Filed under:
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...
Filed under:
10 June 2008
Resharper 4.0 is out!
Finally ! Read More...
Filed under: ,
More Posts Next page »