Reusing pieces of code is liked picking off sentences from other people's stories and trying to make a magazine article. --Bob Frankston
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: Data

software development
data
[Articles: 4]

Sort:Most RecentUpdatedAuthorPagesViews TodayTotal Views 

Online Random Number Tool

By steve on October 23, 2011.  |  Updated on January 22, 2012.  |  575 views, 3 today.  |  1 page.
 Data  Math and Statistics  Tool 
Generate lists of random numbers online. Choose from different types: boolean, int, decimal, date, time and more.

How Can I Easily Manage an XML Configuration File in .NET?

By steve on January 10, 2007.  |  Updated on January 22, 2012.  |  42,909 views, 24 today.  |  1 page.
 .NET  C#  Data  IO  Snippet  XML 
.NET makes reading and writing XML as easy as pie. Use a class template and you never have to deal with XML at all.

Custom HyperLink Column for DataGrid

By steve on January 07, 2007.  |  Updated on January 22, 2012.  |  44,163 views, 12 today.  |  1 page.
 .NET Controls  C#  Data  Snippet  SQL Server 
Detailed example with code showing how to add a custom link column to a datagrid.

Adding Columns to DataGrid Programmatically

By steve on January 01, 2007.  |  Updated on January 22, 2012.  |  86,265 views, 45 today.  |  2 pages.
 .NET Controls  ASP.NET  C#  Data  Snippet  SQL Server 
Demonstration and code for programmatically adding a custom column to a DataGrid.