A while ago when I was coding Bonobo Git Server I needed a simple authentication that works well with git over HTTP/S. Basic access authentication is supported by the most of git major clients and therefore is exactly the mechanism…
Today I released the version 1.1.0.0 of Bonobo Git Server for Windows. This version contains some new nice features that should make your git repository management more easier and fixes some essential bugs and errors. For the whole log of changes…
Did you ever need combining multiple data converters in WPF? And why would you do such thing? I often use BoolToVisibilityConverter. Its purpose is pretty straighforward. True value is converted to Visibility.Visible and false is converted to Visibility.Collapsed. But what…
The concept of creating a maintainable web page is not some kind of voodoo magic but is pretty simple if you follow some basic rules. The process starts by creation of a content file with the text and all semantic…
Do you need automatically update your application? Well, you can implement your custom download, notifying and update workflow or you can just simply use a universal reusable library. Few days ago I’ve released .NET library called BitsUpdater that solves this…
