Posted on September 11, 2008 by Imran Aziz
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 [...]
Filed under: .net development | Tagged: class library debugging, debugging, nunit, testing, unit tests, visual studio | Leave a Comment »
Posted on July 11, 2008 by Imran Aziz
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 [...]
Filed under: Sharepoint Development | Tagged: .net, sharepoint, Sharepoint Development, visual studio | Leave a Comment »