Resource Type | Posted On |
What's new in the .NET 2.0 class library? | Oct 25 |
Does C# have its own class library? | Feb 09 |
What are the new features of .NET 2.0? | Mar 25 |
Name the library that must be included while using cin | Nov 13 |
What are the new features in C# 2.0? | Aug 28 |
What's new in C# 3.0? | Nov 26 |
What are the new 2.0 features useful for? | Jan 31 |
How can I make sure my C# classes will interoperate with other .NET languages? | Sep 28 |
which class members does the derived class inherit from base class? select... | Sep 27 |
Which of the following does a derived class inherit from a base class? | Sep 18 |
Which is true, if a derived class is publicly inherited from base class? | Sep 19 |
If a class contains the objects of another class as its members, then it is know... | Dec 19 |
What's the problem with .NET generics? | Dec 22 |
What is .NET? | Oct 05 |
When was .NET announced? | Sep 02 |
What versions of .NET are there? | Oct 07 |
Why did they call it .NET? | Nov 19 |
What does 'managed' mean in the .NET context? | Nov 29 |
Can I write my own .NET host? | Nov 27 |
Why doesn't the .NET runtime offer deterministic destruction? | Feb 07 |
Does .NET replace COM? | Nov 24 |
Can I use COM components from .NET programs? | Sep 21 |
Can I use .NET components from COM programs? | Dec 15 |
Is ATL redundant in the .NET world? | Feb 07 |
How does .NET remoting work? | Sep 17 |
|
What size is a .NET object? | Jan 14 |
Which of the following is true about new operator? | Oct 16 |
The declaration of a class includes which option | Mar 14 |
By default, the members of a class are | Jun 01 |
Which class does define the member function put()? | Oct 13 |
Identify all the members of the following class xyz: | Jun 16 |
The default constructor for class A is - select option | Sep 30 |
Will my .NET app run on 64-bit Windows? | Oct 17 |
Does the .NET Framework have in-built support for serialization? | Sep 22 |
How can I get at the Win32 API from a .NET program? | Mar 04 |
Is the lack of deterministic destruction in .NET a problem? | Feb 18 |
What operating systems does the .NET Framework run on? | Oct 10 |
What tools can I use to develop .NET applications? | Oct 31 |
Should I implement Finalize on my class? Should I implement IDisposable? | Nov 30 |
I want to serialize instances of my class. Should I use XmlSerializer, SoapForma... | Mar 20 |
Which OOP feature can be enabled by using private declaration for the class... | Feb 20 |
Which of the following will assign the value to the class member variable num? v... | Jul 15 |
Consider a class X, which includes a virtual function called X_output. | Feb 16 |
Is a C# interface the same as a C++ abstract class? | Jan 06 |
Does the System.Exception class have any cool features? | Nov 25 |
Is it true that all C# types derive from a common base class? | Nov 04 |
Which of the following is called an implicit constructor for the class xyz? | Sep 26 |
Which code segments will convert a class object namely sample to type double? | Sep 06 |
What is the general format of calling a static member function using a class... | Nov 02 |
Which functions can have access to the private and protected members of a class? | Dec 02 |