Posts Tagged ‘Entity Framework’
Clean Code with Entity Framework Core | Brendan Richards
Object Relational Mappers like EF Core exist to take the drudgery out of getting your Object-Orientated C# code to talk to a relational database. Opinions on this vary from “ORMs are the Vietnam of Computer Science” to “If you write data access code, you are stealing from your client”. Like any powerful tool, EF Core…
Read MoreFull Stack RX Programming – Brendan Richards
Like many of us, Brendan first started working with reactive programming patterns under JavaScript based user interfaces with RxJS. But Reactive Programming is a pattern available to most modern languages, including Reactive Extensions for .NET and Entity Framework RX. This talk is an introduction to using Reactive Extensions on the server side with ASP.NET Core…
Read MoreGetting your website on every device using ASP.NET MVC 4
Our very own Damian Brady took the stage at the DDD event in Brisbane to talk ASP.NET MVC Mobile devices like tablets and phones are quickly becoming the primary way people access the web. So why are so many sites still not designed for them? With ASP.NET MVC, it’s easier than ever to literally put…
Read MoreSimplified Unit Testing with the Entity Framework Core InMemory Provider | Jason Taylor
In this talk, SSW’s Jason Taylor will show you how using the EF Core InMemory Provider will simplify your unit testing approach. He will discuss the typical approach versus the simplified approach, limitations, and other considerations. You will walk away ready to write simplified unit tests for systems that depend on EF Core.
Read MoreThe History and Evolution of Entity Framework with Julie Lerman
Adam Cogan goes to Vermont to pick Julie Lerman’s brain about Entity Framework. Note: This interview was recorded in October 2011 and as such there may be some newer information that hasn’t been mentioned, however the information that is in the video is still relevant Take the Quiz! [WATUPRO 39]
Read MoreHow to Use Code First with Entity Framework – Brendan Richards
A brief introduction to using Entity Framework Code-First with Code-First Migrations. This video walks through a sample web application that integrates a Code First data layer via Structure Map and the Repository Pattern. Code First Migrations is then added to the project to manage data schema changes. Take the Quiz! [WATUPRO 23]
Read More