Multiple Inheritance in C#

Posted by Satyen Pandya | Posted in .Net | Posted on 23-04-2011

0

Can interfaces help us achieve the multiple inheritance in C# ? Let us see how it works…
I think an example would be in helpful to understand the concept.
Let us assume we have three classes which are defined as follows:

JavaScript – ECMAScript Basics

Posted by Satyen Pandya | Posted in Javascript | Posted on 17-04-2011

0

ECMAScript is the scripting language standardized by Ecma International in the ECMA-262 specification and ISO/IEC 16262. The language is widely used for client-side scripting on the web, in the form of several well-known dialects such as JavaScript, JScript, and ActionScript.

JavaScript was originally developed by Brendan Eich of Netscape under the name Mocha, later LiveScript, and finally renamed to JavaScript. In December 1995, Sun Microsystems and Netscape announced JavaScript in a press release. In March 1996, Netscape Navigator 2.0 was out, featuring support for JavaScript.

JavaScript – Object Basics

Posted by Satyen Pandya | Posted in Javascript | Posted on 17-04-2011

0

Hi, friends after giving brief introduction to the Javascript, lets continue to another

Javascript important topic.

JavaScript – Object Basics

Few HTTP Response Codes

Posted by Satyen Pandya | Posted in RESTful Webservice | Posted on 14-04-2011

0

The error condition is described in an HTML entity-body, and a human being is supposed to figure out what to do about the error. There are so many status codes available, but many of the codes are rarely used. Here I am describing few codes which are communally used on the web.

Main categoris :
1xx Intermediate Status
2xx Successful Response
3xx Redirects
4xx Request Errors
5xx Server Errors

Features that make it easier to build RESTful services with WCF 3.5

Posted by Satyen Pandya | Posted in RESTful Webservice | Posted on 07-04-2011

2

Here is a list of the features that make it easier to build RESTful services with WCF 3.5:

1. WebHttpBinding
2. WebBehavior
3. WebServiceHost
4. WebOperationContext
5. WebGetAttribute and WebInvokeAttribute

Related Posts Plugin for WordPress, Blogger...