The final part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we're doing a little refactoring to add our Join table, Shadow Properties and the ability to Seed the database from a series of json files.
A round up of some of the bigger news items in the .NET Core SDK and relating tooling space. Including a mention of a release date for .NET Core 2.0, changes to templating in the SDK and even Visual Studio 2017
The penultimate part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we'll be adding our Character class and service, a Character controller, a little refactoring, and creating POCOs for our Book and Character models
The second part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we'll be adding an initial database migration, adding some seed data, building a Book service, and returning book JSON data in our Book controller
The first part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we'll go through the data model design, the directory structure we'll be using for out code, and what we actually hope to achieve with this project.
This week, we look at Shadow Properties in Entity Framework Core and how they can be used to, effectively, hide values from the domain model.
The final part in our multi-post exploration of the major bundling options available for .NET Core. This week we touch on certain design decisions that went into the .NET Core 1.0 tooling release, how bundling is a design time action, why Gulp wasn't included in the official tooling (at .NET Core's epoch anyway), and how to bundle with Gulp.
This week I thought I'd talk about a podcast that I was interviewed on: The Cynical Developer with James Studdart.
The second part in our multi-post exploration of the major bundling options available for .NET Core. This week we'll take a look at the bundling option that Mads Kristensen created specifically for .NET Core: Bundlerminifier.Core, which is based on his BundlerMinifier project.
The first part in our multi-post exploration of the major bundling options available for .NET Core. This week we'll go into a little about what bundling is and why you wold use it, before taking a look at how to use webpack to bundle all of your client side dependencies into graphs. We'll also touch (very briefly) on TypeScript, too.