Deepak Kamboj Blog

Application Architecture for .NET Applications

Application Architecture for .NET Applications

Introduction This Article series helps the .NET developers and architects to design the effective applications on .NET latest technologies. There are so many articles,books on application architecture but it is still challenging for developers...

Using If/Else activity in Workflow Foundatio

Using If/Else activity in Workflow Foundatio

Introduction In this post I will explain how to utilize the IFElse activity and a declarative condition in the workflow to perform the conditional processing. This workflow evaluates the order by taking the order...

Introducing the WCF Security

Introducing the WCF Security

Windows Communication Foundation (WCF) is a secure, reliable, and scalable messaging platform for the .NET Framework 3.0. With WCF, SOAP messages can be transmitted over a variety of supported protocols including IPC (named pipes),...

Windows Workflow Foundation Key Concepts with example

Windows Workflow Foundation Key Concepts with example

Introduction This post discusses the key concepts of workflow foundation, authoring the sequential workflow using the visual studio 2008 designer for WF and debugging the workflows using visual studio 2008 designer. You can Get...

Windows Workflow Foundation Overview

Windows Workflow Foundation Overview

Introduction Windows Workflow Foundation is Framework for building the workflow enabled applications on windows. It consisting the workflow engine and designer. Workflow foundation supports both human and system workflow. The Workflow Foundation can be...

Overview on SharePoint 2007 Features

Overview on SharePoint 2007 Features

This post explains the SharePoint 2007 features which helps the end users to understand the benefits of MOSS. Document Library One of the most used features of SharePoint is the document library. It allows...

WCF vs ASP.NET Web services

WCF vs ASP.NET Web services

In this post I will explain the Difference between ASP.NET web service and programming WCF services like ASP.NET web services. It also discusses how we use the both technologies for developing the web services....

Understanding Garbage Collection in C#

Understanding Garbage Collection in C#

All the garbage collection mechanisms have one thing in common, that is they take the responsibility of tracking memory usage. Understanding Garbage Collection The .NET garbage collector is optimized for the following assumptions: Objects...

How to sort GridView?

How to sort GridView?

In this article I will discuss how to sort columns in grid and more. At the end it will help answer some very frequently asked questions like following. How to sort DataGrid in ASP.Net?...

Introduction to Ajax

Introduction to Ajax

AJAX stands for Asynchronous JavaScript and XML. AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications. With AJAX, a JavaScript can communicate directly...