Welcome to CallContext Sign in | Join | Help
ReSharper 4.0 has just hit beta! I have been using ReSharper for about a year now, and it is an awesome productivity boost. You can really concentrate on writing code, and let ReSharper take care of the little stuff, as well as some pretty major refactoring Read More
It finally clicked with me this afternoon while watching Luca Bolognese demonstrate Linq to SQL to the EMEA crowd. Linq to SQL (L2S from here on) is about the data. NHibernate is about the domain. At least as far as I understand. In the demo, Luca at Read More
These are things I see popping up a bit these days. I like the way they expose their intent through the "fluency" of the language of the statements. For example, I've been used to writing asserts in my unit tests like so: 1: Assert.AreEqual("This Read More
I'm just reading Pete Goodliffe's Code Craft. I'm only at the beginning of the book and he's devoted a chapter to coding standards, reinforcing my own belief that good code presentation goes a long way towards good code. One of the things he neglects, Read More
This article is actually about versioning your automated builds, but in the end it does a pretty good job of an introduction to NAnt and CruiseControl.NET for build automation. Sticking it here for the ol' BAS... Read More
I've been pulling my hair out all weekend over a configuration issue that still doesn't make sense to me. I've created a custom configuration file section in order to simplify the configuration of one application I work on and was following along the Read More
Nifty way of implementing domain validation using extension methods and generics: http://www.lostechies.com/blogs/jimmy_bogard/archive/2007/10/24/entity-validation-with-visitors-and-extension-methods.aspx Read More
This is the tool any serious .NET developer must have. I should perhaps qualify it with saying Visual Studio.NET developer.I've installed the 3.0 beta, as I spend quite a bit of my day in VB.NET now and it has better support than the 2.5 version (plus Read More
Playing around with XAML animations tonight. I should be placed against the wall for this, but I couldn't resist. Might start a new craze... Open up XAMLPad and past this rubbish into it: <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Read More
I don't know if you should blame Microsoft, or the... people... who did the XSD spec. Anyway, according to the XSD spec, the integer type is a numeric value with no upper or lower bounds. .NET therefore struggles to find a way to map it to any value, Read More
More Posts Next page »