Deepak Kamboj Blog

Choosing between Fixed Price and Time & Materials

Choosing between Fixed Price and Time & Materials

Introduction When commissioning a third party to perform some bespoke development or design work, they will typically quote on the basis of a fixed price, or ‘time and materials’. Choosing between the two can...

How to Start with Silverlight

How to Start with Silverlight

As we all know that Microsoft Silverlight is a cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. In order to...

Factory Design Pattern using C#

Factory Design Pattern using C#

The factory method pattern is a creational design pattern used in software development to encapsulate the process of creating the objects. Concerns: Which object needs to be created. Managing the life time of the...

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....