top of page
Search


.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...
Arjav Dave
Apr 17, 20225 min read
20,414 views
0 comments


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...
Arjav Dave
Apr 14, 202110 min read
306 views
0 comments


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...
Arjav Dave
Apr 5, 20215 min read
274 views
0 comments


.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...
Arjav Dave
Mar 31, 20216 min read
392 views
0 comments
bottom of page