/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

stenbrinke.nl
| | benfoster.io
2.8 parsecs away

Travel
| | 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.
| | jameschambers.com
3.1 parsecs away

Travel
| | 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
| | nodogmablog.bryanhogan.net
2.2 parsecs away

Travel
| | Full source code here. A few years ago I wrote a post about saving enums to the database with Entity Framework. It was able to save the enum as a string to the database and when reading from the database it was able to take that string and populate the enum correctly.
| | www.claudiobernasconi.ch
23.2 parsecs away

Travel
| Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.