.Net Architecture / Design Patterns

What creates high-quality sales force automation software?

Posted by admin on September 27, 2011 at 2:02 pm

Sales Force automation is abbreviation to SFA, and SFA is basically a software to automate the business tasks of sales, customer data, order records, generating proposals or quotes, promotional offers, adding/updating new outlets opened in respective areas, instantaneous discounts, manage dealers recommendation, managing province, managing partners, and employees performance chart. Sales force automation means [...]

LINQ Operators - Partitioning Operators

Posted by admin on September 9, 2011 at 10:56 am

LINQ Operators - Partitioning Operators
we will go through the partitioning operators. There are mainly take and skip operators which are mainly used. Also TakeWhile and skipWhile you can use with criteria. This operators are mainly used when you want page result set. As an example if you are doing custom paging with data grid and [...]

Creating a Basic Silverlight application

Posted by admin on September 7, 2011 at 11:47 am
Creating a Basic Silverlight application

Hello everyone.
Its always a tough time to start with a new things whether it is a place, technology or language. This is faced by each of us when we start new things. So to help the other people who are having a new start with Silverlight, I have came out with this Silverlight material.
For [...]

WCF Binding Behavior

Posted by admin on August 26, 2011 at 10:42 am

Hello friends, in my last article I discussed regarding declaring the end point in appconfig file of consol WCF application. The WCF services support multiple protocols as discussed earlier. So now case when one client is using SOAP via HTTP and another is using binary via TCP, in such case we need to have multiple [...]

UseCapture in AddEventListener SPEC INDIA

Posted by admin on August 19, 2011 at 12:03 pm

UseCapture in addEventListener :
1.    When any event in flex is execture then EventManager is start sense of event from start.
Stage -> inner component -> sub component etc… and this flow is continue untill target of event generator not find.
2.    This phase is called a event Capturing phase.
3.    Generally there is 2 value true and false [...]

Design Pattern in .Net – Introduction

Posted by admin on August 4, 2011 at 1:16 pm

Welcome to the series of blogs on Design Patterns. This is introductory blog on design pattern. In this blog I will try to explain definition of design pattern & will try to walkthrough of 3 main categories of design pattern.
Definition:
Design patterns are tried and tested programs for recurring problems in software programming. These patterns are [...]