top of page
Search


Arjav Dave
Apr 17, 20225 min read
.NET 6.0: Code First with Entity Framework Core and MySQL
Entity Framework (EF) Core is an object-relation mapper O/RM for mapping entities with database objects. In addition, EF Core provides...
20,329 views0 comments


Arjav Dave
Apr 14, 202110 min read
Learn Test-Driven Development with Integration Tests in .NET 5.0
TDD (Test Driven Development) is a much debated word in the tech industry. Debates like Whether you should do TDD or not? or How...
306 views0 comments


Arjav Dave
Apr 5, 20215 min read
Just let me login! Going Password less with .NET
There 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...
272 views0 comments


Arjav Dave
Mar 31, 20216 min read
.NET 5: How to authenticate & authorise API’s correctly
In 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...
390 views0 comments
bottom of page