8 items found in the Entity Framework Category
Working With Entity Framework Code First And JSON In ASP.NET Web Pages
Mikesdotnetting
-
22 July 2012 20:46
If you want to build AJAX powered rich client interfaces with ASP.NET Web Pages, you will work with JSON - a lot. You might also be attracted to the Entity Framework for your data access technology. There are some special considerations to take account of when serialising Entity Framework objects to JSON for use in Web Pages applications. This article explores some of the issues you will encounter through the example of a simple To Do list manager.
Click to read more about Working With Entity Framework Code First And JSON In ASP.NET Web Pages ...
Filed under:
Entity Framework
ASP.NET Web Pages
WebMatrix
as
Tutorial
Viewed: 24344 times
Building A Razor Web Pages Site With Database First And Entity Framework
Mikesdotnetting
-
30 December 2011 15:25
Since I published an item covering Code First development with Entity Framework and WebMatrix, I have had a few requests to provide a guide to working with the Entity Framework from a database first point of view. This post answers those requests and provides a step by step guide to getting up and running with a WebMatrix web site based on the Northwind sample database that comes with SQL Server CE 4.0.
Filed under:
Entity Framework
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 16764 times
Entity Framework Code First Development With WebMatrix
Mikesdotnetting
-
05 September 2011 17:27
The existing data access story for WebMatrix is the Database Helper. Microsoft's recommended data access technology going forward is the Entity Framework (EF). This article explores how to use the Code First capability offered by EF within an ASP.NET Web Pages application.
Click to read more about Entity Framework Code First Development With WebMatrix ...
Filed under:
Entity Framework
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 19229 times
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
Tutorial
Viewed: 57801 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
Tutorial
Viewed: 53222 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
Tutorial
Viewed: 100233 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
Tutorial
Viewed: 31958 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
Tutorial
Viewed: 183082 times


