DotNetStories
In this post I will demonstrate with a hands on demo how
to localise your ASP.Net MVC applications.
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 post I will provide a short introduction to Glimpse and why i think it is very important for any developer that builds ASP.Net sites (both Web Forms and MVC) to use it.
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.