Related resources for .NET Core 8
  • Generic Repository with EF Core Store Procedure in .NET Core 87/16/2024 12:40:58 PM. Entity Framework Core (EF Core) empowers .NET developers with seamless database interaction through object-relational mapping (ORM) and support for stored procedures. It optimizes performance by execu
  • PDF Generation in .NET Core 8.0 API7/11/2024 10:13:46 AM. Learn how to generate PDFs in a .NET Core 8.0 API using the DinkToPdf library. This guide covers project setup, adding DinkToPdf, configuring settings, creating endpoints, and testing your API.
  • Generic Repository with EF Core in .NET Core 87/3/2024 9:18:09 AM. Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become gidd
  • Extracting Values from PDFs in .NET Core 8 without ASP.NET4/21/2024 2:18:45 PM. In this article, we'll explore how to extract values from PDF files within the .NET Core 8 ecosystem without relying on ASP.NET, using the PdfSharpCore library. We'll provide a step-by-step gu
  • Secure Facebook Webhook Payloads in ASP.NET Core 8 with HMAC256 Verification2/8/2024 8:15:07 AM. In the realm of web development, integrating with platforms like Meta Facebook is common. This article guides us through verifying Facebook webhook payload signatures in ASP.NET Core 8, which is cruci
  • IExceptionHandler in ASP.NET Core 82/7/2024 6:17:06 AM. ASP.NET Core 8 introduces a new feature called IException Handler, providing a centralized way to handle exceptions in applications. This article explores what IExceptionHandler is and how to use it e
  • Integrating Open AI Chat completion in .NET Core 8 Web API1/29/2024 8:50:39 AM. In this article, we will learn how to integrate ChatGPT OpenAI API in .NET Core using HttpClient calls. Obtain an API key, implement the service, and create a controller for seamless interaction with
  • Publishing ASP.NET Core 8 on IIS11/27/2023 6:31:25 AM. Learn how to publish ASP.NET Core 8 on IIS. Learn the nuances of publishing ASP.NET Core 8 applications on Internet Information Services (IIS). Understand the importance of configuring code to suppor