LA.NET [EN]
Ramblings about C#, .NET and Programming
Browse by Tags
All Tags
»
ASP.NET
»
C#
(
RSS
)
MS AJAX
MVC
Trivia
WCF
WF
WPF
RouteValueDictionary: abuse or elegance?
Sat, Oct 4 2008 23:02
Today I was reading an old post by Mike Tauty about the RouteValueDictionary and I remembered some old discussions on the RouteValueDictionary class. As many others, Mike sees the RouteValueDictionary as an abuse of the new anonymous type feature introduced by C# 3.0. Me: well, I’m not so quick in saying that it’s an abuse. I mean, would you prefer to drop the...
Read More...
Repositories, web apps and optimistic concurrency
Fri, Sep 5 2008 14:28
Yesterday, I was looking at some code and I found something like this on a method that handles the confirm click of a web page which triggers an update on a specific domain object: var aux = Request.Form[“Id”] == null ? ...
Read More...
S#arp Architecture: first impressions
Tue, May 20 2008 23:16
Today I've finally got some time to take a look at Billy McCafferty's S#arp Architecture . Comparing with the old NHibernate best practices project, I think it's fair to say that there are several important improvements. For instance, there's no longer a Load method that takes an instance and a property list which was used to pass an instance...
Read More...
.NET 3.5 and VS SP beta1 goodies
Mon, May 12 2008 20:58
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager is able to combine scripts so there's really no need for using the ToolkitScriptManager for that...
Read More...
Application services IV: authenticating the user in an offline scenario
Thu, Feb 7 2008 14:43
In my previous posts I've been talking about the basic features introduced by the new Applications Services which were added during the latest release of the .NET platform. Today we'll see how easy it is to configure our windows form app so that it is able to authenticate a user in an offline scenario. As you might expect, you'll only be able to validate...
Read More...
Open Source projects in .NET
Fri, Mar 30 2007 7:36
An open letter from D. Starr to Scott G. resulted in a cool discussion about open source projects in the .NET platform. If you have the time, then go read it! [I know this is old, but I'm on vacations:) ]
Read More...
Search
Go
This Blog
Home
Contact
About
Tags
ASP.NET
Books
C#
Design by Contract
Gadgets
Javascript
JQuery
LINQ
Linux
MS AJAX
Multithreading
MVC
NHibernate
PowerShell
S#arp
Silverlight
Tools
Trivia
VS
VS 2010
WCF
WF
Windows 7
WPF
XAML
Community
Home
Blogs
Media
Groups
Archives
December 2009 (2)
November 2009 (45)
October 2009 (70)
September 2009 (35)
August 2009 (52)
July 2009 (48)
June 2009 (48)
May 2009 (44)
April 2009 (39)
March 2009 (39)
February 2009 (23)
January 2009 (22)
December 2008 (18)
November 2008 (20)
October 2008 (22)
September 2008 (31)
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)
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
News
My books