Category Archives: Programming

West Michigan .NET Talk — BTSharp

David Smith gave a great talk about his BitTorrent library BTSharp today at the Watermark Country Club. Nestled in that talk were quite a few great nuggets of information; how bit torrent works, multi-threading, locking objects, it was a really … Continue reading

Posted in Blogging, Programming | Comments Off on West Michigan .NET Talk — BTSharp

The cat is leaving the bag…Introducing Feed2Me

So my pet project which is part of an even bigger project is called Feed2me. Feed2Me takes an RSS feed from a blog, news site, or where ever and gives you a few more options of what to do with … Continue reading

Posted in Programming | 2 Comments

Site Updates:

I’ve been quite busy. I finally converted my blog from apache.techgv.com/~propstm over the my propstm.net domain a short while back, and just as of this week made renovations to the site. This new layout is part of the renovations. This … Continue reading

Posted in Programming, UMPC | Comments Off on Site Updates:

Inserting Records Into an Access Database Using ASP.NET 2.0 – Tutorial

1) Open Visual Studio and create an ASP.NET website or create a new website 2) Open Access and create a database with at least one record 3) Save the file in the App_Data folder of the website Ex. “\Visual Studio … Continue reading

Posted in Programming | 2 Comments