Latest Answer: When you derive a class from a base class, the derived class will inherit all members of the base class except constructors, though whether the derived class would be able to access those members would depend upon the accessibility of those members in ...
Latest Answer: framework is endowed with provider specific exception class that u can use to handle exception from database. for instance to handle exceptions from SQL Server u can use System.Data.SqlClient.SqlException class. Similarly, for OLE DB data source ...
Latest Answer: Objects are generally late bound when using class factories with interfaces (or base classes). An example of late binding can be seen below. The function that generates the concrete object (at runtime) will decide which type of concrete object to instantiateIReader ...
Latest Answer: You need to use the color class to change the background colour -ex :: this.BackGroundColor=Color.Red(); ...
How can I set formatting defaults to a chart's series, before populating data to the chart. For example for each chart there must be a different color for each name series like that. Is there any method to store these defaults to the excel template, other than pragmatically. Please explain based on VSTO 2005.
We can use the .net DLLs only in the applications supporting .NET.
Latest Answer: Hi Main purpose is to refer another class library ...
Integer.String and Date
Latest Answer: int, date,string ...
Latest Answer: Only default constructor is called automatically and that is to only to zeroed down the data types you have declared in your class,and that is for avoiding initialization error for your class... ...
Why multiple Inheritance is not possible in C#?(Please do not answer like this-It is possible through Interfaces.)
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top