Constructor
State the concept of constructor?
Expert
Constructor is a special method of class that is called automatically whenever the instance of the class is created. It is created having same name as the name of the class and assigns all class members, whenever the class member is accessed. The main features of a constructor are as follows: a) Constructors are always public.
b) Constructors do not have any return type.
c) It is not mandatory to declare constructor; it is invoked automatically by .NET Framework.
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
State the reason why workflows are based on the Extensible Models.
Compare and contrast in brief the C# and Visual basic.NET?
What do you understand by Common Type System (CTS)?
Which authentication technique is measured as the trusted authentication method between Windows authentication and SQL Server authentication?
Define constant and variable.
Explain the MSIL(Microsoft Intermediate Language) ?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Explain the use of Windows Installer.
Write about the Dynamic update?
18,76,764
1936225 Asked
3,689
Active Tutors
1435055
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!