Contents tagged with EF Code First
-
Learning AngularJS by Example – The Customer Manager Application
-
Code and Slides: Building the Account at a Glance ASP.NET MVC, EF Code First, HTML5, and jQuery Application
This presentation was given at the spring 2012 DevConnections conference in Las Vegas and is based on my Pluralsight course. The presentation shows how several different technologies including ASP.NET MVC, EF Code First, HTML5, jQuery, Canvas, SVG, JavaScript patterns, Ajax, and more can be integrated together to build a robust application. An example of the application in action is shown next:
-
New Pluralsight Course: Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery
-
Upcoming Pluralsight Course - Web Development with ASP.NET MVC, EF Code First, jQuery, and HTML5
Update: This course is now available here!
-
Upcoming ASP.NET, HTML5 and Windows 8 Talks and Workshops at DevConnections 2012
It’s that time of the year again! DevConnections 2012 is right around the corner and we have a lot of great new workshops and sessions planned for the ASP.NET and Client-Dev (HTML5, Windows 8 Metro, JavaScript, jQuery, etc.) tracks.
-
HTML5, JavaScript, and Windows 8 Metro Talk Slides from DevConnections Las Vegas
-
Using Entity Framework Code First with Stored Procedures that have Output Parameters
I’m working with a team on a new customer project that uses Entity Framework Code First on the backend for CRUD operations. It’s been a nice ORM to work with since it really simplifies the process of mapping relational objects to CLR objects and lets you do it through fluent mappings. Working with Plain Old CLR Objects (POCOs) is something I’ve always liked since they keep the code base super clean and shiny. I can’t say that I really miss the .edmx files that I used previously with the database first or model first approaches.