Setup Selenium Web Browser Automation using Asp.net MVC
There exist many kind of test: unit tests, integration tests, acceptance tests…, UI tests. In this tutorial, I will be
Read moreThere exist many kind of test: unit tests, integration tests, acceptance tests…, UI tests. In this tutorial, I will be
Read moreASP.NET Core Identity is designed to enable us to easily use a number of different storage providers for our ASP.NET applications. We can use the
Read moreASP.NET Core Identity is designed to enable us to easily use a number of different storage providers for our ASP.NET applications. We can use the
Read moreAsp.Net Core 2.0 inroduces some breaking changes : https://blogs.msdn.microsoft.com/webdev/2017/08/14/announcing-asp-net-core-2-0/ In this tutorial, I will upgrade an asp.core 1.1 to asp.net
Read moreASP.NET Core Identity is designed to enable us to easily use a number of different storage providers for our ASP.NET applications. We can use the
Read moreCompared to unit testing, Integration testing gives us a better return on test investment. Nowadays, we have a lot of
Read moreCompared to unit testing, Integration testing gives us a better return on test investment. Nowadays, we have a lot of
Read moreUsing Token Based Authentication, clients are not dependent on a specific authentication mechanism. A token is generated by the server if the
Read moreTPL Dataflow Library provides a foundation for message passing and parallelizing CPU-intensive and I/O-intensive applications that have high throughput and
Read moreIn this tutorial , I will talk about owin and katana. Owin means Open Web Interface for .NET and defines
Read more