⟩ How do we get only edited/deleted/inserted records from a Dataset?
Data set maintains state of each row. For new entry row state is Inserted, For modified row it is Modifies and for deleted row , the row state is deleted.
Data set maintains state of each row. For new entry row state is Inserted, For modified row it is Modifies and for deleted row , the row state is deleted.
What does the Initial Catalog parameter define in the connection string?
How is the DLL Hell problem solved in NET
What are the ways to deploy an assembly?
When should you call the garbage collector in .NET?
How do you convert a value-type to a reference-type?
How do you directly call a native function exported from a DLL?
ctype(123.34,integer) - should it throw an error? Why or why not?
directcast(123.34,integer) - should it throw an error? Why or why not?
Difference between a sub and a function in C#.
How do I simulate optional parameters to COM calls?