Model First CRUD operations Introduction This article demonstrates one of interesting and most useful concept in Entity Framework Model...
Showing posts with label Entity Framework. Show all posts
Showing posts with label Entity Framework. Show all posts
Wednesday, May 29, 2013
Database First CRUD operations using Stored Procedures
Database First CRUD operations using Stored Procedures Introduction This article demonstrates one of interesting and most useful concep...
Tuesday, January 15, 2013
Design and Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap
All websites are growing faster these days, and once it grows, it is very hard to write, organize and maintain. As we add new functionality...
Saturday, January 5, 2013
Architecture Guide: ASP.NET MVC Framework + N-tier + Entity Framework and Many More
The Model View Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates "domain logic"...
Tuesday, November 20, 2012
Code First Migrations in Entity Framework
This walkthrough will provide an overview Code First Migrations in Entity Framework. You can either complete the entire walkthrough or skip...
Sunday, November 18, 2012
Creating an Application Using Entity Framework 4.1 Code First Approach
In my previous article I discussed developing a simple basic multilayered architecture for a .Net application. However there were a few p...
Monday, October 22, 2012
Introduction to Entity Framework 5.0 – Part 1
EF 5.0 is the latest version of Microsoft ADO.NET entity framework which is the Microsoft ORM(Object Relational Mapping) which enables ....
Sunday, October 21, 2012
Retrieve record by Using Many-To-Many Relation (Query Expression)
Retrieve record by Using Many-To-Many Relation (Query Expression) Problem: Need to retrieve related records by using many to ma...
Thursday, August 2, 2012
Entity Framework & WP: Part 3
In the first two parts we used Entity Framework to create a model to keep track of ideas for other app, generated a .sdf database file, g...
Tuesday, July 31, 2012
EntityFramework & WP: Part 2
This is a continuation of my last post Entity Framework & Windows Phone: Part 1 where we walked through the steps to create a simple ...
Friday, July 27, 2012
Entity Framework & WP: Part 1
Back when I got my first Windows Phone (November 2010), I started taking a look at developing for the platform. I found that there was no...