Before software can be reusable it first has to be usable. -- Ralph Johnson
Welcome to my blog about software development and the Microsoft stack.

I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ... more
Share/Print this page:

Subscribe for news, updates and more:

Category: Has Downloads

article attributes
has downloads
[Articles: 4]

Sort:Most RecentUpdatedAuthorPagesViews TodayTotal Views 

Partial Classes in .NET

By steve on May 26, 2007.  |  Updated on January 22, 2012.  |  33,082 views, 15 today.  |  1 page.
 ASP.NET  C#  Has Downloads  Has Images  Overview  Visual Studio 
Discover what partial classes are in .NET and what they're good for.

Online Random Number Generator

By steve on February 14, 2007.  |  Updated on January 22, 2012.  |  10,664 views, 6 today.  |  1 page.
 C#  Data Types  Has Downloads  Has Images  Math and Statistics  Snippet 
Need random numbers? Learn more about our online generator of random numbers.

PathHelper - Convert File and Folder Paths and URLs in an ASP.NET Application

By steve on February 13, 2007.  |  Updated on January 22, 2012.  |  22,508 views, 17 today.  |  2 pages.
 ASP.NET  C#  Has Downloads  Has Images  Snippet 
Managing all the various types of paths in ASP.NET can be a chore. You have URLs, virtual paths, absolute paths, relative paths and application paths. This article helps you make sense of all of these while managing conversions and getting the type of path you need when you need it.

Extract Keywords from a Search String in C#

By steve on January 27, 2007.  |  Updated on January 22, 2012.  |  29,731 views, 9 today.  |  1 page.
 .NET  C#  Has Downloads  Has Images  Regular Expressions  Snippet  Text and Strings 
A better way than String.Split to extract words from a string.