24
APR
2006

BindingListView – The DataView equivalent for custom collections

BindingListView<T> is a project hosted on GotDotNet that gives you search, sorting and filtering capabilities to a plain BindingList. For example if you have the following Person entity: [csharp] public class Person { string firstName = string.Empty; int age = 0; public...
23
APR
2006

Extending WebBrowserSiteBase?

One of the ways for extending the WebBrowser 2.0 control is to inherit from WebBrowserSiteBase. According to the documentation, you have to override the method CreateWebBrowserSiteBase and return your specific implementation of WebBrowserSiteBase. Everything is there to plug-in...
13
APR
2006

Web Service Factory

The Service Factory is a cohesive collection of various forms of guidance that have been build with the primary goal of helping you build high quality connected solutions in a more consistent way with less effort. Check it out: http://practices.gotdotnet.com/projects/svcfactory
13
APR
2006

Come to www.istaysharp.net

Finally I have updated my site, called IStaySharp to MediaWiki. MediaWiki is one of the best wiki based engines available and it’s written in PHP and MySQL. Thankfully my hosting, webhost4life, has PHP & MySQL support. The intention of IStaySharp is to document and...
06
APR
2006

New release of MediaWiki

I am planning to install MediaWiki for my site www.istaysharp.net. This way I can easily add/update content, because currently the site is static, and that’s thre reason why it’s not updated frequently. It was planned for this evening to update www.istaysharp.net, but...
05
APR
2006

New domain

I registered a new domain for my weblog. The new domain is www.delarou.net. Please update your rss feeds to http://www.delarou.net/weblog/SyndicationService.asmx/GetRss.