News

Creating a Custom Tag Helper in ASP.NET Core: Generating HTML. By Peter Vogel; ... For example, to change the name of your tag, all you have to do is set the TagName property on the output parameter ...
There is no built-in reporting framework in ASP.NET Core 5 or ASP.NET Core MVC 5, so if we want to generate PDF documents, we’ll need to take advantage of a third-party library. DinkToPdf is one ...
Explore three different ways to resolve dependencies in ASP.NET Core 6, using constructor injection, action method injection, or IServiceProvider instances.