Michael Flanakin's Web Log

Comments and complaints on software and technology in general

  Home  |   Contact  |   Syndication    |   Login
  159 Posts | 18 Stories | 268 Comments | 497 Trackbacks

News

This weblog is no longer being maintained. For the latest, check out www.michaelflanakin.com!

Twitter












Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Miscellaneous

Development

Now, I know most of you won't care; but over the years, I've always wanted to sit down and create a regex string that will capture certain values. Most of the time, I look on Google for about 10 mins, then I usually give up if I don't find it. Well, I decided to go ahead and start compiling a list of them here. If you have any helpful ones, let me know! Use When Finding Regex Description HTML Begin and End Tags* (\</|\<)td[a-zA-Z0-9!... ]*\> Replace 'td' with...

This is by no means an all-inclusive list of SQL Server best practices. Instead, it's simply a collection of best practices I've gathered over the years. If you have any comments/suggestions, feel free to post them. I'd love to hear other ways to improve SQL Server-based applications.


In Progress Here we go again... I've done random searches for UML tools before, but this time, I figured I'd go ahead and document it. I probably won't make this as extensive of a search as I usually do just for the simple fact that I don't need a tool that bad right now. As always, let me know if you know of one that I haven't mentioned or if my data is incorrect or out-dated. Updated Dec 9, 2005 Overview I'll be noting the tool, version, and date I last reviewed it as well as comparing the following...

Encapsulate a command request as an object


As I mentioned before, it was hard to find information on how to setup an ASP.NET HTTP handler when I first started out. Of course, after time, I've found a wealth of articles, posts, and comments from others on these and other related topics. As my second post in the HTTP module/handler saga, I hope to give you an in-depth discussion on the topic of handlers to include pros, cons, and a sample implementation that you can extend.


Article moved here

After endless searching for answers to my handler setup questions, I finally decided to write an all-inclusive set of articles about how someone should go about this. If you find any errors or see room for improvement in any way, please let me know - I will make sure to note any contributions in the "Special Thanks" section. This will be my first contribution to this article-set.


If you've been working with .NET for a while, I'm sure you've had the chance to create a collection before. Well, so have I. But, as I dug up old code two or three times, I figured there had to be an easier way to reuse this stuff. So, I figured I'd just make a template.