﻿<?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=jay-krishna4" rel="self" type="application/rss+xml" /><item><title>Count() vs Any() in C#</title><description>Unlock C# performance! Discover the crucial difference between Count() and Any() when checking for emptiness in collections and LINQ queries. Learn when to use each for optimal speed, especially with </description><link>https://www.c-sharpcorner.com/article/count-vs-any-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/count-vs-any-in-c-sharp/</guid><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>How LINQ Turns Your C# Code into SQL Queries (With Real Examples)</title><description>Unlock the power of LINQ! This article provides a comprehensive guide on how LINQ translates your C# code into efficient SQL queries. Learn with practical examples demonstrating filtering, joining, or</description><link>https://www.c-sharpcorner.com/article/how-linq-turns-your-c-sharp-code-into-sql-queries-with-real-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-linq-turns-your-c-sharp-code-into-sql-queries-with-real-examples/</guid><pubDate>Tue, 21 Oct 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>The Future of Azure Data Studio: What’s Next for SQL Development?</title><description>Azure Data Studio (ADS) is being retired in favor of Visual Studio Code (VS Code) for SQL development. This article outlines the key benefits of migrating to VS Code, including improved performance, a</description><link>https://www.c-sharpcorner.com/article/the-future-of-azure-data-studio-whats-next-for-sql-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-future-of-azure-data-studio-whats-next-for-sql-development/</guid><pubDate>Sat, 04 Oct 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>How to Choose the Right Loading Strategy in EF Core?</title><description>This article dives into Eager Loading and Lazy Loading strategies, explaining their pros, cons, and practical examples using Customers and Orders. Learn when to use each approach to optimize database </description><link>https://www.c-sharpcorner.com/article/how-to-choose-the-right-loading-strategy-in-ef-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-choose-the-right-loading-strategy-in-ef-core/</guid><pubDate>Sun, 14 Sep 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Using Enums as Strings in EF Core</title><description>Learn how to store enums as strings in EF Core for improved database readability and maintainability. Explore the pros, cons, and step-by-step implementation.</description><link>https://www.c-sharpcorner.com/article/using-enums-as-strings-in-ef-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-enums-as-strings-in-ef-core/</guid><pubDate>Sun, 31 Aug 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Understanding IServiceScopeFactory in .NET: When, Why, and How to Use It (With Real Examples)</title><description>IServiceScopeFactory in .NET enables the manual creation of scoped services, allowing singletons and background tasks to safely utilize scoped dependencies. This ensures proper disposal, prevents memo</description><link>https://www.c-sharpcorner.com/article/understanding-iservicescopefactory-in-net-when-why-and-how-to-use-it-with-r/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-iservicescopefactory-in-net-when-why-and-how-to-use-it-with-r/</guid><pubDate>Wed, 27 Aug 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>CQRS ≠ MediatR</title><description>Demystifying CQRS and MediatR in .NET! Learn the difference between Command Query Responsibility Segregation and MediatR, with practical examples. Use them right!</description><link>https://www.c-sharpcorner.com/article/cqrs-mediatr/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/cqrs-mediatr/</guid><pubDate>Mon, 25 Aug 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Understanding Select vs SelectMany in LINQ</title><description>In this article, we are going to learn about the importance of LINQ features of select and SelectMany and the difference between them.</description><link>https://www.c-sharpcorner.com/article/understanding-select-vs-selectmany-in-linq/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-select-vs-selectmany-in-linq/</guid><pubDate>Tue, 10 Jun 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Understanding Change Data Capture (CDC) and Its Types</title><description>In this article we are going to learn about the CDC and types of CDC approaches. It helps keep data in sync without causing a heavy load on the database.</description><link>https://www.c-sharpcorner.com/article/understanding-change-data-capture-cdc-and-its-types/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-change-data-capture-cdc-and-its-types/</guid><pubDate>Wed, 23 Apr 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>.NET Controllers or Minimal API’s ?</title><description>In .NET, Controllers provide a structured MVC approach for complex applications, offering features like action filters and model binding. Minimal APIs offer a streamlined syntax for lightweight, high-</description><link>https://www.c-sharpcorner.com/article/net-controllers-or-minimal-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-controllers-or-minimal-apis/</guid><pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Be Careful Using Distinct and OrderBy in EF Core Queries</title><description>Combining Distinct() and OrderBy() in EF Core queries can lead to performance issues. This article explains why and offers solutions for efficient data retrieval.</description><link>https://www.c-sharpcorner.com/article/be-careful-when-combining-distinct-and-orderby-in-ef-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/be-careful-when-combining-distinct-and-orderby-in-ef-core/</guid><pubDate>Sat, 01 Feb 2025 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Simplify Your Queries With “AutoInclude” In EntityFramework Core</title><description>In this article, we will discover how the &amp;quot;AutoInclude&amp;quot; feature in EntityFramework Core simplifies query writing by automatically including related navigation properties. </description><link>https://www.c-sharpcorner.com/article/simplify-your-queries-with-autoinclude-in-entityframework-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/simplify-your-queries-with-autoinclude-in-entityframework-core/</guid><pubDate>Fri, 27 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Use Endpoints Explorer with .http Files in Visual Studio</title><description>Say goodbye to Postman and Swagger with Endpoints Explorer in Visual Studio! Learn how to test and explore APIs using .http files, simplify your API workflow, and enhance your development experience. </description><link>https://www.c-sharpcorner.com/article/use-endpoints-explorer-with-http-files-in-visual-studio/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/use-endpoints-explorer-with-http-files-in-visual-studio/</guid><pubDate>Sun, 22 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Goodbye Swagger: How .NET 9 is Redefining API Documentation</title><description>Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se</description><link>https://www.c-sharpcorner.com/article/goodbye-swagger-how-net-9-is-redefining-api-documentation/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/goodbye-swagger-how-net-9-is-redefining-api-documentation/</guid><pubDate>Thu, 05 Dec 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>.NET 9 is Out Now</title><description>This article explains in detail the latest release of .NET. The latest .NET ecosystem updates improve performance, security, and productivity across C# 13, ASP.NET Core, EF Core, .NET Runtime, Librari</description><link>https://www.c-sharpcorner.com/article/net-9-is-out-now/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-9-is-out-now/</guid><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Learn Protocol Buffers in gRPC</title><description>This content explores how Protobuf enables efficient data serialization, improves API performance, and provides structured messaging, making it ideal for scalable microservices.</description><link>https://www.c-sharpcorner.com/article/learn-protocol-buffers-in-grpc/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/learn-protocol-buffers-in-grpc/</guid><pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Is PostgreSQL the Future of Databases?</title><description>This article explores whether PostgreSQL is the future of databases, highlighting its advantages in scalability, performance, and innovation. Discover how it compares to other database systems in toda</description><link>https://www.c-sharpcorner.com/article/is-postgresql-the-future-of-databases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/is-postgresql-the-future-of-databases/</guid><pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>What is JSON and Why Is It So Important?</title><description>JSON (JavaScript Object Notation) is a lightweight, language-independent data format that represents key-value pairs, supporting strings, numbers, arrays, objects, and complex structures widely used f</description><link>https://www.c-sharpcorner.com/article/what-is-json-and-why-is-it-so-important/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/what-is-json-and-why-is-it-so-important/</guid><pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Explaning .NET Razor ≠ .NET Blazor</title><description>Razor and Blazor are distinct web technologies. Razor is a server-side templating engine in ASP.NET Core MVC, combining HTML with C# for dynamic server-side content. Blazor, in contrast, enables inter</description><link>https://www.c-sharpcorner.com/article/explaning-net-razor-net-blazor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/explaning-net-razor-net-blazor/</guid><pubDate>Tue, 03 Sep 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Transitioning from Switch Statements To Switch Expressions in C#</title><description>Explore how to modernize your C# code by transitioning from traditional switch statements to the more concise and powerful switch expressions introduced in C# 8.0.</description><link>https://www.c-sharpcorner.com/article/transitioning-from-switch-statements-to-switch-expressions-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/transitioning-from-switch-statements-to-switch-expressions-in-c-sharp/</guid><pubDate>Fri, 09 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Learn About .NET 9 LINQ Enhancements</title><description>In .NET 9, two new LINQ methods enhance code simplicity and readability: .CountBy and .AggregateBy. .CountBy counts elements by key, simplifying grouping and counting tasks. .AggregateBy streamlines a</description><link>https://www.c-sharpcorner.com/article/learn-about-net-9-linq-enhancements/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/learn-about-net-9-linq-enhancements/</guid><pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Best practices for API Error Handling in .Net</title><description>Explore best practices for API error handling in .Net, covering essential techniques for robust and resilient APIs. Learn how to effectively manage exceptions, log errors, and implement fault toleranc</description><link>https://www.c-sharpcorner.com/article/best-practices-for-api-error-handling-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/best-practices-for-api-error-handling-in-net/</guid><pubDate>Tue, 30 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>EF Core Query Tags: What They Are and How to Use Them</title><description>Discover the power of EF Core Query Tags in optimizing and debugging your database queries. This guide explains what query tags are, their benefits, and how to implement them in your Entity Framework </description><link>https://www.c-sharpcorner.com/article/ef-core-query-tags-what-they-are-and-how-to-use-them/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ef-core-query-tags-what-they-are-and-how-to-use-them/</guid><pubDate>Sat, 27 Jul 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Usage of “Required” Keyword in C#</title><description>In this article, we will learn about the usage of required keywords in C#. In C# 11, the `required` keyword enforces the initialization of properties and fields within classes, records, or structs, en</description><link>https://www.c-sharpcorner.com/article/usage-of-required-keyword-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/usage-of-required-keyword-in-c-sharp/</guid><pubDate>Fri, 10 May 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>C#: The Programming Language of the Year 2023</title><description>C#’s Syntax Wins Hearts and Minds.</description><link>https://www.c-sharpcorner.com/article/c-sharp-the-programming-language-of-the-year-2023/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/c-sharp-the-programming-language-of-the-year-2023/</guid><pubDate>Tue, 16 Jan 2024 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>.NET Core Feature Flags</title><description>Explore the power of feature flags (also known as feature toggles or switches) in software development. Learn how to enable or disable individual features or code paths in .NET Core without deploying </description><link>https://www.c-sharpcorner.com/article/net-core-feature-flags/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-core-feature-flags/</guid><pubDate>Thu, 21 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Data Annotations in .NET</title><description>In this article, we are going to learn about Data annotations and their importance in .Net Core. Data annotation is crucial in modern software development for ensuring data integrity and clarity. .NET</description><link>https://www.c-sharpcorner.com/article/data-annotations-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/data-annotations-in-net/</guid><pubDate>Wed, 20 Sep 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Maximizing Performance in Entity Framework Core: Tracking vs No Tracking</title><description>In this article, we will learn about Maximizing Performance in Entity Framework Core and what is the difference between Tracking and No Tracking.</description><link>https://www.c-sharpcorner.com/article/maximizing-performance-in-entity-framework-co-tracking-vs-no-tracking/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/maximizing-performance-in-entity-framework-co-tracking-vs-no-tracking/</guid><pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Simplifying Your C# Code: Why You Should Avoid Using &amp;#39;Else&amp;#39; keyword</title><description>In this article will be seeing the benefits of avoiding else keyword in C# programming.</description><link>https://www.c-sharpcorner.com/article/simplifying-your-c-sharp-code-why-you-should-avoid-using-else-keyword/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/simplifying-your-c-sharp-code-why-you-should-avoid-using-else-keyword/</guid><pubDate>Fri, 28 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>How to Use EventCallBacks for Two-Way Communication Between Blazor Components</title><description>How to Use EventCallBacks for Two-Way Communication Between Blazor Components.</description><link>https://www.c-sharpcorner.com/article/how-to-use-eventcallbacks-for-two-way-communication-between-blazor-components/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-eventcallbacks-for-two-way-communication-between-blazor-components/</guid><pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>How Blazor Simplifies Web Development?</title><description>In this article we are going to learn how we can simplify the web development using Blazor </description><link>https://www.c-sharpcorner.com/article/how-blazor-simplifies-web-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-blazor-simplifies-web-development/</guid><pubDate>Wed, 19 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Component {Parameters} in Blazor</title><description>In this article we are going to learn about the how to pass parameters between components in Blazor </description><link>https://www.c-sharpcorner.com/article/component-parameters-in-blazor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/component-parameters-in-blazor/</guid><pubDate>Tue, 18 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Blazor United: Combining The Power Of Blazor And Unity for Web Development</title><description>In this article, we are going to learn about the new features that are introduced in Blazor United (.Net 8).</description><link>https://www.c-sharpcorner.com/article/blazor-united-combining-the-power-of-blazor-and-unity-for-web-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/blazor-united-combining-the-power-of-blazor-and-unity-for-web-development/</guid><pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Order of SQL Execution</title><description>In this article we are going to learn about the Order of the SQL execution</description><link>https://www.c-sharpcorner.com/article/order-of-sql-execution/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/order-of-sql-execution/</guid><pubDate>Fri, 14 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Raw SQL Vs Dapper</title><description>In this article, you will learn about Raw SQL Vs Dapper.</description><link>https://www.c-sharpcorner.com/article/raw-sql-vs-dapper/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/raw-sql-vs-dapper/</guid><pubDate>Mon, 10 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Dapper Vs Entity Framework Core</title><description>In this article, we are going to learn about the ORM tools which we commonly used in our day-to-day projects and its benefits</description><link>https://www.c-sharpcorner.com/article/dapper-vs-entity-framework-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dapper-vs-entity-framework-core/</guid><pubDate>Sun, 09 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Types Of Parallelism In C#</title><description>In this article we are going to explore about the different types of Parallelism and its usage in C#</description><link>https://www.c-sharpcorner.com/article/types-of-parallelism-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/types-of-parallelism-in-c-sharp/</guid><pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Avoiding Common C# Coding Mistakes - Do&amp;#39;s And Don&amp;#39;ts To Remember</title><description>Here I&amp;#39;m explaining about the common mistakes that we must avoid while performing coding</description><link>https://www.c-sharpcorner.com/article/avoiding-common-c-sharp-coding-mistakes-dos-and-donts-to-remember2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/avoiding-common-c-sharp-coding-mistakes-dos-and-donts-to-remember2/</guid><pubDate>Sat, 01 Apr 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Getting Started With Golang And Mux Framework</title><description>In this article, we are going to learn about how to get started with Goland and MUX</description><link>https://www.c-sharpcorner.com/article/getting-started-with-golang-and-mux-framework/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-golang-and-mux-framework/</guid><pubDate>Sat, 25 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Understanding Control Flow With Async And Await In C#</title><description>In this article we are going to learn about the control flow of the Async and await in C#</description><link>https://www.c-sharpcorner.com/article/understanding-control-flow-with-async-and-await-in-c-sharp2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/understanding-control-flow-with-async-and-await-in-c-sharp2/</guid><pubDate>Wed, 22 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Using Localstorage To Cache Data In Blazor Applications</title><description>In this article, we are going to learn how to implement local storage in Blazor</description><link>https://www.c-sharpcorner.com/article/using-localstorage-to-cache-data-in-blazor-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-localstorage-to-cache-data-in-blazor-applications/</guid><pubDate>Sat, 18 Mar 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Simplifying Development With .NET 7 And C# 11 - An Introduction To The Latest Features</title><description>In this article, we will be going to learn about the important features and importance of using .Net 7.0 and C# in your projects</description><link>https://www.c-sharpcorner.com/article/simplifying-development-with-net-7-and-c-sharp-11-an-introduction-to-the-latest-fe/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/simplifying-development-with-net-7-and-c-sharp-11-an-introduction-to-the-latest-fe/</guid><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Did You Hear About Query Filters In Entity Framework Core?</title><description>In this article, we can learn about Global Query Filters in Entity Framework Core in .NET is a feature that allows us to apply filters to all queries of a specific entity type.</description><link>https://www.c-sharpcorner.com/article/did-you-hear-about-query-filters-in-entity-framework-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/did-you-hear-about-query-filters-in-entity-framework-core/</guid><pubDate>Sat, 18 Feb 2023 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Create REST API With Gin Framework And Golang</title><description>In this article we are going to learn about creating the restful APIs with Gin framework in Go language.</description><link>https://www.c-sharpcorner.com/article/create-rest-api-with-gin-framework-and-golang/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-rest-api-with-gin-framework-and-golang/</guid><pubDate>Wed, 10 Aug 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Basic Authentication For Azure Functions (Open API) .Net 6</title><description>In this article, you will learn about basic Authentication for Azure Functions (Open API) .Net 6.</description><link>https://www.c-sharpcorner.com/article/basic-authentication-for-azure-functions-open-api-net-6/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/basic-authentication-for-azure-functions-open-api-net-6/</guid><pubDate>Tue, 19 Jul 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>The A - Z Guide Of SQL Views</title><description>Let us have a clear picture of the Views in SQL Server</description><link>https://www.c-sharpcorner.com/article/the-a-z-guide-of-sql-views/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-a-z-guide-of-sql-views/</guid><pubDate>Tue, 05 Jul 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>SQL Constraints</title><description>In this article, we are going to learn about the importance of SQL and its Constraints.</description><link>https://www.c-sharpcorner.com/article/sql-constraints/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sql-constraints/</guid><pubDate>Wed, 29 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Javascript - getElementById() Function</title><description>In this blog, we are going to learn in detail about the inbuilt function of javascript getElementById().</description><link>https://www.c-sharpcorner.com/blogs/javascript-getelementbyid-function</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/javascript-getelementbyid-function</guid><pubDate>Mon, 27 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>SQL Logical Operators</title><description>Let&amp;#39;s learn about the Logical operators with detailed examples in SQL Programming.</description><link>https://www.c-sharpcorner.com/blogs/sql-logical-operators</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/sql-logical-operators</guid><pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Control Flow In Real World Programming</title><description>In this blog, we are going to learn about the Control Flow in computer programming and its types and add on advantages </description><link>https://www.c-sharpcorner.com/blogs/control-flow-in-real-world-programming</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/control-flow-in-real-world-programming</guid><pubDate>Wed, 22 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Introduction To DOM (Document Object Model)</title><description>In this blog we are going to cover the DOM and how to select the elements in the document</description><link>https://www.c-sharpcorner.com/blogs/introduction-to-dom-document-object-model</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/introduction-to-dom-document-object-model</guid><pubDate>Thu, 16 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>HTTP Vs HTTPS</title><description>In this article, we will learn what is protocol and SSL certificate and the major difference between HTTP and HTTPS</description><link>https://www.c-sharpcorner.com/blogs/http-vs-https</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/http-vs-https</guid><pubDate>Tue, 07 Jun 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Can Azure Function Replace Web API</title><description>Is it worth Migrating the ASP.Net Core Web API Project to Azure Function.</description><link>https://www.c-sharpcorner.com/article/can-azure-function-replace-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/can-azure-function-replace-web-api/</guid><pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Fundamentals Of Software Architecture </title><description>Getting started with the basics of Software Architecture in web development</description><link>https://www.c-sharpcorner.com/article/fundamentals-of-software-architecture/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/fundamentals-of-software-architecture/</guid><pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Getting Started With Data Structures And Its Types</title><description>In this article we are going to lean about the fundamentals of the data structures and its types.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-data-structures-and-its-types/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-data-structures-and-its-types/</guid><pubDate>Thu, 07 Apr 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Can Azure Functions Replace Web API?</title><description>Is it worth Migrating the ASP.Net Core Web API Project to Azure Functions? Learn here how and why to migrate.</description><link>https://www.c-sharpcorner.com/article/migrating-core-project-to-azure-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/migrating-core-project-to-azure-functions/</guid><pubDate>Wed, 30 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Everything You Need To Know About Azure Data Lake⌛</title><description>In this article, you will learn about the understanding of the Azure Data Lake and when to use it.</description><link>https://www.c-sharpcorner.com/article/everything-you-need-to-know-about-azure-data-lake/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/everything-you-need-to-know-about-azure-data-lake/</guid><pubDate>Tue, 01 Mar 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>How Lazyloading In Blazor Can Increase Your Application Performance!</title><description>In this article, you will learn about the Lazyloading in the Blazor WASM with .Net 6.</description><link>https://www.c-sharpcorner.com/article/lazyloading-in-blazor/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/lazyloading-in-blazor/</guid><pubDate>Fri, 18 Feb 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Secure Serverless Azure Functions Using JWT Auth And C# (.Net 6)</title><description>A guide to secure the Azure Functions using .Net 6 and JWT Authentication.</description><link>https://www.c-sharpcorner.com/article/secure-serverless-azure-functions-using-jwt-auth-and-c-sharp-net-6/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/secure-serverless-azure-functions-using-jwt-auth-and-c-sharp-net-6/</guid><pubDate>Thu, 27 Jan 2022 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Action And Func Delegates In C#</title><description>A brief article about the Action and Func Delegates in C#</description><link>https://www.c-sharpcorner.com/article/action-and-func-delegates-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/action-and-func-delegates-in-c-sharp/</guid><pubDate>Sun, 05 Dec 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>JavaScript Arrays</title><description>A detailed guide for javascript arrays.</description><link>https://www.c-sharpcorner.com/blogs/arrays-in-javascript4</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/arrays-in-javascript4</guid><pubDate>Mon, 22 Nov 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>A Guide To Azure Data Studio</title><description>In this article, you will learn about Azure Data Studio.</description><link>https://www.c-sharpcorner.com/article/a-guide-to-azure-data-studio/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/a-guide-to-azure-data-studio/</guid><pubDate>Thu, 30 Sep 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Implementing Unit Of Work And Repository Pattern With Dependency Injection In .Net 5</title><description>This article will deep dive into the different kinds of pattern implementation and its usage.Net 5 Web API.</description><link>https://www.c-sharpcorner.com/article/implementing-unit-of-work-and-repository-pattern-with-dependency-injection-in-n/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-unit-of-work-and-repository-pattern-with-dependency-injection-in-n/</guid><pubDate>Tue, 31 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>&amp;lt;⚡&amp;gt; Time Triggered Azure Functions - A Guide To Background Tasks Using C#</title><description>In this article, you will learn how to schedule background tasks using the C# and Time triggered Azure functions.</description><link>https://www.c-sharpcorner.com/article/time-triggered-azure-functions-a-guide-to-background-tasks-using-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/time-triggered-azure-functions-a-guide-to-background-tasks-using-c-sharp/</guid><pubDate>Mon, 23 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Implement Read/Write Operations Using CQRS And Dapper In ASP.NET Core - Detailed</title><description>In this article, you will learn how to implement Read/Write Operations using CQRS and Dapper in ASP.NET Core.</description><link>https://www.c-sharpcorner.com/article/implement-readwrite-operations-using-cqrs-and-dapper-in-asp-net-core-detailed/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implement-readwrite-operations-using-cqrs-and-dapper-in-asp-net-core-detailed/</guid><pubDate>Tue, 17 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Use Dynamic Data Masking To Protect Sensitive Data In Azure SQL Database</title><description>In this article, you will learn how to use dynamic data masking to protect sensitive data in Azure SQL database.</description><link>https://www.c-sharpcorner.com/article/use-dynamic-data-masking-to-protect-sensitive-data-in-azure-sql-database/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/use-dynamic-data-masking-to-protect-sensitive-data-in-azure-sql-database/</guid><pubDate>Tue, 10 Aug 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Create And Validate JWT Token In .NET 5.0</title><description>In this article, you will learn how to create and validate JWT tokens in .Net 5.0.</description><link>https://www.c-sharpcorner.com/article/jwt-validation-and-authorization-in-net-5-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/jwt-validation-and-authorization-in-net-5-0/</guid><pubDate>Fri, 09 Jul 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Azure AD Authentication For Azure SQL Server Managed Databases</title><description>In this article, you will learn about Azure AD Authentication for Azure SQL Server Managed Databases.</description><link>https://www.c-sharpcorner.com/article/azure-ad-authentication-for-azure-sql-server-managed-databases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-ad-authentication-for-azure-sql-server-managed-databases/</guid><pubDate>Thu, 01 Jul 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Import Swagger APIs Into Postman Collection</title><description>In this article, you will learn how to import Swagger APIs into Postman Collection.</description><link>https://www.c-sharpcorner.com/article/import-swagger-apis-into-postman-collection/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/import-swagger-apis-into-postman-collection/</guid><pubDate>Sun, 27 Jun 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Building Serverless API&amp;#39;s Using Azure Functions And C#</title><description>In this article, you will learn how to build Serverless API&amp;#39;s using Azure Functions and C#.</description><link>https://www.c-sharpcorner.com/article/building-serverless-apis-using-azure-functions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-serverless-apis-using-azure-functions/</guid><pubDate>Fri, 18 Jun 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Working With MudBlazor UI Component In Blazor Using .Net 5</title><description>In this article, you will learn how to implement the CRUD operations using MudBlazor Library in Blazor &amp;amp; .Net 5.0.</description><link>https://www.c-sharpcorner.com/article/working-with-mudblazor-ui-component-in-blazor-using-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/working-with-mudblazor-ui-component-in-blazor-using-net-5/</guid><pubDate>Mon, 07 Jun 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Create an Azure Function Triggered By Blob Storage Using C#</title><description>In this article, we will discuss how to track the File upload using blob trigger an Azure function &amp;amp; C#</description><link>https://www.c-sharpcorner.com/article/create-a-azure-function-triggered-by-blob-storage-using-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/create-a-azure-function-triggered-by-blob-storage-using-c-sharp/</guid><pubDate>Mon, 31 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Linkedin 2021 Feature - Save Your Profile To PDF</title><description>In this blog, you will learn how to save the LinkedIn profile to PDF in simple steps.</description><link>https://www.c-sharpcorner.com/blogs/linkedin-2021-feature-save-your-profile-to-pdf</link><guid isPermaLink="true">https://www.c-sharpcorner.com/blogs/linkedin-2021-feature-save-your-profile-to-pdf</guid><pubDate>Fri, 28 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Using Azure Application Insights For Exception Logging In C#</title><description>In this article, you will learn how to use Azure Application Insights for Exception Logging in C#.</description><link>https://www.c-sharpcorner.com/article/using-azure-application-insights-for-exception-logging-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-azure-application-insights-for-exception-logging-in-c-sharp/</guid><pubDate>Tue, 25 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>OData In .NET 5</title><description>In this article, you will learn about OData in .NET 5.</description><link>https://www.c-sharpcorner.com/article/odata-in-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/odata-in-net-5/</guid><pubDate>Wed, 19 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Azure Blob Storage - Upload/Download/Delete File(s) Using .NET 5</title><description>This article describes how to upload the Files in Azure blob storage and its usage.</description><link>https://www.c-sharpcorner.com/article/azure-blob-storage-uploaddownloaddelete-files-using-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/azure-blob-storage-uploaddownloaddelete-files-using-net-5/</guid><pubDate>Sat, 15 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Scan File(s) For The Virus Before Uploading To Server Using .NET 5.0</title><description>This article will see how to scan file(s) for the Virus Before Uploading to Server using .NET 5.0.</description><link>https://www.c-sharpcorner.com/article/antivirus-protection-scan-on-document-upload-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/antivirus-protection-scan-on-document-upload-in-net/</guid><pubDate>Tue, 11 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>🔐 Enable OAuth 2 Authorization Using Azure AD And Swagger In .Net 5.0</title><description>In this article, you will learn how to enable OAuth 2 Authorization using Azure AD and Swagger in .Net 5.0.</description><link>https://www.c-sharpcorner.com/article/enable-oauth-2-authorization-using-azure-ad-and-swagger-in-net-5-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enable-oauth-2-authorization-using-azure-ad-and-swagger-in-net-5-0/</guid><pubDate>Sun, 09 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>🔐 Enable Azure AD Authentication Using .Net 5.0 Web API</title><description>In this article, you will learn how to enable Azure AD Authentication using .Net 5.0 Web API.</description><link>https://www.c-sharpcorner.com/article/enable-azure-ad-authentication-using-net-5-0-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/enable-azure-ad-authentication-using-net-5-0-web-api/</guid><pubDate>Sat, 08 May 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Building GraphQL API With .Net 5 - EF Core And Hot Chocolate</title><description>In this article, I will explain more about GraphQL and walks through a simple CRUD app.</description><link>https://www.c-sharpcorner.com/article/graphql-api-with-net-5-ef-core-and-hot-chocolate/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/graphql-api-with-net-5-ef-core-and-hot-chocolate/</guid><pubDate>Tue, 27 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Bulk Operations Using Entity Framework Core</title><description>In this article, we will see how we can perform bulk operations (CRUD) using EF Core using .Net 5 template</description><link>https://www.c-sharpcorner.com/article/bulk-operations-in-entity-framework-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/bulk-operations-in-entity-framework-core/</guid><pubDate>Wed, 21 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>CQRS With MediatR In .NET 5</title><description>In this article will see how we can integrate the CQRS and MediatR Pattern in Web API.</description><link>https://www.c-sharpcorner.com/article/cqrs-mediatr-in-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/cqrs-mediatr-in-net-5/</guid><pubDate>Sun, 18 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Top 5 Essential Benefits Of Using TypeScript</title><description>In this article will see what are the benefits that we get if we are going with TypeScript and Why?</description><link>https://www.c-sharpcorner.com/article/benefits-of-using-typescript/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benefits-of-using-typescript/</guid><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Integrate Open API (Swagger) With Node And Express</title><description>In this article will see how to setup Swagger for Node &amp;amp; Express.</description><link>https://www.c-sharpcorner.com/article/integrate-swagger-open-api-with-node-express/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/integrate-swagger-open-api-with-node-express/</guid><pubDate>Sat, 10 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Using Static Files (HTML, JavaScript) In Web API</title><description>In this article, you will learn how to serve static files in ASP.Net Core 5.0 Web API.</description><link>https://www.c-sharpcorner.com/article/using-static-files-html-javascript-in-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/using-static-files-html-javascript-in-web-api/</guid><pubDate>Wed, 07 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Unit Testing Using XUnit And MOQ In ASP.NET Core</title><description>This article will showcase the Unit testing in .Net core using Xunit and Moq</description><link>https://www.c-sharpcorner.com/article/unit-testing-using-xunit-and-moq-in-asp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/unit-testing-using-xunit-and-moq-in-asp-net-core/</guid><pubDate>Mon, 05 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>A Detailed View At Data Binding in Blazor</title><description>In this article, we will cover data bindings and examples to bind for input, radio, and checkbox.</description><link>https://www.c-sharpcorner.com/article/data-binding-in-blazor-with-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/data-binding-in-blazor-with-examples/</guid><pubDate>Thu, 01 Apr 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Blazor Server App CRUD With Entity Framework Core In .Net 5</title><description>In this article, we will learn about the Blazor Server-Side CRUD Application using EF Core &amp;amp; .Net 5</description><link>https://www.c-sharpcorner.com/article/blazor-crud-app-using-entity-framework-core-in-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/blazor-crud-app-using-entity-framework-core-in-net-5/</guid><pubDate>Fri, 19 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Upload And Download Multiple Files Using Web API</title><description>In this article, we are going to cover Multi-File upload and download via API</description><link>https://www.c-sharpcorner.com/article/upload-and-download-multiple-files-using-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/upload-and-download-multiple-files-using-web-api/</guid><pubDate>Wed, 17 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>🔐 Node.js API Authentication With JSON Web Tokens</title><description>In this article, we are going to learn about setting up the Authentication using JWT.</description><link>https://www.c-sharpcorner.com/article/node-js-api-auth-with-jwt/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/node-js-api-auth-with-jwt/</guid><pubDate>Sun, 07 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Onion Architecture In .Net 5</title><description>In this article, we are going to cover the Onion Architecture in .Net 5 and its usage.</description><link>https://www.c-sharpcorner.com/article/onion-architecture-in-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/onion-architecture-in-net-5/</guid><pubDate>Thu, 04 Mar 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Getting Started With .NET 6</title><description>In this article, we will learn what .NET 6 is and how to configure the SDK in Visual Studio.</description><link>https://www.c-sharpcorner.com/article/getting-started-with-net-6/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/getting-started-with-net-6/</guid><pubDate>Tue, 23 Feb 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Build Restful API&amp;#39;s With Node.js - Express - MySQL</title><description>In this article, we are going to learn about the building of API&amp;#39;s with Node.js</description><link>https://www.c-sharpcorner.com/article/build-restful-apis-with-node-js-express-mysql/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/build-restful-apis-with-node-js-express-mysql/</guid><pubDate>Tue, 16 Feb 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Document Your Existing API&amp;#39;s With (Open API) Specification in ASP.NET Core</title><description>In this article, we will configure the swagger for existing API&amp;#39;s  in .Net and .Net Core </description><link>https://www.c-sharpcorner.com/article/document-your-already-existing-apis-with-swagger/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/document-your-already-existing-apis-with-swagger/</guid><pubDate>Sun, 24 Jan 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Background Tasks Made Easy With Hangfire And .Net 5</title><description>In this article, we will learn about the Hangfire and its usage in .Net 5</description><link>https://www.c-sharpcorner.com/article/background-tasks-made-easy-with-hangfire-and-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/background-tasks-made-easy-with-hangfire-and-net-5/</guid><pubDate>Thu, 14 Jan 2021 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Basic Authentication in Swagger (Open API) .Net 5</title><description>In this article we are going to learn how to setup the basic auth for API&amp;#39;s in .net 5</description><link>https://www.c-sharpcorner.com/article/basic-authentication-in-swagger-open-api-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/basic-authentication-in-swagger-open-api-net-5/</guid><pubDate>Tue, 22 Dec 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>💠 Clean Architecture End To End In .NET 5</title><description>Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat</description><link>https://www.c-sharpcorner.com/article/clean-architecture-end-to-end-in-net-5/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/clean-architecture-end-to-end-in-net-5/</guid><pubDate>Sat, 05 Dec 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Microservices With Ocelot API Gateway In ASP.NET Core</title><description>In this article we will get to know what are  microservices and how to  built using API Gateway in  ASp.Net Core</description><link>https://www.c-sharpcorner.com/article/microservices-with-ocelot-apigateway-in-asp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microservices-with-ocelot-apigateway-in-asp-net-core/</guid><pubDate>Mon, 14 Sep 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Up And Running With GitHub Extension In Visual Studio</title><description>This Git hub extension helps to maintain all the logs and to clone the repositories easier.</description><link>https://www.c-sharpcorner.com/article/up-and-running-git-hub-extension-in-visual-studio/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/up-and-running-git-hub-extension-in-visual-studio/</guid><pubDate>Fri, 21 Aug 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item><item><title>Using EF Core - Power Tools In ASP.NET Core API</title><description>In this article, we will learn how to integrate EF Core power tools and its usage to generate POCO Classes in Core API.</description><link>https://www.c-sharpcorner.com/article/ef-core-power-tools-in-asp-net-core-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ef-core-power-tools-in-asp-net-core-api/</guid><pubDate>Wed, 19 Aug 2020 00:00:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Jay Krishna Reddy )</author></item></channel></rss>