DotNetStories
In this post I will demonstrate with a hands-on demo the importance of using patterns in an ASP.Net MVC application. I will use the Repository Pattern to create an additional abstract layer between my domain classes and the data layer.
In this post I will demonstrate with a hands-on example
how to use the Fluent API to map POCO classes
(set configurations) to SQL Server tables without using
the set of conventions Entity
Framework Code First expects.
In this blog post I will demonstrate with a hands-on
example how to use EF Code First Workflow to
create an entity data model, an .edmx file so I
can visualise my POCO classes
In this blog post I will try to explain with a hand-on demo how we can use Entity Framework Code first with an existing database. I will create the database and then I will use an ASP.Net MVC 4.0 application to demonstrate how to map Code First EF Workflow to the database.
This is the second post discussing the
ASP.Net Web API. I will continue building a small
ASP.Net MVC 4.0 application that I started
implementing in my last post.
In this post I would like to show you a hands on example
on ASP.Net Web API by building a small ASP.Net
application. I am going to build an
ASP.Net MVC 4.0 Web application to create a
Web API that returns a list of football players.
I will also use the popular Javascript library
JQuery to issue requests to the server.In the
second part of this blog post I will show you how to
support more operations in an HTTP service like
create,update,delete players using a
REST architectural style.
I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the sixth post in this series. You can find the first one here , the second one here , third one here , the fourth one here and the fifth one here. Make sure you read and understand those posts.
I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the fifth post in this series. You can find the first one here , the second one here the third one here and the fourth one here. Make sure you read and understand those posts.