Interview Questions
Wednesday, January 15, 2014
Attribute Routing in MVC 5
›
What is Routing? Routing is a mechanism in MVC, that decides which action method of a controller class to execute. Without routing there’...
2 comments:
Monday, January 6, 2014
LINQ - Part 1
›
What is LINQ? LINQ is an acronym for Language Integrated Query, which is descriptive for where it's used and what it does. The Lang...
1 comment:
Thursday, September 26, 2013
Web Services Description Language (WSDL)
›
WSDL stands for Web Services Description Language. It is written in XML. It is used to describe and locate Web services. WSDL Document de...
Saturday, August 24, 2013
Bundling and Minification in MVC 4
›
What is Bundling and Minification? Bundling and Minification are the new features in ASP.NET MVC 4. Bundling and Minification are two ...
2 comments:
Friday, August 16, 2013
REST Characters
›
What is REST? REST stands for Representational State Transfer. REST is an architectural style built on certain principles using the curre...
›
Home
View web version