Archive for the ‘C#’ Category

To PHP5 or not to PHP5


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. ...

VS2005 Errors when creating .aspx pages that retrun XML or JSON


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 ...

How to get a C# class to talk to Mysql in under 5 minutes


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 ...

Close
E-mail It