Arjav DaveApr 17, 20225 min.NET 6.0: Code First with Entity Framework Core and MySQLEntity Framework (EF) Core is an object-relation mapper O/RM for mapping entities with database objects. In addition, EF Core provides...
Arjav DaveApr 14, 202110 minLearn Test-Driven Development with Integration Tests in .NET 5.0TDD (Test Driven Development) is a much debated word in the tech industry. Debates like Whether you should do TDD or not? or How...
Arjav DaveApr 5, 20215 minJust let me login! Going Password less with .NETThere are tons of new apps launching every day, so you’ll want to make yours stand out. It should have unique features, and it should be...
Arjav DaveMar 31, 20216 min.NET 5: How to authenticate & authorise API’s correctlyIn over 11 years of my experience I have seen so many API’s that have major security flaw. They either lack a proper setup of...