Ben

About Ben

This author has not yet filled in any details.
So far Ben has created 60 blog entries.

Enum Entity Property in Entity Framework Core

I like working with enums, but I found I haven't used them much lately because I was fuzzy on how to use them in conjunction with Entity Framework. I've finally [...]

2020-10-27T15:45:34-03:00October 16, 2020|

Relationships in Entity Framework Core 3

One to Many Relationships This article does not yet include information about One-To-Many relationships. However, One-To-Many relationships have not changed since Entity Framework 6, so check out this guide for [...]

2020-02-22T14:04:20-04:00February 16, 2020|

Migrations in Entity Framework Core

Migrations in Entity Framework Core have become very powerful and easy to use. This is by no means a complete guide! Rather, this acts as a Quick Reference Guide for [...]

2022-02-09T01:09:37-04:00February 15, 2020|

Create ASP.Net Core 3.1 MVC Project With Entity Framework

This example demonstrates how to create & configure an ASP.Net Core 3.1 MVC project with Entity Framework. I've included instructions on adding the appropriate NuGet packages, setting up the connection [...]

2020-02-16T11:57:52-04:00February 13, 2020|

Serializing Objects in ASP.Net WebForms

This is a very incomplete post with some quick & dirty notes about serializing objects in ASP.Net WebForms. All included code is VB.Net. Default ASP.Net serialization Classes must have annotation [...]

2019-09-10T14:25:17-03:00September 10, 2019|
Go to Top