What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
No Answer is Posted For this Question
Be the First to Post Answer
Can a nested object be used in Serialization
Changes to which portion of version number indicates an incompatible change
What is serialization in .NET? What are the ways to control serialization?
what is Assemble
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
what is connection pooling
How do I change the permission set for a code group
Can I redirect tracing to a file
Which .net framework is installed?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is disconnected scenario? : Entity framework
If we write return statement in finally block will it works fine or throws any error?