Which is the default http method for an action method?
What does CLR do as soon as an assembly is created ?
mention what is code first approach and model first approach in entity framework?
What are the methods in Thread class?
What is edm designer? : Entity framework
What are the two ways to add constraints to a route?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
How does assembly versioning work?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
What's different about namespace declaration when comparing that to package declaration in Java ?
Mention two instances where routing is not implemented or required?
What is the difference between model view and controller?
what is .NET ?