5 items found in the Entity Framework Category
Dependency Injection and Inversion of Control with ASP.NET MVC
Mikesdotnetting
-
10 October 2009 22:46
As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care?
Click to read more about Dependency Injection and Inversion of Control with ASP.NET MVC ...
Filed under:
LINQ
ASP.NET MVC
Entity Framework
as
Article
Viewed: 12499 times
ASP.NET MVC, Entity Framework, Modifying One-to-Many and Many-to-Many Relationships
Mikesdotnetting
-
28 June 2009 21:37
Building on my previous article, which looked at adding data with one-to-many and many-to-many relationships via the Entity Framework, here's a look at how to modify that data within an ASP.NET MVC application.
Filed under:
ASP.NET MVC
Entity Framework
as
Article
Viewed: 18676 times
ASP.NET MVC, Entity Framework, One-to-Many and Many-to-Many INSERTS
Mikesdotnetting
-
17 June 2009 21:55
Taking on two new technologies - ASP.NET MVC and the Entity Framework - at the same time was bound to provide some "interesting" moments. Getting data out via EF has so far been pretty straightforward. But when it got to building the back end of my site, I had some fun trying to manage INSERTS with One-To-Many and Many-To-Many relationships.
Click to read more about ASP.NET MVC, Entity Framework, One-to-Many and Many-to-Many INSERTS ...
Filed under:
ASP.NET MVC
Entity Framework
as
Article
Viewed: 26251 times
Creating a Tag Cloud using ASP.NET MVC and the Entity Framework
Mikesdotnetting
-
01 June 2009 07:26
A Tag Cloud is a visual depiction of Tags or categories on a web site. CSS is used to set the variable font size of each Tag to illustrate its relative frequency or popularity within the site. As part of the migration of my site to ASP.NET MVC, I am introducing one to replace the Categories navigation that appears on the left hand side of each page, which contains a count of items within each category.
Click to read more about Creating a Tag Cloud using ASP.NET MVC and the Entity Framework ...
Filed under:
ASP.NET MVC
Entity Framework
as
Article
Viewed: 12616 times
ASP.NET MVC Partial Views and Strongly Typed Custom ViewModels
Mikesdotnetting
-
11 May 2009 07:06
I'm in the process of rewriting mikesdotnetting.com using the ASP.NET MVC framework. It's an interesting experience, in that this is my first exposure to MVC. The first stumbling block I encountered was how to pass data in a satisfactory way to Partial Views which only represent part of the data that is to be displayed in the View. Since I struggled to find clear guidance on this, I thought I would share a way to do it.
Click to read more about ASP.NET MVC Partial Views and Strongly Typed Custom ViewModels ...
Filed under:
ASP.NET MVC
Entity Framework
as
Article
Viewed: 44285 times


