DotNetShoutout - Stories tagged with Entity Framework
3
Shouts

Book review: Working with NHibernate 3.0

published 468 days, 1 hour, 20 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 470 days, 21 hours, 55 minutes ago
Saturday, February 11, 2012 4:49:46 PM GMT Wednesday, February 08, 2012 8:14:35 PM GMT
It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... (more)
category: Architecture | clicked: 26 | comment | | source: jclaes.blogspot.com
tags: Entity Framework, NHibernate, Data Access
5
Shouts

Entity Framework vs. LightSpeed - a comparison

published 477 days, 1 hour, 3 minutes ago posted by traskjdtraskjd 479 days, 12 hours, 34 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Tuesday, January 31, 2012 5:35:21 AM GMT
Recently an article was posted on InfoQ about the seven most requested features in the Entity Framework. This post explores them and why developers do not need to wait for Entity Framework to catch up and compares the requested features to the Mindscape LightSpeed Object Relational Mapper. (more)
category: How To | clicked: 98 | 1 comment | | source: www.mindscapehq.com
tags: EF, Entity Framework, Comparison, LightSpeed, Mindscape
3
Shouts

Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle

published 515 days, 9 hours, 54 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 519 days, 6 hours, 55 minutes ago
Monday, December 26, 2011 8:15:27 AM GMT Thursday, December 22, 2011 11:14:52 AM GMT
We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that. (more)
category: Web Dev | clicked: 86 | comment | | source: tugberkugurlu.com
tags: Repository, ASP.NET MVC 3, ASP.NET MVC, Entity Framework, Abstract Class
2
Shouts

Avoiding Circular Reference for Entity in JSON Serialization - Gil Fink's Blog

posted by gilfgilf 585 days, 8 hours, 49 minutes ago
Monday, October 17, 2011 9:20:31 AM GMT
One problem that I was facing yesterday while working on an ASP.NET MVC application was a JSON serialization issue. The problem was a circular reference caused by the DataContractJsonSerializer because of relations between the entity and other entities. In this post I’ll show you how you can use a simple workaround in order to avoid the problem. (more)
category: Web Dev | clicked: 32 | comment | | source: blogs.microsoft.co.il
tags: ASP.NET MVC, JSON, Serialization, Entity Framework, Code first
3
Shouts

Devart Presents New Version of Entity Developer with ENUM Support and Other Numerous Enhancements

published 600 days, 23 hours, 16 minutes ago posted by Sergii852Sergii852 602 days, 6 hours, 40 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 11:29:23 AM GMT
Devart Entity Developer is an easy-to-use modeling and code generation tool for ADO.NET Entity Framework, NHibernate, and LINQ to SQL. The new version supports ENUM types originally introduced in the Entity Framework June 2011 CTP release. The application has become more user-friendly as entity shape coloring, selection-driven highlighting, application and diagram skins have been added to help users improve their experience with the software. Popular and loved by many users, Entity Developer introduces... (more)
category: Web Dev | clicked: 44 | 4 comments | | source: www.devart.com
tags: model designer, linq to oracle, ADO.NET ENTITY FRAMEWORK, Linq To SQL, Designer, nhibernate designer, Entity Framework, NHibernate, Code Generation, Model first, entity framework model designer, linq to mysql, linq to postgresql, linq to sql model designer, Entity Framework 4, Free
3
Shouts

Creating a Many To Many Mapping Using Code First - Gil Fink's Blog

published 659 days, 22 hours, 16 minutes ago posted by gilfgilf 662 days, 10 hours, 47 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 7:22:52 AM GMT
Today I got a question about how to create a many to many mapping using Entity Framework Code First. The question was how to create the mapping with an existing database. Here is an explanation how to achieve that. (more)
category: How To | clicked: 58 | comment | | source: blogs.microsoft.co.il
tags: Fluent API, many to many, Entity Framework, Code first
5
Shouts

CRUD Operation with ASP.NET MVC and EFCodeFirst Part-1

published 672 days, 22 hours, 31 minutes ago posted by dharadhara 674 days, 10 hours, 31 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Wednesday, July 20, 2011 7:38:28 AM GMT
I have been playing with EFCodeFirst now and I found it very interesting with that you could write your application fast and easily. So I have decided to write series of blog posts for CRUD Operations using ASP.NET MVC 3 and EFCodeFirstCTP5.0 . You can... (more)
category: Web Dev | clicked: 48 | comment | | source: beyondrelational.com
tags: Entity Framework, ASP.NET 4
6
Shouts

Invalid Object Name with Entity framework -EFCodeFirstCTP5

published 672 days, 22 hours, 31 minutes ago posted by kinj312kinj312 675 days, 11 hours, 53 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Tuesday, July 19, 2011 6:16:46 AM GMT
Recently I was working on one sample application with EFCodeFirst with the existing database.After doing all the coding I have found a error “ Invalid object name 'dbo.Customers'.”. Following was my code for data context using System;... (more)
category: Web Dev | clicked: 46 | comment | | source: beyondrelational.com
tags: Entity Framework, Linq, ASP.NET
3
Shouts

Using ASP.NET 4.0 Chart Control With New Tooling Support for SQL Server CE 4.0 in VS 2010 SP1 and Entity Model « Abhijit's World of .NET

posted by abhijitjanaabhijitjana 680 days, 20 hours, 1 minute ago
Wednesday, July 13, 2011 10:08:36 PM GMT
In this post I’m going to talk about how we can use ASP.NET 4.0 Chart Control with SQL CE as back-end data base using Entity Framework. I will also show how Visual Studio 2010 SP1 provides new tooling supports for SQL Server CE 4.0. ASP.NET 4.0 introduced inbuilt chart controls features and Visual Studio 2010 SP1 Came up with nice tooling support for SQL Server CE. SQL CE is a free, embedded, lightweight database engine that enables easy database storage. This does not required any installation and run... (more)
category: Web Dev | clicked: 12 | comment | | source: abhijitjana.net
tags: sql sever ce, Visual Studio 2010 SP1, Entity Framework, ASP.net chart, ASP.NET
3
Shouts

Devart Provides New Powerful Visual Model Designer for NHibernate!

published 679 days, 7 hours, 4 minutes ago posted by Sergii852Sergii852 682 days, 6 hours, 23 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Tuesday, July 12, 2011 11:46:18 AM GMT
_Devart has presented new visual model designer for NHibernate that allows you to design models using both Database-First and Model-First design approach or mixed approach eliminating the need for manually creating NHibernate hbm mapping files. _ NHibernate Designer Entity Developer for NHibernate supports almost all features of NHibernate mapping. It supports components, most kinds of associations, all kinds of inheritance mapping strategies. Most frequently used mapping parameters are set in convenien... (more)
category: Data | clicked: 22 | comment | | source: www.devart.com
tags: Linq To SQL, nhibernate designer, Entity Framework, entity developer, Mapping, Code Generation, database first, ORM
3
Shouts

Expression cannot contain lambda expressions

published 692 days, 10 hours, 26 minutes ago posted by slo2olsslo2ols 695 days, 9 hours, 6 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Wednesday, June 29, 2011 9:03:32 AM GMT
Try to open any of Watch / Immediate and Locals windows of Visual Studio in debug mode and to add lambda expressions, and you will see this message. Own reasons exist for it and they are very detailed in these posts. Unfortunately, the posts also lack information about resolving this problem. While developers are confronted daily with the need to filter collections in debug windows and the support for lambda expressions would greatly simplify their work. (more)
category: How To | clicked: 76 | 2 comments | | source: osmirnov.net
tags: Entity Framework, Visual Studio 2010, NHibernate, lambda expression, OData
7
Shouts

PLINQO for Entity Framework v1.1 Released

published 702 days, 11 hours, 45 minutes ago posted by tduponttdupont 704 days, 3 hours, 17 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Monday, June 20, 2011 2:52:23 PM GMT
PLINQO for Entity Framework 1.1 adds support for Stored Procedures, and adds Query Extensions for views. PLINQO for Entity Framework brings the simplifications, optimizations, and convenience of the highly successful PLINQO (for LINQ to SQL) to Entity Framework 4.1. PLINQO for Entity Framework includes: Safe regeneration of your EDMX, intelligently merges data and code changes, generates chainable query extension methods, and includes a quickstart to started in 30 seconds or less. (more)
category: UX | clicked: 19 | comment | | source: community.codesmithtools.com
tags: Entity Framework, Code Generation, ORM, PLINQO
4
Shouts

Ready, set, scaffold! Build ASP.NET MVC 3 applications quickly with MvcScaffolding - Rachel Appel

published 739 days, 6 hours, 20 minutes ago posted by StevesSteves 740 days, 4 hours, 55 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 1:15:03 PM GMT
If you're building ASP.NET MVC 3 applications, you'll want to know about the MvcScaffolding project on CodePlex. Software scaffolding is a way to template software applications so that you can easily get a site up and running, with complete CRUD functionality.  What is MvcScaffolding and why use it? MvcScaffolding is tool available to... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC, Entity Framework, ASPNETMVC, MvcScaffolding, Razor, MVC, ASP.NET
4
Shouts

Demystifying Entity Framework Strategies: Model Creation Workflow - MSDN Magazine - Julie Lerman

published 739 days, 6 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 740 days, 5 hours, 36 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:33:47 PM GMT
As a data-access technology designed to meet the needs of a variety of development styles, the Microsoft Entity Framework presents developers with a lot of options. Some of these choices need to be made early on in your development cycle and will impact what options you’ll have further along in your development process. In my next three columns, I’ll provide high-level guidance for some of the biggest decisions you’ll need to make with the Entity Framework: Code First, Model First or Database First work... (more)
category: Architecture | clicked: 22 | comment | | source: msdn.microsoft.com
tags: Entity Framework, MSDN Magazine
7
Shouts

Optimistic Concurrency with WCF RIA Services and the Entity Framework by Alex van Beek

published 743 days, 9 hours, 4 minutes ago posted by alexbalexb 746 days, 11 hours, 42 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Monday, May 09, 2011 6:27:22 AM GMT
It has come to my attention that a lot of people who use WCF RIA Services and the Entity Framework, really don’t know how to deal with optimistic concurrency, both on the client side and the server side. In this article I will show you how to deal with optimistic concurrency in the Entity Framework and WCF RIA Services, in the most elaborate way. (more)
category: Metro | clicked: 4 | comment | | source: blogs.infosupport.com
tags: Silverlight, RIA Services, Entity Framework, WCF, Optmistic Concurrency
6
Shouts

Entity Framework and T4: Generate Query Objects on the fly, part 1 | Rui Jarimba

published 743 days, 9 hours, 4 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 746 days, 18 hours, 46 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Sunday, May 08, 2011 11:23:45 PM GMT
Generate Query Objects on the fly for your Entity Framework entities using T4 templates. Don’t worry about LINQ, let the objects do all the work for you. (more)
category: Architecture | clicked: 7 | comment | | source: ruijarimba.wordpress.com
tags: .NET, T4, Entity Framework, C#, Query Object, Linq, Design Patterns
3
Shouts

Entity Framework and T4: Generate Query Objects on the fly, part 1 | Rui Jarimba

posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 746 days, 19 hours, 1 minute ago
Sunday, May 08, 2011 11:08:13 PM GMT
Post navigation← PreviousEntity Framework and T4: Generate Query Objects on the fly, part 1Posted on May 9, 2011 by Rui Jarimba Generate Query Objects on the fly for your Entity Framework entities using T4 templates. Don’t worry about LINQ, let the objects do all the work for you. Table of contentsWhat is a Query Object?The Model – MVC Music StoreUsing T4 to generate Query ObjectsString propertiesDatetimes and numeric valuesAssociationsIQueryable (more)
category: Architecture | clicked: 1 | comment | | source: ruijarimba.wordpress.com
tags: .NET, Serialization, T4, Entity Framework, C#, Query Object, Linq, Design Patterns
6
Shouts

Spatial Types in the Entity Framework - Entity Framework Design

published 744 days, 17 hours, 2 minutes ago posted by StevesSteves 748 days, 17 hours, 43 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 12:26:26 AM GMT
ne of the highly-anticipated features coming in the next version of Entity Framework is Spatial support. The team has been hard at work designing a compelling story for Spatial, and we would love to get your feedback on it. In this post we will cover: The basics of SQL Server’s spatial support Design goals Walkthrough of design: CLR types, Metadata, Usage, WCF Serialization, Limitations Questions (we want to hear from you!) This entry will not cover the tools experience as we want to focus on what is... (more)
category: Architecture | clicked: 10 | comment | | source: blogs.msdn.com
tags: EF, Entity Framework, EF 4.1, EF 4.0, Entity Framework 4.1, Entity Framework 4
5
Shouts

WebsiteSpark + Pluralsight - The Official Pluralsight Blog - Aaron Skonnard

published 750 days, 2 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 751 days, 4 hours, 12 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 1:57:57 PM GMT
Today we are excited to announce a new strategic partnership between Pluralsight and WebsiteSpark. This partnership gives all WebsiteSpark members free Pluralsight On-Demand! training benefits. WebsiteSpark gives Web designers and developers a jump-start by providing the tools and resources needed to build great websites, free of cost. WebsiteSpark membe... (more)
category: Screencast | clicked: 14 | 1 comment | | source: blog.pluralsight.com
tags: Pluralsight, Windows Azure, Training, Windows Phone 7, Entity Framework, WebsiteSpark, Screencasts, MVC 3, jQuery, ASP.NET 4, WCF RIA Services, Linq, Screencast, HTML 5, Silverlight 5
7
Shouts

Not Just a Designer: Code First in Entity Framework Article on VS Magazine - Gil Fink on .Net

published 751 days, 5 hours, 15 minutes ago posted by gilfgilf 752 days, 4 hours, 42 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:27:13 PM GMT
Lately I wrote an article about Code First approach in Entity Framework 4.1 for Visual Studio Magazine. The article was published a few days ago and you can read it here. Enjoy! (more)
category: How To | clicked: 5 | 2 comments | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Entity Framework 4.1, article
Previous 1 2 3 4 5 6 7 Next