Explore >> Select a destination


You are here

michaelscodingspot.com
| | 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.
| | nabeelvalley.co.za
3.2 parsecs away

Travel
| | A look at developing Web APIs using the AdonisJS Framework and MongoDB
| | nodogmablog.bryanhogan.net
3.8 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.softdevtube.com
35.8 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,