What is a static constructor
What is a static constructor and also explain its features?
Expert
Static constructors are set up with C# to initialize a static data of the class. CLR calls a static constructor before first instance is created. The static constructor has the following features:
i. A class can have only single static constructor. ii. Access specifier is not required to define it. iii. It can access only static members of the class. iv. It is invoked only one time, when a program execution begins. v. We cannot pass parameters in the static constructor.
Name the values that can be allocated to a DialogResult property of the Button control?
In the vb.net, explain how to connect the crystal report?
Write down the importance of delegates. Where must they be employed? Write down the conditions where we need them?
What is meant by the term Assembly?
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
By which method we can add or remove rows from a DataTable object of DataSet?
What is the difference between HTTP-Post and HTTP-Get?
Write the name of the control that you will use to make sure which values in the two different controls match?
Write down the benefit of packaging over xcopy in the .NET?
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
18,76,764
1945441 Asked
3,689
Active Tutors
1422889
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!