Archive for the '.Net' Category

Custom application error tracking through global.asax file

Posted on October 22 2009 by Sachin Jain

Custom application error tracking through global.asax file. Here you can track querystrings, post data and whole exception message with url

WCF Architecture

Posted on October 20 2009 by Sachin Jain

Following is the diagram for WCF architecture

1. Contracts – It contains information about what service does and type  of information it will make available.
a) Data – A data contract includes the data that will be exchanged by the service. The service and the client do not need to agree on the types, but they [...]

whats new in asp.net 4.0

Posted on October 19 2009 by Sachin Jain

1) Permanent redirect – for HTTP 301 Moved Permanently you can now use RedirectPermanent(”yourpage.aspx”);

2) Meta Properties- Now you can use page.MetaKeywords and page.metaDescription for setting up meta tags.

Creating web services in SQL server

Posted on October 15 2009 by Sachin Jain

For creating web service in SQL server you need to understand http end points. So what is http end points ? It provide an interface using TCP or http for SOAP.

What is WCF

Posted on October 15 2009 by Sachin Jain

WCF is based on SOA architecture. Its main objective is to achieve features of SOA and coming as close as possible to it. It is basically a framework for creating and distributing the connected applications. WCF provides the set if classes which provides developer a facility to create a SOA applications.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Powered by Sachin Jain