Calling base class method


Hello can you clarify me that can we call a base class method without creating instance?

Yes sure
Its possible If its a static method.
Its possible by inheriting from that class also.
Its possible from derived classes using base keyword

Oops


Hey guys whar are the main points of OOPS?????wannna know?????

Hi main concepts of OOPS are
1) Encapsulation: it isolates a particular code and data from all other codes and data. A well-defined interface controls the access to that particular code and data.
2) Inheritance: It is the process by which one object acquires the properties of another object. This supports the hierarchical classification,by use of inheritance, an object need only define those qualities that make it unique within its class. It can inherit its general attributes from its parent.
3) Polymorphism: It is a feature that allows one interface to be used for general class of actions. In general polymorphism means “one interface, multiple methods”, This means that it is possible to design a generic interface to a group of related activities. This helps reduce complexity by allowing the same interface to be used to specify a general class of action.

Msil


Can you tell me about MSIL??????????in Detail……..

Hi the details of MSIL are ,when compiling to managed code, the compiler translates source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code. MSIL includes instructions for loading, storing, initializing, and calling methods on objects, as well as instructions for arithmetic and logical operations, control flow, direct memory access, exception handling, and other operations. Microsoft intermediate language (MSIL) is a language used as the output of a number of compilers and as the input to a just-in-time (JIT) compiler. The common language runtime includes a JIT compiler for converting MSIL to native code.

#1 Reseller Hosting


Dear Friend,

I cordially welcome you to the exciting world of CPWebhosting.net, pioneers in the filed of Reseller Hosting, Web-Hosting, Dedicated Hositng and technology support.

After having achieved the distinction in the business of Reseller Hosting with the largest chain of Web Hosting customers all over the world. Our next target is to have over 1 million web hosting customers in the upcoming next year.

In the last decade Hosting sector has played a major role in taking Internet to the newer heights of E-commerce and other businesses. Internet has transformed the way we lead our lives. The market of Web-Hosting is growing more than 200% anually and is expected to grow even faster.

I offer you an opportunity to join us in this business of Web-Hosting. Kindly visit our website Best Cheap Web Hosting Packages – $1.45 to know our concept and go through our plans, we ensure you the 100% return on your investment.

I am offering you to become our affiliate member.
Singup to http://www.cpwebhosting.net/cgi-bin/cpaff/signup.cgi
and give me a chance to help you start making money with us. Affiliate members also have the opportunity to sell reseller plans, on which they are being offered a parternship. So it is a great opportunity to grow with us.

Thanking you with best regards!

Affiliate Manager
Cpwebhosting.net

__________________
Sales Manager
homepage : http://www.cpwebhosting.net
Times@cpwebhosting.net
Reseller Hosting Plans, Windows & Linux

Laguages supported


What languages does the .NET Framework support?????

MS provides compilers for C#, C++, VB and JScript. Other vendors have announced that they intend to develop .NET compilers for languages such as COBOL, Eiffel, Perl, Smalltalk and Python

Finalize methods


I’ve heard that Finalize methods should be avoided. Should I implement Finalize on my class?

Actually,An object with a Finalize method is more work for the garbage collector than an object without one. Also there are no guarantees about the order in which objects are Finalized, so there are issues surrounding access to other objects from the Finalize method. Finally, there is no guarantee that a Finalize method will get called on an object, so it should never be relied upon to do clean-up of an object’s resources.

Diff. b/w Dedicated server and Reseller account


Dedicated server and Reseller account

A dedicated server is better if you can afford one, because they work out cheaper, but they are more expensive because you get more with them.

A reseller account is an account you can buy from someone (usually) with a dedicated server, it is smaller, and a best way to start, then move up to a dedicated server. A dedicated server is a computer with a constant connection to the net, where you save all your files etc to the hard drive, and you get b/w to allow other people to access the files.

Clr


What is CLR?? explain briefly!!!!!!!!!!!

The .NET Framework provides a runtime environment called the Common Language Runtime or CLR (similar to the Java Virtual Machine or JVM in Java), which handles the execution of code and provides useful services for the implementation of the program. CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services. The managed code that targets CLR benefits from useful features such as cross-language integration, cross-language exception handling, versioning, enhanced security, deployment support, and debugging.

good dedicated server


Can You Help To Find A Good Dedicated Server?

Hi Friends,

I am using a Reseller account but now i want to buy a Linux based Dedicated server to upgrade my Buisness but i am confused which one i buy and from where? So please anyone can give me a help or experience one who is using Dedicated server. I want a good support with a less price not much expensive.

Regards

Cts


Can anybody explain what is CTS??

Yes sure it describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution