WSS 3.0 platform provides a bunch of Web Services that can be used to manage different WSS objects. They expose via Web Services interfaces part of the functionality that is available for you via WSS 3.0 object model. The full list of available Web Services you can find here.
In this post I’d like to share [...]
Few days ago I found a free on-line WSS 3.0 training for developers. The training is focused on WSS 3.0 functionality that we as developers can use in our custom source code. If you are an experienced developer with a strong knowledge of WSS 3.0 you may find no new things for you in the [...]
Today, one of the developers in our teams asked me does it possible to use custom actions in ClickOnce. I’ve never thought about this before and I googled a bit. I found a nice article in MSDN. It briefly describes both technologies and the beginning and you can get an overview of them. Further, it [...]
In my previous post I wrote that a unit test that uses a real file on a disk is more like an integration test than as a unit test. Well, I think that I wasn’t completely right because if you write a test that creates a file before the test and after the test your [...]
Sometimes we should develop a class that will load some information from a file and to store this information in some object-oriented form in order to be further used by other application classes. In this post I’ll try to share with you how I’ve developed such a class for my SQLCEPad tool using TDD practices. [...]