New C Sharp Interview Questions :: ALLInterview.com http://www.allinterview.com New C Sharp Interview Questions en-us 1.write a program in C# to find a given point which is inside in a c http://www.allinterview.com/showanswers/100940.html 1. What is IIS. pl explain practically. 2. Difference b/w webserver a http://www.allinterview.com/showanswers/100692.html Is IIS is required for installing the deployment of windows C#.netap http://www.allinterview.com/showanswers/100691.html i hope its not necessary to install for windows application.it means with out IIS windows application can be run... What is polymorphism? pl explain practically rather than theoretical http://www.allinterview.com/showanswers/100690.html What are properties and indexer? http://www.allinterview.com/showanswers/100543.html This answer posted by me soft.narayan@gmail.com,If u have any query please let me know...... Using an object like an array is called Indexer. Indexer is similar to properties.Indexer is a collection of set and get procedures.Indexer name must What is use of super class http://www.allinterview.com/showanswers/100185.html Super class is one from which we derive a new class. Only Existing class can be made as Super class. C# has a super class or root class called "object" from which all classess are derived. Hi to everybody. Lastweek i had taken an interview on c#. They ask wh http://www.allinterview.com/showanswers/100101.html Boxing:converting from value types to reference type is known as boxing. Unboxing:Converting from reference types to value type is known as unboxing. WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5, C#.NET &a http://www.allinterview.com/showanswers/99966.html explain synchronous and asynchronous in C# http://www.allinterview.com/showanswers/98447.html Usually the methods are synchronous. That means that you call them, they gets executed. And when they finish you get the control back. The asynchronous methods are different. You call them. They start executing, but return the control over the How we free the memory in C#.NET. http://www.allinterview.com/showanswers/98446.html by desructor or globilization How u call destructor and dispose methode in c#.NET http://www.allinterview.com/showanswers/98445.html Destructor: They are special methods that contain the cleanup code for the object.You cannot call them explicitly as they are called by GC implicitly. Class MyClass { ~MyClass() { } } public interface IDisposable { void Dispos destructor, Dispose, Finalize - How they relate to each other http://www.allinterview.com/showanswers/98444.html What is service contract http://www.allinterview.com/showanswers/98443.html int i,string s, String s1 Which is valuetype which is refrence type. http://www.allinterview.com/showanswers/98442.html String s1 can a structure used in a class if yes then how. http://www.allinterview.com/showanswers/98441.html