Protecting Data with IDataProtector in ASP.NET Core
In this article, we are going to learn how to use IDataProtector to protect the sensitive data in the ASP.NET Core application.
Read MorePosted by Marinko Spasojevic | Nov 23, 2019 | C#, Web Development
In this article, we are going to learn how to use IDataProtector to protect the sensitive data in the ASP.NET Core application.
Read MorePosted by Marinko Spasojevic | Oct 14, 2019 | C#, Web Development
In this article, we are going to learn how to write automated UI tests for ASP.NET Core MVC application with the Selenium library.
Read MorePosted by Marinko Spasojevic | Oct 7, 2019 | C#, Web Development
In this post, we are going to learn how to include AntiForgeryToken for MVC Integration Testing and how to register it in the IServiceCollection.
Read MorePosted by Marinko Spasojevic | Sep 30, 2019 | C#, Web Development
In this article, we are going to learn about Integration Testing in ASP.NET Core MVC and how to create an in-memory db for the testing purposes.
Read MorePosted by Marinko Spasojevic | Sep 23, 2019 | C#, Web Development
In this article, we are going to learn about Testing MVC Controllers in ASP.NET Core MVC and how to achieve dependency isolation with Moq.
Read More