Json serialize and deserialize in C#
December 28, 2021
Creating a custom Json JsonNamingPolicy for serialize & deserialize properties in C#.
Testing with selenium
November 24, 2020
For testing Web applications, Selenium is the most widely used automation tool. This example shows how easy it is to use.
Develop a chrome extension
October 11, 2020
One of the most incredible things about chrome extensions is that once you learn how to develop one, you can do it using HTML/CSS and JavaScript. Yes! You heard me right. It's straightforward to create a simple extension.
Custom swagger document filter
May 29, 2019
Swagger generates helpful API documentation. The accessible API methods and their necessary arguments, including types, are described in these documents. It's simple to make an API call from the swagger page using a GET or POST request. However, customization is sometimes necessary, and this code sample demonstrates how to do it.
Unity DI Factory
May 28, 2019
Dependency injection factory with unity is pretty easy, as you will see in these examples. Next, I will show you how to use primary and advanced registrations with the unity container.