Latest Answer: Design Pattern : If your classes use unmanaged resources, you need to implement both Dispose & Finalize. Dispose() is called by user code, that is, the code that is using your class.Finalize/Destructor cannot be called by User code, it's called by ...
In which scenerio we use interfaces,abstract and concrete class?Which one is better and appropriate?Differentiate these three terms in depth.
Latest Answer: Application blocks are re-usable source code components that are common development challenges.These components can be easily be integrated and customized to suite your requirements. ...
Latest Answer: CLR is the correct answer ...
We have a dataset with one thousand records. Now we bind it to a datagrid. Now the question is suppose we have modified only three records in datagrid then how to update these three records in dataset. We have a single button to update the records
If we have 2 interfaces, say Ix and Iy, and also we have one method in both interfaces with same signature. Now we have to inherit a class from both interfaces so how to access the method of interface Ix or that of Iy.
Latest Answer: When invoking multicast delegates, if any of the implementing methods throws an exception, it will prohibit the pending methods from invocation. A way around this is to explicitly iterate the delegates and invoke them inside a try-catch ...
Latest Answer: We Can handle exception without using Try/Catch Block in Global. asax file.It can be handled in Application_error event. ...
ulong
Latest Answer: System.Int32 ...
Latest Answer: square of value at memory whose address is defined by ptr. ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top