lamp

February 2009 - Posts

The Web 3.0 is coming
26 February 09 09:27 AM | Frederick.Chapleau | 1 comment(s)

As stated in a previous post, the web 1.0 was the first plain version, the second the more dynamic one, with social networks and the famous buzzword "AJAX", and the version 3.0 buzzword is... (drum roll)... Cloud Computing.

The concept is simple: Develop your application and Deploy it using their resources.

There is many clouds available... the main three for the moment are:

Microsoft: Azure Services Platform

Google: AppEngine

SalesForce: Force.com

-f.

Filed under:
When unit tests are not recognized
07 February 09 04:51 PM | Frederick.Chapleau | with no comments

Yes, you can create unit tests inside a project, without creating another project. But there is a tweak, when VS 2008 create the Unit Test Project, the resulting project have two Project Types that are included in standard project. If you don't modify your project to include them, the unit test framework of VS 2008 is not recognizing your Tests, even if they are correctly formated (proabably because the engine is only checking the unit tests project types).

Here is the project types...

<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

 

-f.

Filed under: