Soundar Anbalagan

Software Enthusiast | Technical Lead | Technical Blogger | Full Stack .NET Developer | Author of Razor.Templating.Core NuGet package

How to Easily Change Browser Time Zone for Testing

In this article, let’s learn how to easily change the browser time zone without changing the system date and time settings. Sometimes, we want to use the date time as is from the API without any local date time conversion, convert UTC time to the local time, or do any timezone-related logic. Since developers will […]

How to Easily Change Browser Time Zone for Testing Read More »

Send Emails with Razor Templating in ASP.NET Core

In this article, let’s see how to send an email with dynamically generated email content using Razor View (.cshtml) in ASP.NET Core Create New Solution, Project, References & Add Packages using .NET CLI Note: I’m using dotnet CLI to create the projects and references. One can use Visual Studio as well. Final Project Structure Create

Send Emails with Razor Templating in ASP.NET Core Read More »

Speed up API development using Open API Tools

Introduction Nowadays REST APIs are widely used to communicate between two services. Anybody who calls these API endpoints is called clients. The client could be a frontend framework like Angular, React, or another backend service or desktop applications or mobile apps or third-party integrations, or any other. The Problem In order to call the REST

Speed up API development using Open API Tools Read More »