Kevin Pirnie' Articles
- Home / Kevin Pirnie’s Articles / mssql
By: Kevin On: December 11, 2013
Posted In: .Net C# Development Security Software Software Source Code SQL Server SQL Server .net c# development hosting mssql mysql web development web hosting
UPDATE 2.0!!! Wow, just realized it's been awhile since i posted anything... well kiddies, time for some new code. Although I have grown up loveing, carressing, and mutilating Visual Basic, I have decided to take a stab at some C# since most of my projects lately have comes across in the form of PHP. While I do love VB still, I am starting to fall hard for some C# sexyness (<- spelling). I have a VB version of what I am about to post as well, and though the language structure is different, there really aren't very many differences between the 2. I thought I may get some sort of performance boost out of this "conversion" but alas, I was mistaken. Both languages performed admirably… Read MoreBy: Kevin On: July 1, 2013
Posted In: .Net Development Software Software Source Code SQL Server SQL Server asp.net development mssql vb.net web development
In building my MySQL Store Locator, I figured that it may be a good idea to do the same thing for MS SQL. Since I have 2012 installed, I built this particularly for that version, and am unsure if it will work in previous versions. I do know that the Geo datatypes have been severly refined and improved for 2012, so maybe you can keep that in mind when you try this out.Similar situation, I needed something like this built for a 'Store Locator', this time for a .Net site I was building. I have since decided to add it into my personal webservices which you can see in action here: My Zip Code ServiceAll I'm going to show you is what I did,… Read More