Using IDbContext and Moq4 to ease DI and test your Entity Framework context and code
An implementation of IDbContext together with examples for Moq4 to ease DI and test your Entity Framework context
4 notes with this tag.
An implementation of IDbContext together with examples for Moq4 to ease DI and test your Entity Framework context
Tutorial and examples on adding Basic Auth to your .NET Core application with attribute, filter and middleware solution.
Tutorial and how to guide on creating a url- and seo-friendly string and in C# and make a slug generator
Security in APIs is important and we might not want the APIs we build to be overly used. I built a small attribute function that allows for throttling of a specific endpoint.