|
You are here |
d.sb | ||
| | | | |
jameschambers.com
|
|
| | | | | When you create an entity for a database context in Entity Framework that has a decimal column, you may run into problems with truncation happening silently to you behind the scenes. With a default pr | |
| | | | |
benfoster.io
|
|
| | | | | The next in my series on building multi-tenant applications with ASP.NET Core, this post looks at how to achieve database isolation with Entity Framework Core, using a database-per-tenant strategy. | |
| | | | |
www.brandonpugh.com
|
|
| | | | | I'm currently working on a project I've inherited that uses a Postgres sql backend and I was looking for an easy way to make writing our data access layer less time consuming and painful. My first thought was to use a micro-ORM like Massive but while I've heard some really great things about Massive, I felt it might be a tough sell to my team members who aren't too comfortable with Expandos and its dynamic nature (I know, but change in baby steps I suppose). Then I came across PetaPoco and it seemed to fit the bill. Its basically a mico-ORM like Massive with built in support for Postgres except that it also works with POCOs (Plain old CLR Objects) and was pretty easy to get up and running with. | |
| | | | |
chringel.dev
|
|
| | | This post shows an example workflow to automatically deploy the latest version of a Hugo website using GitHub Actions. | ||