Archive for 2009

Reading event log – Only exception part

Posted on October 20 2009 by Sachin Jain

Here is the few line code

try
{
int intCount = 1;
EventLog EventLog1 = new EventLog();
EventLog1.Log = “Application”

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.

Singelton pattern

Posted on October 15 2009 by Sachin Jain

Singelton pattern is required where we need single instance of class. Example in financial domain applications there is major requirement of security and class need to have single instance and no other can use same instance of the class.

Difference between interface and abstract classes

Posted on October 15 2009 by Sachin Jain

Following are the 6 differences between abstract classes and interfaces :-
1) A class can implement as many interfaces, but an subclass at most one abstract class.

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.

Why HR Managers?

Posted on October 15 2009 by Sachin Jain

On this blog I would like to ask why HR managers needed in an organization ? Are they needed for Recruitment ? Are they needed for payroll management ? Are

Good Managers – Manage Yourself ?

Posted on October 15 2009 by Sachin Jain

To be posted soon !!

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.

What is new in SQL Server 2008

Posted on October 14 2009 by Sachin Jain

1) Geometry Data Types a. Point -  POINT ( 10 15 ) -  A point b. Multipoint  – MULTIPOINT (10 10, 50 50) – A multipoint with two points c. LineString  – LINESTRING (10 10,20 20,31 35) -  A line string with three points d. Polygon – POLYGON (( 10 10, 10 20, 20 20, 20 15, 10 10))  – A polygon e. GeomCollection  – GEOMETRYCOLLECTION ((POINT (10 15), LINESTRING (10 10,20 20)) A  collection of

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Powered by Sachin Jain

Powered by Olark