Soundar Anbalagan
About
  • Aug 26, 2022

    How to Easily Change Browser Time Zone for Testing

    tips&tricksweb-development
    In this article, let’s learn how to easily change the browser time zone without changing the system date and time settings.
  • Aug 12, 2022

    Trying out Native AOT in .NET 7 Preview 7

    dotnetnativeaot
    A few days ago, Microsoft released .NET 7 Preview 7. In this release, they finished most of the work related to Native AOT that was planned for .NET 7. T...
  • May 21, 2021

    Convert HTML to PDF in ASP.NET Core

    aspnetcore
    Generating PDF files is a common use case. Sometimes, there will be a need to send dynamically generated pdf attachments(like bank statements, invoices, ...