ShowUsYour<Blog>

Irregular expressions regularly

Browse by Tags

All Tags » Code Snippets (RSS)
Code to easily create zip files on the fly
The other day I posted about a free .NET library for creating zip files on the fly: http://weblogs.asp.net/dneimke/archive/2005/02/23/378781.aspx Here's a little method that I wrote which wraps the functionality of the ICSharpCode library to easily package...
Posted: Feb 25 2005, 09:54 PM by digory | with 8 comment(s)
Filed under:
Nested sub-queries always elude me
Tonight I was writing the stored procedure which will return lists of data to the Codewise nighly updates. Basically, each night, Codewise will call a webservice and you need to return a list of all GUID's which have been either ADDED, UPDATED or REMOVED...
Zip'ping files
Tonight I was using the ICSharpCode zip library to zip files for my Codewise implementation. Basically, when users nominate to make a Relase visible to Codeshare, I create a manifest file and package it and the Release file into a Codewise package. I...
Posted: Feb 23 2005, 11:17 PM by digory | with 7 comment(s)
Filed under: , ,
Koders - searchable repository of code snippets
Found this site via Mitch 's blog: http://www.koders.com/
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...
Posted: Jan 20 2005, 06:40 PM by digory | with 7 comment(s)
Filed under: ,
Prototype of a small trackback system
Last night I prototyped a small trackback system: Project Distributor :: MarkItUp :: TrackBack Prototype :: 1.0.0.0 This is quick and dirty but it was enough to allow me to understand the concept of trackbacks. Code and inspiration was taken from .Text...
A couple of Windows Services resources
I've had a couple of Windows Services snippets that I've been meaning to "rip-to-blog" for a while now... Advanced Installer... a free, advanced MSI creation tool http://www.advancedinstaller.com/ Code snippet to add a description to your Windows Services...
Some golden rules to adhere by when thinking about features
When we started doing a spec for ProjectDistributor Justin and I had some long chats about what features we wanted in and how they would be implemented. In fact, there were dozens of features that we discussed and, as we progressed we found that we needed...
ProjectDistributor - online storage for tools and code snippets
ProjectDistributor is now pretty stable and nearly feature complete for iteration 1. This application was created as a place to store small or trivial pieces of code. Either code which was expensive to create - such as a prototype - or code which will...
Project Distributor - new features uploaded.
Tonight I uploaded a new build of my application, you can view it here: http://markitup.aspxconnection.com/ There are 2 cool new features that weren't present previously. 1) When you create an account (option available via the Login page) you have the...
Posted: Oct 11 2004, 08:56 PM by digory | with no comments
Filed under: ,
More Posts Next page »