Developers

You can follow this category through RSS.

ASP MVC 2 Preview

Monday, August 10th, 2009

Only a few days ago ASP MVC wpreview was released. I have tried to run a small application with this preview version and compare to stable 1.0 version. As published on MS page the aim of MVC 2 is to " (...)

Practical IT Outsourcing

Saturday, August 8th, 2009

Over a year ago, PGS Software took part in the Internet 2008 scientific conference. Some time ago we have finally received the publication, which contains our paper called "Practical Aspects of IT Out (...)

The type ‘x’ exists in both ‘y1.dll’ and ‘y2.dll’

Friday, July 24th, 2009

Today, I have opened a demo ASP.Net 2.o project in Visual Studio 2008. Everything was compiling just fine, but after running the project I saw the following message: Compiler Error Message: CS0433 (...)

Hosting ASP.Net application on a shared server

Tuesday, July 14th, 2009

Sometimes, during development of ASP.Net applications, strange errors occur. There is an exception, which does not tell you anything. There is a lot of googling, many wasted hours and finally this won (...)

Quick introduction to PostSharp

Tuesday, June 30th, 2009

PostSharp is a free library for aspect programming in .NET. It post-processes the compiled assembly during the build process. The current version (at time of writing this post) is 1.5 RC1, which has a (...)

New features in NUnit 2.5. Part 2 – testing exceptions

Thursday, June 25th, 2009

In part 1 I have presented how to use parameterized test methods in NUnit 2.5. In this post I want to show a new way of testing exceptions by NUnit. Previously, we could use ExpectedException attri (...)

Let’s compute everything!

Tuesday, June 23rd, 2009

A few months ago I got some spam email about a new search engine. I guess you know why I was very sceptical about such news... Before I put the name in here I would like to citate a sentence from t (...)

“That’s only a layout issue, we’ll fix it later”

Tuesday, June 23rd, 2009

I’m sure either you have said or heard such a sentence. It’s well known that functionality is the key part of an application. You can’t do much with good-looking screenshots. Most of developers focus (...)