Archives
-
BizTalk 2010
Well, BizTalk 2010 has arrived. This time, you the Developer version is fully featured and free for use in non comercial scenarios. Here are some must-have links, check out specially the Training Kit, and, of course, the Developer Edition download:
-
Detaching an Entity in LINQ to SQL
LINQ to SQL, shamelesly, does not have a Detach method, like most other O/RMs. In one particular case, I needed one - or, at least, I thought I did - so I went to write one, which wouldn't require me to use a base class. Thanks to Reflector, here's what I came up with (only tested it in version 1, not 4):
-
Two Clicks Required
Sometimes, when I have an UpdatePanel and multiple validators on a page, I have to click twice on a LinkButton, even if it has CausesValidation set to false. The control is outside the UpdatePanel, so I'm not sure what causes this. It is a frequent problem, as can be seen on Google.
-
Unit Testing Asp.NET Applications with with Moles and Pex
It has been a while since my last post. I will try to recover, there are some things I would like to talk about. For now, check out this fine tutorial for unit testing ASP.NET applications using Pex and Moles: http://research.microsoft.com/en-us/projects/pex/molesaspnet.pdf.