Can a view be shared across multiple controllers? If yes, how we can do that?
Does the .NET Framework have in-built support for serialization?
what is client wins and store wins mode in entity framework concurrency?
what is the additional features in 1.1 rather than 1.0
How to return the JSON from action method in ASP.Net MVC?
Can you handle all button click events at once in a form? Give coding.
What is Value type and reference type in .Net
What is the use of the default route {resource}.axd/{*pathinfo} ?
What are the possible razor view extensions?
what is the diff b/w asp.net 2.0 & 3.5
which is good java or Dot net?
what is entity data model?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?