Posts for .net

Apr 15

import this.NET

The Zen of Python doesn't just apply to Python.

Feb 25

Using output parameters with the Enterprise Library

Trying to get stored procedure output parameters working when you're using the Enterprise Library 3 can be frustrating. Here's a couple of tips to help you along.

Feb 12

ASP.NET AJAX and Unknown Web Method

The ASP.NET AJAX toolkit includes controls, such as the DynamicPopulateExtender, which invoke methods on the pages on which they are included to obtain data. This post looks at a common problem and its under-documentated solution.

Dec 11

TFS, Force Get, and Get Specific Version

When TFS tells you something, you want to think twice about whether you believe it.

Sep 07

TF42053: Build Machine and AllowedTeamServer

Problems encountered when reconfiguring a Team Build server to work from a different TFS instance.

Aug 13

Don't Learn Python

Only joking. I just found a blog post which articulates a lot of the frustration I feel at the moment.

Jul 07

Forms - Automatic Form Generation for ASP.NET

I've started working on Forms, a package for ASP.NET to automatically generate forms based on an interface or class.

Jul 01

Adaptation 1.0.0 released!

Adaptation 1.0.0 has been released. Adaptation provides Zope 3 style adapter registries and lookup for the .NET framework.

Jun 25

Adaptation 0.0.2 released!

The first alpha of Adaptation has been released.

Jun 22

VS2005, Unit Testing and Deployment Items

Is it me or are DeploymentItems supremely dodgy?

Jun 21

Layering

Developing software in service layers is generally a good idea, but only when the problem demands it.

Jun 19

Adaptation - adapters for .NET

I've started work on Adaptation, a small framework to implement adapter registries and object adaption in .NET. It's based (as far as C# allows) on the adapter functionality in Zope 3.