how background thread access to ui control?
How many bytes is an int?
What is datacontract in c#?
Is an interface a type c#?
What is a generic in c#?
How to use nullable types in .net?
what is dynamic sql
What is use of singleton class in c#?
Is string immutable in c#?
How to raise an selection changed event associated with listbox in datagridview control with a sample example?Here the listbox is a child control associated with datagridview control.
How can encapsulation be achieved?
What is windows forms in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.