Browse by Tags
All Tags »
Windows (
RSS)
As I’m going to TechDays 2013 Belgium I made my first plans about sessions I want to visit. It’s always good idea to make some home work before event because it is the only way how to make good decisions. Here is the list of sessions I plan to visit....
NLog on is popular logging component for .NET applications. I am using it in one project where I built multi-threaded server that is running similar threads with different configuration. As those thread are independent services I needed way how to configure...
Some years ago I published list of Microsoft training kits for developers . Now it’s time to make a little refresh and list current training kits available. Feel free to refer additional training kits in comments. Sharepoint 2010 Developer Training Kit...
When building Windows services we often need a way to communicate with them. The natural way to communicate to service is to send signals to it. But this is very limited communication. Usually we need more powerful communication mechanisms with services...
When Windows 8 Consumer Preview came out I downloaded it same day and installed on virtual machine. Of course, I also installed new Visual Studio 11 beta on it. Then I started playing with metro applications and I am very confused and a little bit disappointed...
There are many programs that come with MSI installer and not every installer is free of bugs or small problems. If you are building your own installer using Visual Studio you may want to change it before publishing it to users. Here is little overview...
Lately I have found some pretty interesting e-books about different technologies and one announcement about .NET Framework 4.0 beta exams. In this posting I will introduce you books I found and first beta exams. e-Books C# to IL by Vijay Mukhy is good...
My last posting described how to read and write files located in Windows Azure cloud storage . In this posting I will show you how to do almost same thing using PHP . We will use Windows Azure SDK for PHP . The purpose of this example is to show you how...
I needed some elegant method to read registry values in my Live Writer Delicious bookmarks plug-in . RegistryKey has GetValue() method but it returns values as object. I wrote generic version of GetValue() as RegistryKey extension method . It returns...
JQuery and web development Limit Number of Characters in a TextArea using jQuery Find out which Key was pressed using jQuery jQuery Superfish Menus Plug-in Make website images look like a video with this CSS effect CSS2 – opacity Mobile 55 per cent of...
More Posts
Next page »