Wednesday, June 20, 2007

What's the Right Number of Assemblies/Libraries?

Deciding how to physically partition up your application isn't a .NET specific topic, but I'll use the word "Assemblies" and use .NET terminology since we work largely in .NET.

What's the right number of assemblies? When do you split up functionality into another assembly? Should you use ILMerge to make a single über-assembly? Perhaps one class or one namespace should be inside each assembly?

Here's my thinking...organized very simply.

Link to full item

Tuesday, June 19, 2007

Using TortoiseSVN with Team Foundation Server

This is a new and very interesting project at CodePlex. This bridge allows clients (such as TortoiseSVN) work against a TFS server. This is a group of developers CodePlex itself because of the popularity of clients. The bridge works at the protocol, making SVN protocol TFS protocol and vice versa. The development is in its infancy and it is monitored.
Link

Tuesday, June 12, 2007

New ASP.NET AJAX Control Toolkit Release

The ASP.NET AJAX Control Toolkit is a shared-source community project consisting of samples and components that make it easier than ever to work with AJAX-enabled controls and extenders. The Control Toolkit provides both ready-to-run samples and a powerful SDK to simplify creating custom ASP.NET AJAX controls and extenders. Make sure you install ASP.NET AJAX 1.0 first!

Download Page


Thanks to ScottGu's Blog