Archive for the ‘C#’ Category
July 17th, 2007 by Rich Zygler
tags: .NET, C#, Java, PHP, XML, XSL | No Comments »
I consider myself an Open Source Developer but I very rarely develop for the open source community. I create apps for businesses, where I work, and some side projects. I share code with those I work with obviously, but generally not with the PHP community as a whole. ...
August 18th, 2006 by Rich Zygler
tags: .NET, ASP.NET, C#, JSON, Visual Studio 2005, XML | 1 Comment »
I kept getting this on a page that did nothing but reference a code behind.
Validation(): Element 'html' occurs too few times.
This is because VS2005 is performing HTML validation by default. Yuk. You can turn this off by going to:
Tools --> Options --> Text Editor --> HTML --> Validation
Uncheck ...
August 2nd, 2006 by Rich Zygler
tags: .NET, C#, MySQL | No Comments »
I had to access a Mysql database at work today using C# and .NET. Well, I didn't have to... but I wanted to... and I had some down time. I'm mainly a PHP guy, but C# is similar enough to C/C++ that I figured out what I needed ...