Is .net is a language?
No Answer is Posted For this Question
Be the First to Post Answer
Readonly vs. const?
What is the purpose of enumerable class in .net?
Name the classes that are introduced in the system.numerics namespace.
Please explain when should you use .net web forms over asp.net mvc?
Which property is used in the email to send the content as HTML
Writing a Stored procedure to insert the values into a table
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 to implement getcommon method in class a? Are you seeing any problem in the implementation?
Explain about .NET services?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is smart navigation in .net?
Explain how to spawn a thread?