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
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 [...]
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 [...]
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 :
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 [...]
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 [...]