• Top Posts

  • Flickr Photos

    Sir Trevor Macdonald at city hall London

    100_3949

    100_3945

    More Photos
  • Bookmarks

  • Archives

Using NUnit with Visual Studio 2008 Class Library

Class library are a bit harder to debug compared to dialog based or command line based application. After deciding to use NUnit I was using a dialog based application to instentiate my class library debugging, however there is a much easier way of doing that
1) Create class library with unit tests
2) Take properties of the [...]

Enabling Sharepoint Intellisense in Visual Studio 2008

Styling Sharepoint sites depends heavily on creating and editing XML files that need to follow sharepoint schema.
the first thing to note is if WSS (Windows Sharepoint Services) are installed on the same machine as you Visual Studio on not, Microsoft suggests to develop Sharepoint application on a windows server 2003, so that debugging and [...]