State of Native AOT in .NET 10
After 3 years since my previous article on Native AOT, let’s find out how far AOT compilation in .NET has come.
Soundar Anbalagan's personal blog. I've experience in building software applications from small startups to hyperscale enterprises. Here I write about my experiences, thoughts, and projects in software development and technology.
After 3 years since my previous article on Native AOT, let’s find out how far AOT compilation in .NET has come.
In this article, let’s learn how to easily change the browser time zone without changing the system date and time settings.
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. They are planning all the future work for Native AOT here. I have been following this for a very long time. So why not give it a spin? Let’s get started. For .NET 7, Native AOT mainly focuses on console applications. So, let’s create a simple…
Generating PDF files is a common use case. Sometimes, there will be a need to send dynamically generated pdf attachments(like bank statements, invoices, and more) over email or give PDF export/download option to the users in the web portal or in the mobile app via API call. PDF can be designed & generated using popular libraries like iTextSharp. But they are quite complicated and time-consuming to…