New Feature in MVC 5 – Bootstrap
From VS2013, Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by Mark Otto and Jacob Thornton. In MVC5 project, Bootstrap is available by default in
New Feature in MVC 5 – ASP.NET Identity
In previous article we discussed little bit about Identity. Here we will discuss more information on ASP.NET Identity. What is ASP.NET Identity? In Application user can able to login using a user-name and password
What’s New Feature in MVC 5?
Let’s we have a look into some of the new features which have been introduced in ASP.NET MVC 5. Some of the functionality provides the new features in previous version of MVC, but now some
Razor View Engine vs Web Form View Engine
What is View Engine in ASP.NET MVC and How It is used? In Asp.net MVC, View engine holds the responsibility of rendering the view to the browser. MVC supports Razor Engine and Web Form by default There
Creating Multiple Web.Config files
Where to use? If we deal with multiple development environments, then it became very tricky to track the environment specific settings. To achieve this VS allows us to have more than one web.Config file in single
WCF Service Application vs WCF Service library
What is WCF ? From msdn, Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service
How to consume WCF service in MVC
Here we going to discuss about how to consuming the WCF service in MVC. For creating WCF refer here Step 1: Create a new project and add Service References by right click the project as
Creating simple WCF Service
What is Windows Communication Foundation From msdn,Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint