|
|
-
In this chapter we will learn about Test driven development with ASP.NET MVC. What is test driven development. What is Unit testing and how we can those technique with Microsoft Unit test and ASP.NET MVC....
|
-
In this chapter we will learn about URL Routing in asp.net mvc. How we can create search engine friendly url with URL routing feature in asp.net mvc. How to use query string and how we can create route for it...
|
-
In this chapter, we will learn about creating a CRUD operations in ASP.NET MVC and what are the basic requirement to create Controller and views and models....
|
-
In this chapter we will learn about ASP.NET MVC Scaffolding feature. How we can create Controllers and view from the scaffolding features and Its also covers how to create a CRUD operation with the help of scaffolding in ASP.NET MVC...
|
-
In this chapter we learn about Entity framework ORM(Object Relational Mapper). How we can create database layer with entity framework and how we can use that as Model classes in ASP.NET MVC....
|
-
In this chapter we will learn about how to do programming with razor syntax. It's a new view engine introduced by Microsoft. We will learn fundamentals of razor syntax with @ keyword and ho we can use that in view....
|
-
Chapter 4 describes about the view engines....
|
-
In this chapter, we will learn about controller, action results, models & views...
|
-
In this chapter we will create our first application of ASP.NET MVC and then we will learn how we will run this application and How application will works with model,view and controller....
|
-
In this chapter we will going learn what is ASP.NET MVC. Also, how Model, View and Controller pattern works. From how we can download to install it. We will also learn about how we can install them with Visual Studio with ASP.NET MVC tools update....
|