Explain what is an anonymous method and how is it different from a lambda expression?
No Answer is Posted For this Question
Be the First to Post Answer
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What are Generics? Where do we use them.
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?
Should I use readerwriterlock instead of monitor.enter/exit?
What is equivalent for regsvr32 exe 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; }
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
What is meant fulltrust?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What is Datatype Conversion in Vb.net?