Explore >> Select a destination


You are here

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

Travel
| | A look at developing Web APIs using the AdonisJS Framework and MongoDB
| | www.code4it.dev
3.1 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | www.daveabrock.com
22.9 parsecs away

Travel
| In this post, we refactor our component to inject an API service wrapper, to abstract away a direct HttpClient dependency.