I am currently coding a translator service in Windows in C# (VS 2005) and so I am on track on the goal of becoming a better C#-developer. I really like the C# language and the .Net framework, and most importantly the Visual Studio development tool. Microsoft has done so many things correct when they developed [...]
Archive for the ‘C#’ Category
PHP vs ASP.Net
January 20th, 2010
No Comments
Well, this isn’t really a VS-blog-post, I just had a discovery while reading up on ASP.Net (Professional ASP.Net 2.0) and I see here that PHP has a way to go when it comes to make web development more productive. Yes we have more control on our code and so on, but the .Net Framework and [...]


PHP-Tip: Commenting your code
This really isn’t a PHP-tip, but more like a programming tip. But since I do most of my development in PHP (and some in C#, and some on VB) I put it up as a PHP-tip. So there. This post is all about commenting. Some do it, some don’t. I tend to do it. Sometimes [...]