Reading event log – Only exception part
Here is the few line code
try
{
int intCount = 1;
EventLog EventLog1 = new EventLog();
EventLog1.Log = “Application”
Here is the few line code
try
{
int intCount = 1;
EventLog EventLog1 = new EventLog();
EventLog1.Log = “Application”
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 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.
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.
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.
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
To be posted soon !!
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.
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
Powered by Sachin Jain