Posts for .net
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.
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.
TFS, Force Get, and Get Specific Version
When TFS tells you something, you want to think twice about whether you believe it.
TF42053: Build Machine and AllowedTeamServer
Problems encountered when reconfiguring a Team Build server to work from a different TFS instance.
Don't Learn Python
Only joking. I just found a blog post which articulates a lot of the frustration I feel at the moment.
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.
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.
Layering
Developing software in service layers is generally a good idea, but only when the problem demands it.
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.