Browse by Tags
All Tags »
Code Snippets (
RSS)
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...
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...
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...
Found this site via Mitch 's blog: http://www.koders.com/
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...
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...
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...
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 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...
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...
More Posts
Next page »