JAIME ELIAS FLORES QUISPEjaimeelias.hashnode.dev·Jul 10, 2024Azure App Service for Developers: How to Take Your Blazor Application to the CloudIntroduction Deploying web applications in the cloud is essential for making your projects accessible online in a secure and scalable manner. Microsoft Azure offers robust tools and services that streamline this process, allowing you to deploy your B...Blazor
Milan Jovanovićmilanjovanovic.hashnode.dev·Jun 29, 2024Flexible PDF Reporting in .NET Using Razor ViewsI'll never forget when I was working on a project that required generating weekly sales reports for a client. The initial solution involved a clunky process of exporting data, manipulating it in spreadsheets, and manually creating PDFs. It was tediou...82 readscshtml
Denis Ekartdenace.dev·Feb 1, 2024Using Razor Outside of Web💡 If you want to skip my mumbling and go straight to the coding part, jump to Let's start. Razor is a markup syntax for creating dynamic web pages in C#. It has been a part of the ASP.NET MVC framework since early 2011 and is currently a part of A...323 reads.NET Snacksrazor