June 4, 2015

VSLive 2015 in Austin, TX!

By |2018-06-27T17:47:50+00:00June 4th, 2015|Categories: ASP.NET, C#, General Technology, IIS, MVC, SQL Server, Testing|Tags: , |

I'm writing this post from the Austin airport as I'm getting ready to head home after a very educational 4 days in Austin for VSLive 2015. I wanted to quickly write down a lot of key points from all of the sessions I attended. I figure writing about something is a good way to retain a [...]

April 6, 2011

What data type to use for representing currency in C# and Sql Server 2005/2008?

By |2011-04-06T22:51:19+00:00April 6th, 2011|Categories: ASP.NET, SQL Server|Tags: , , |

This post will be short and sweet.  What data type should you use to represent currencies in C#? - Decimal If you use double, you will end up with rounding errors on more precise numbers, and if you are writing applications that support multiple currencies, namely currencies that use very large numbers, such as the Indonesia [...]

February 2, 2011

Simple SQL Cursor Example

By |2011-02-02T22:43:43+00:00February 2nd, 2011|Categories: SQL Server|Tags: , |

If you're reading this blog, chances are, you know how to write/use a SQL cursor. But this is more for my benefit, and maybe even yours. Just a quick cursor example, so that I can easily reference the syntax if I ever need to quickly look it up, since I always seem to forget it.  Enjoy.DECLARE [...]

Go to Top