ShowUsYour<Blog>
Irregular expressions regularly
-
Next ProjectDistributor release
I'll be uploading the source for the next version (1.0.2) of Project Distributor on the weekend and, be upgrading the live site to run off of that version. Here is the list of new features which appear in this release:
-
Using metadata and reflection to dynamically manage message routing
Most routing systems have a transformation phase where, based on its current state, a message is transformed into a document and routed to an endpoint. Systems such as BizTalk provide GUI's and designers to remove the need for cumbersome coding by making the rules and subsequent transformations configurable; here's an example of a switch statement in a listener class where the rules of the routing engine are hard-coded:
-
SQL Server 2005 Beta 2 Transact-SQL Enhancements
Great, in-depth article about some of the new TSQL language features. Definitely worth a read...
-
noFollow in Google...
Saved for later reading... http://weblogs.asp.net/jgalloway/archive/2005/01/18/355551.aspx
-
ControlState in ASP.NET V2
Fredrick has a great post about the new ControlState feature in ASP.NET V2:
-
2 interesting Msdn articles
An interesting article about writing code to test UI:
http://msdn.microsoft.com/msdnmag/issues/05/01/TestRun/default.aspx -
Cool screen capturing tool
http://www.projectdistributor.net/Projects/Project.aspx?projectId=55
-
Named Groups, Unnamed Groups and Captures
I see this question come up a bit in regex so, I thought that I'd blog about it. It has to do with 2 things: named groups and captures. First, an example...
-
The question isn't: what did I get; the question is: what did I pay - or so it seems!
After several unsuccesful days of trying to implement trackbacks into ProjectDistributor I'm going to put it on the backburner for a while. It's not that I don't want it in there, it's just that time is short and the ability to get useful help about working with .Text seems a little short these days... {sigh}
-
MbUnit... It's all green baby; it's all green!
Last night I started moving some of the PD logic out of the web project and into a Framework project so that it is more accessible to other components. This resulted from some refactoring of the app. That I've been doing since implementing UrlRewriting and Trackbacks. I created UrlManager, and UrlFormatter classes to handle some of the url matching logic and thought that I'd start building a library of Unit Tests against this new stuff.