ASP.NET Core

How to Use Google's Protocol Buffers in C#
7/10/2024 7:19:27 AM  4.84K

Using Protocol Buffers (Protobuf) in ASP.NET Core Web API involves a few steps to set up, including defining your messages, generating C# classes from those messages, and integrating them into your API controllers.

Read more
ASP.NET Core: Generate QR Code using ASP.NET Core in C#
6/5/2024 3:02:12 AM  5.72K

This post shows you How to Generate QR Code using ASP.NET Core in C#

Read more
HTTP Error 500.31 - Failed to load ASP.NET Core runtime
6/4/2024 9:18:01 AM  89

How to fix 'HTTP Error 500.31 - Failed to load ASP.NET Core runtime'

Read more
ASP.NET Core: How to Create RDLC Report in ASP.NET Core
4/6/2024 2:53:14 AM  42.78K

This post shows you How to Create RDLC Report with Parameters, then use AspNetCore.Reporting to display RDLC Report in ASP.NET Core MVC

Read more
ASP.NET Core: Toast Notifications in ASP.NET Core
3/13/2021 12:23:44 PM  14.02K

This post shows you how to use AspNetCoreHero.ToastNotification in ASP.NET Core

Read more
ASP.NET Core: asp-append Version Feature In ASP.NET Core
3/13/2021 11:38:52 AM  5.54K

This post shows you how to use asp-append version feature in ASP.NET Core

Read more
ASP.NET Core: Getting Started with AutoMapper in ASP.NET Core via Dependency Injection
4/1/2020 9:30:34 PM  4.42K

This post shows you How to use AutoMapper.Extensions.Microsoft.DependencyInjection in ASP.NET Core.

Read more
ASP.NET Core: Routing in ASP.NET Core
3/16/2020 7:13:51 PM  2.68K

This post shows you How to use routing in ASP.NET Core to match the URLs of incoming requests and map to actions.

Read more
ASP.NET Core: jQuery-ajax-unobtrusive ASP.NET Core
3/11/2020 7:11:09 PM  4.17K

This post shows you How to get Microsoft.jQuery.Unobtrusive.Ajax in Visual Studio for ASP.NET Core.

Read more
ASP.NET Core: Logging to a database with NLog
3/8/2020 7:19:52 PM  6.71K

This post shows you How to use NLog database in ASP.NET Core.

Read more