Deepak Kamboj Blog

List of C# Tools

List of C# Tools

A collection of development tools and utilities for C# programming. C# Build Tools CruiseControl.NET – A .NET continuous integration tool and an extensible framework for creating a custom continuous build process. more FinalBuilder –...

Breaking Down the Software Development Roles

Breaking Down the Software Development Roles

Software development is done differently at every organization, and in every home office throughout the world. The process that one organization or person uses to develop software may work for their specific environment and...

Using MetaWebLog with PHP-XMLRPC

Using MetaWebLog with PHP-XMLRPC

Due to the fact that there is virtually no documentation available on how to get the MetaWebLog API working with the PHP-XMLRPC library, I decided to write this post. The MetaWebLog API is an...

Twenty20 International – India vs Sri Lanka

Twenty20 International – India vs Sri Lanka

As you know, there was a Twenty20 International – India vs Sri Lanka Cricket match on 12-Dec-2009, Saturday at Punjab Cricket Association Stadium, Mohali, Chandigarh. On 13-Dec-2009, Sunday, I was travelling from Chandigarh to...

Performance tuning For .NET Applications

Performance tuning For .NET Applications

Performance tuning is one of the daunting task for making your applications run faster. There are several factors that can cause your application run slow. One of the factor is memory which can directly...

Web Forms model in ASP.NET 4.0

Web Forms model in ASP.NET 4.0

ASP.NET 4.0 platform is built up with various components Web Forms,ASP.NET MVC, Dynamic Data Controls and ASP.NET AJAX. It has the same foundation as in ASP.NET 3.5 SP1 but refined the above features. This...

Happy Diwali to all the viewers

Happy Diwali to all the viewers

I wish all of you Happy Diwali. Dīwali is a significant festival an official holiday in India. While Diwali is popularly known as the “festival of lights”, the most significant spiritual meaning is “the...

How to create User Control in Silverlight 3.0

How to create User Control in Silverlight 3.0

A User Control is a composite of existing elements. You add elements to a User Control to achieve the desired functionality. User control can be consumed more than one time in any application. This...

Software Architecture

Software Architecture

The software architecture of a program or computing system is the structure or structures of the system, which comprise software components, the externally visible properties of those components, and the relationships between them. The...