Tag: 'entity framework'

Coding Short: Dapper and Entity Framework
Coding Short: Dapper and Entity Framework
September 6, 2021

I get tagged in a lot of discussion about Dapper vs. Entity Framework. This feels like nHibernate v. Linq2Sql redux. Well, I think about it very differently.

.NET Core 3.0.1 and Entity Framework Tools Issue
.NET Core 3.0.1 and Entity Framework Tools Issue
December 1, 2019

If you're using .NET Core 3 and Entity Framework Core 3 together, you're probably using the EF Tools too. I've been running into an odd issue with it and wanted to share what is going on.

SQL Saturday and DotNetSouth in Atlanta
SQL Saturday and DotNetSouth in Atlanta
May 20, 2019

I've had a great time this week attending two events and talking about things I love: .NET and Vue.

EntityFrameworkCore Logging in ASP.NET Core
EntityFrameworkCore Logging in ASP.NET Core
November 7, 2018

I was reading my newest issue of MSDN Magazine and came across Julie Lerman's great article on how to configure Logging in Entity Framework Core. While this is great information, it only covered logging Entity Framework Core from a non-ASP.NET Core project so I figured I'd explain how to do it in ASP.NET Core.

Seeding Related Entities in EF Core 2.1's HasData()
Seeding Related Entities in EF Core 2.1's HasData()
August 12, 2018

If you didn't notice, Entity Framework Core 2.1 has a new way to support seeding your databases with a method called HasData. Julie Lerman has a great new Data Points column in MSDN that explains how a lot of it works.

Avoid Lazy Loading in ASP.NET
Avoid Lazy Loading in ASP.NET
July 28, 2018

I know I am not going to make everyone happy with this post. I've been hoping to not have to make this post, but Entity Framework Core has finally added support for Lazy Loading, so it's time.

New Year, New Skills: ASP.NET Core 2.0 and Angular Course
New Year, New Skills: ASP.NET Core 2.0 and Angular Course
January 2, 2018

Nothing starts a new year like a new skill or two. A couple of months ago I released a new Pluralsight course on building a website using ASP.NET Core 2.0 and Angular.

End of the Year Review
End of the Year Review
December 26, 2017

With the New Year coming, I thought I'd look back at the last year in my life. Warning this is going to be technical and personal, that way I can turn 50% of the people off with every sentence...just a different set of people with every paragraph ; )

Reverse Engineering Existing Databases in Entity Framework Core 2
Reverse Engineering Existing Databases in Entity Framework Core 2
December 20, 2017

In my ASP.NET Core 2.0 Pluralsight course, I specifically teach how to build DbContext classes and the POCO classes that go with them. But I've been getting many questions about how to work with existing databases, so I thought I'd explain it in a blog post.

Mapping Between Entities and View Models
Mapping Between Entities and View Models
July 22, 2015

As many of you know, my recent course on Pluralsight dealt with Best Practices in ASP.NET: Entities, Validation and View Models. As I’ve worked with clients, there seem to be a non-ending list of ways to deal with data in ASP.NET.

Upgrading ASP.NET 5 Beta4 to Beta5
Upgrading ASP.NET 5 Beta4 to Beta5
July 22, 2015

For my upcoming course, I have a decent sized example that I’ll be teaching from. In the process of watching ASP.NET 5 go through the sprints, I have to upgrade the project at every step. I feel at some point I should be getting better at dealing with the sprints, but not yet ; )

A Look at ASP.NET 5: Part 3 - EF7
A Look at ASP.NET 5: Part 3 - EF7
March 17, 2015

NOTE: This post has been updated for changes in Beta 7 and later.

A Look at ASP.NET 5: Part 2 - Startup
A Look at ASP.NET 5: Part 2 - Startup
March 2, 2015

In this second post in my six-part series on ASP.NET 5, we’ll take a look at how your ASP.NET 5 applications will be configured upon startup. The startup in this new version of ASP.NET 5 is very different, but hopefully is clearer and easier to debug. At least that’s my impression so far.

My New Web Development Course is Live
My New Web Development Course is Live
August 5, 2013

Are you getting ready to build a new website? Are you interested in shortening your development by using Bootstrap, AngularJS, Azure and ASP.NET? If so, my new course might be just for you.

How We Used Data in GiveAQuiz.com
How We Used Data in GiveAQuiz.com
July 19, 2010

Url: http://msdn.microsoft.com/en-us/library/ff84745...

The Busy Developer's Guide to SQL Server Modeling
The Busy Developer's Guide to SQL Server Modeling
March 11, 2010

Url: http://msdn.microsoft.com/en-us/ff472347.aspx

Are ORMs Solving Anything?
Are ORMs Solving Anything?
January 18, 2010

RIA Services, Silverlight and MVVM
RIA Services, Silverlight and MVVM
August 5, 2009

Url: http://wilderminds.blob.core.windows.net/downloads/MVVMExample_RIA...

Entity Framework Samples now in Visual Basic
Entity Framework Samples now in Visual Basic
May 22, 2009

Url: http://thinqlinq.com/Default/Entity-Framework-S...

Entity Framework Model Generation with TPH Detection
Entity Framework Model Generation with TPH Detection
April 4, 2009

Url: http://blogs.msdn.com/adonet/archive/2009/04/04...

Using LinqPad and Entity Framework Models
Using LinqPad and Entity Framework Models
January 24, 2009

Url: http://www.simonsegal.net/blog/2009/01/20/linqp...

See my Silverlight Data Access Talk from DevReach
See my Silverlight Data Access Talk from DevReach
January 12, 2009

Url: http://www.silverlightshow.net/shows/Consuming-...

Caution when Eager Loading in the Entity Framework
Caution when Eager Loading in the Entity Framework
December 28, 2008

Url: http://code.msdn.microsoft.com/EFExtensions

New Silverlight 2 ADO.NET Data Service Example
New Silverlight 2 ADO.NET Data Service Example
November 8, 2008

Url: http://www.silverlightdata.com

The Fable of the Perfect ORM
The Fable of the Perfect ORM
August 30, 2008

Data is a funny business. While at the moment I am spending a lot of time teaching Silverlight, my passion still lives in the data. I was brought up on  Minisystems (Multi-user CP/M and the like) where you were dealing with something like a database (though we didn't have that as firm a concept as you might think). Later I did quite a lot of desktop database development starting with dBase II (yes, I am that old), Paradox, Clipper, FoxPro and even Access. That naturally led to client-server and N-Tier development. Throughout all the time its become exceptionally clear how much data matters to most applications.

"No Confidence Vote on EF" et al.
"No Confidence Vote on EF" et al.
June 26, 2008

The Entity Framework "No Confidence Vote" is a couple of days old now. I wanted to give the Internet a couple of days to chew it over and figure out where it really fit into the big picture. If you follow me on Twitter you may have seen some back and forth between Scott Belware and I recently. Most of this back and forth has been about his attacks of the Microsoft community (attacks of the technology or even the company are fair game as far as I am concerned).  Getting personal by accusing me, the Microsoft community or even individual EF Team member's directly seems petty and unnecessary.

Upgrading Entity Framework and ADO.NET Data Services to SP1
Upgrading Entity Framework and ADO.NET Data Services to SP1
May 15, 2008

I've known Julie Lerman (or is it Julia these days ;) for a long time now.  She's an excellent resource for everything data related.  In particular she's been keeping up with the Entity Framework and ADO.NET Data Services (formerly Astoria) updates in .NET 3.5 and VS SP1 Beta that was just released this week.  If you are upgrading projects (like I am), she has two excellent blog posts about how to upgrade your projects:

New CTP's from Microsoft...
New CTP's from Microsoft...
December 7, 2007

Over the past week there have been a flurry of new projects coming out of Microsoft, mostly in the form of CTP's.  I've been downloading like crazy and will likely be discussing my experience with them in the coming week.  In case you missed any of them:

Atlanta MSDN Event - Astoria and Silverlight
Atlanta MSDN Event - Astoria and Silverlight
October 11, 2007

Url: http://msevents.microsoft.com/cui/EventDetail.a...

Persistence Ignorance in Entity Framework
Persistence Ignorance in Entity Framework
September 26, 2007

Url: http://blogs.msdn.com/dsimmons/archive/2007/09/...

Polymorphic Entity Framework Designer Example
Polymorphic Entity Framework Designer Example
August 31, 2007

Url: http://wilderminds.blob.core.windows.net/downloads/testef.zip

Entity Framework June CTP Now Available
Entity Framework June CTP Now Available
July 2, 2007

Url: http://blogs.msdn.com/adonet/archive/2007/07/02...

My Entity Data Model Article is Up!
My Entity Data Model Article is Up!
May 12, 2007

Url: http://www.theserverside.net/tt/articles/showar...

OMG! Too Many Ways to do Data Access with .NET?
OMG! Too Many Ways to do Data Access with .NET?
April 30, 2007

Url: http://visitmix.com

Orcas March CTP Released
Orcas March CTP Released
February 28, 2007

Url: http://www.microsoft.com/downloads/details.aspx...