Category: C#

0

Parsing Strings into Different Data Types

There are two fundamental things to understand about parsing strings. Unless another program is making the string that you’re parsing, things can always go awry (and a program may not always make it correctly...

Adventures in MVC 0

Adventures in MVC

Alternately titled, learning how to design a site all over again. In college, I learned ASP.  It was a new technology and it made it really easy for me to develop web pages because...

Are Enterprises Really Choosing Java Over .Net? 0

Are Enterprises Really Choosing Java Over .Net?

I don’t know why people keep bringing coffee into this conversation, but much like there is an ongoing discussion over Mac vs. PC, there’s an ongoing discussion of .Net vs. Java.  The funny thing...

CSharpSharp 0

CSharpSharp

Extension methods in C# 3.0 made it so that developers can create pretty helpful things on top of the current language.  One developer created CSharpSharp, which he hopes other developers will contribute to in...