What is a delegate in .NET?
A delegate is a .NET object which defines a method signature and it can pass a function as a parameter. Delegate always points to a method that matches its specific signature. Users can encapsulate the reference of a method in a delegate object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What should you do to store an object in a viewstate?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
How different are interface and abstract class in .Net?
what is managed data and managed code?
How to convert a .NET object into COM operabililty?
0 Answers Petranics Solutions,
What is the difference between a namespace and assembly name in .net?
What are the similarities and difference between class and structure in .net?
How will you register com+ services?
Whate are resource files?
What is the base class of Button control?
what are design patterns in .net....?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?