Explain the process of serialization in .NET?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between override and overload in a method?
What is Full trust permission set in .Net
What are possible implementations of distributed applications in .NET?
How is a property designated as read-only?
Which property is used in the email to send the content as HTML
What is the raise event used for?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
How can we convert XML data into DataBase table IN .Net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
How will you load an assembly which is not referenced by current assembly?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
How do you create threading in .NET? What is the namespace for that?