Developers

You can follow this category through RSS.

PostSharp going commercial

Monday, March 8th, 2010

I wrote once a post about PostSharp - really nice library for aspect programming. A couple days ago Gael Fraiteur announced that PostSharp is going commercial, which basically means that you have to (...)

Installing AWStats on IIS 7.0 – time-taken extra section

Thursday, March 4th, 2010

AWStats is an open-source Log analyzer than can be easily configured to work with IIS logs. My AWStats configuration for IIS7 is based on a great instruction written by Simon Schofield Installi (...)

SQL Search

Monday, March 1st, 2010

Redgate recently released the first version of its new product - SQL Search. SQL Search is an add-in to the SQL Management Studio. It works with both SQL 2005 and 2008 - also with Express versions (...)

Charts are all around

Tuesday, February 16th, 2010

Recently we have been working on significant number of applications, which needs to present couple of chart values in visually interesting form. One can of course rely on Google charts. However it is (...)

Web Deployment Project – Visual Studio 2008 Add-in

Wednesday, February 10th, 2010

Visual Studio Web Deployment Projects, provide additional functionality to build and deploy Web sites and Web applications in Visual Studio 2008. This Add-In can be downloaded from Microsoft web (...)

LinqToSql and comparisons with null

Monday, February 8th, 2010

Recently, I have been very surprised by LinqToSql, because it is not as smart as I supposed. Here is a code that confused me a little. from customer in db.Customers join customerGallery in db.Cu (...)

Ajax Control Toolkit – PageRequestManagerTimeOutException

Friday, February 5th, 2010

How to avoid "PageRequestManagerTimeOutException" while using Ajax Control Toolkit? I was having a problem when developing an ASP.NET Web Application using Ajax Control Toolikit. On one of my Repo (...)

FireQuery – Firebug extension for jQuery development

Wednesday, January 27th, 2010

The most interesting feature of this add-on, is displaying extra jQuery attributes attached to an HTML element, using the jQuery.data() method. That means NOT standard HTML tag attributes like: CS (...)