﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Article By </title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/rss/authorarticles.aspx?MemberUniqueName=jobin-s2" rel="self" type="application/rss+xml" /><item><title>Integrating PayU Payment Gateway with .NET Core API</title><description>Integrate PayU with your .NET Core API to securely accept payments. This guide covers creating a new .NET Core Web API project, configuring PayU settings, and implementing the payment service. Steps i</description><link>https://www.c-sharpcorner.com/article/integrating-payu-payment-gateway-with-net-core-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/integrating-payu-payment-gateway-with-net-core-api/</guid><pubDate>Tue, 09 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Entity Framework Performance Improvements with Code Examples</title><description>Learn how to optimize Entity Framework performance with practical code examples. This guide covers essential techniques to enhance database efficiency, improve query performance, and eliminate bottlen</description><link>https://www.c-sharpcorner.com/article/entity-framework-performance-improvements-with-code-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/entity-framework-performance-improvements-with-code-examples/</guid><pubDate>Fri, 21 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>SSE in .NET Core API Real-time Updates in Angular</title><description>The implementation of Server-Sent Events (SSE) in a .NET Core API to deliver real-time updates to an Angular application. You&amp;#39;ll learn how to set up SSE in the backend to push live data streams an</description><link>https://www.c-sharpcorner.com/article/sse-in-net-core-api-real-time-updates-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sse-in-net-core-api-real-time-updates-in-angular/</guid><pubDate>Sun, 09 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Implementing Model Binding in ASP.NET Core Web API</title><description>Model binding in ASP.NET Core automates the conversion of HTTP request data into .NET objects, simplifying data transfer between client-side requests and server-side code. It supports various data sou</description><link>https://www.c-sharpcorner.com/article/implementing-model-binding-in-asp-net-core-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-model-binding-in-asp-net-core-web-api/</guid><pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Optimizing Performance with Dapper with .NET Core API </title><description>Learn Dapper best practices for optimal database interaction in .NET applications. Explore techniques like using output parameters and handling multiple result sets in stored procedures. Enhance effic</description><link>https://www.c-sharpcorner.com/article/optimizing-performance-with-dapper-with-net-core-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/optimizing-performance-with-dapper-with-net-core-api/</guid><pubDate>Thu, 30 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>API Security Best Ways Implemented in .NET Core API </title><description>This article covers essential API security practices, including encryption, authentication, authorization, input validation, rate limiting, and continuous monitoring, to protect APIs against security </description><link>https://www.c-sharpcorner.com/article/api-security-best-ways-implemented-in-net-core-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/api-security-best-ways-implemented-in-net-core-api/</guid><pubDate>Thu, 16 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Building CRUD Operations in .NET Core 8 with MongoDB</title><description>Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core&amp;#39;s capabilities for</description><link>https://www.c-sharpcorner.com/article/building-crud-operations-in-net-core-8-with-mongodb/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-crud-operations-in-net-core-8-with-mongodb/</guid><pubDate>Tue, 07 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Deploying .NET 8 Core Web API in Cloud with .NET Aspire App&amp;quot;</title><description>Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure or</description><link>https://www.c-sharpcorner.com/article/deploying-net-8-core-web-api-in-cloud-with-net-aspire-app/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/deploying-net-8-core-web-api-in-cloud-with-net-aspire-app/</guid><pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Sending Recurring Emails Using HangFire in .NET Core Minimal APIs</title><description>Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintena</description><link>https://www.c-sharpcorner.com/article/sending-recurring-emails-using-hangfire-in-net-core-minimal-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sending-recurring-emails-using-hangfire-in-net-core-minimal-apis/</guid><pubDate>Wed, 10 Apr 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Simplifying File Uploads with .NET Core 7 Minimal APIs</title><description>Discover how .NET Core 7&amp;#39;s Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handli</description><link>https://www.c-sharpcorner.com/article/simplifying-file-uploads-with-net-core-7-minimal-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/simplifying-file-uploads-with-net-core-7-minimal-apis/</guid><pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Understanding LINQ in C#: Query Syntax and Method Syntax</title><description>This article is an informative and in-depth exploration of LINQ (Language Integrated Query) within the context of C#, a widely used programming language in the software development industry. The guide</description><link>https://www.c-sharpcorner.com/article/understanding-linq-in-c-sharp-query-syntax-and-method-syntax/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-linq-in-c-sharp-query-syntax-and-method-syntax/</guid><pubDate>Mon, 02 Oct 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Creating, Publishing, and Using a .NET Core NuGet Package</title><description>This step-by-step guide will walk you through the process of creating, publishing, and using a .NET Core NuGet package. NuGet packages are essential in .NET development, enabling you to share and dist</description><link>https://www.c-sharpcorner.com/article/creating-publishing-and-using-a-net-core-nuget-package/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-publishing-and-using-a-net-core-nuget-package/</guid><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>What is Dependency Injection in Angular?</title><description>Dependency Injection (DI) is a fundamental design pattern in Angular used to manage dependencies and data flow within an application. It promotes loose coupling between components, enhancing modularit</description><link>https://www.c-sharpcorner.com/article/what-is-dependency-injection-in-angular/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-dependency-injection-in-angular/</guid><pubDate>Tue, 12 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Achieving Dependency Injection in .NET Core WebAPI</title><description>This article outlines the process of implementing Dependency Injection (DI) in a .NET Core Web API application. DI is crucial for managing dependencies, enhancing modularity, and enabling testability.</description><link>https://www.c-sharpcorner.com/article/achieving-dependency-injection-in-net-core-webapi/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/achieving-dependency-injection-in-net-core-webapi/</guid><pubDate>Tue, 12 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Excel Sheet Generation in .NET Core 6 Web API and Angular 15</title><description>By implementing this approach, you create a hassle-free way for users to generate and download Excel sheets from your web application, improving data reporting and export capabilities. This can be par</description><link>https://www.c-sharpcorner.com/article/excel-sheet-generation-in-net-core-6-web-api-and-angular-15/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/excel-sheet-generation-in-net-core-6-web-api-and-angular-15/</guid><pubDate>Fri, 01 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item><item><title>Generate PDF Files in .NET Core 6 Web API Using PDFSharp</title><description>In this article, we will learn how to generate PDF Files in .NET Core 6 Web API Using PDFSharp. learn how to dynamically create PDF documents within a .NET Core 6 Web API application using PDFSharp. </description><link>https://www.c-sharpcorner.com/article/generate-pdf-files-in-net-core-6-web-api-using-pdfsharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/generate-pdf-files-in-net-core-6-web-api-using-pdfsharp/</guid><pubDate>Mon, 10 Jul 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jobin S)</author></item></channel></rss>