TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET Core
FOLLOW
.NET Core is a modular, cross-platform, and open source software development framework that is used to build Windows, Web, and Mobile applications for Windows, Linux and OS X platforms.
Articles
(1029)
Blogs
(206)
Resources
(10)
Videos
(27)
News
(28)
Articles
Land Area Calculation with Heron's Formula in C#
In this article, we'll explore how to utilize Heron's formula, a geometric approach, to calculate land area using a straightforward C# program. This program empowers users to input side len...
Ashutosh Singh
Mar 12, 2024
Difference Between .NET Framework, .NET Core, and .NET Standard
This article, delves into the distinctions between .NET Framework, .NET Core, and .NET Standard. Exploring their histories, open-source nature, cross-platform capabilities, and performance aspects,...
Tuhin Paul
Mar 11, 2024
GraphQL In .NET Web API With Entity Framework Core - Part Two
Explore advanced GraphQL integration in .NET Core Web API using Entity Framework Core. Learn efficient data modeling, schema design, and resolver implementation for seamless API development.
Akshay Patel
Feb 28, 2019
GraphQL In .NET Web API With Entity Framework Core - Part One
In this article, we will learn about the step-by-step implementation of GraphQL in a Web API using ASP.NET Core, including database setup, scaffolding, configuration, repository creation, and Graph...
Akshay Patel
Feb 23, 2019
Learn about Keyed Services Use in .NET
.NET 8 introduces native support for keyed services in Dependency Injection (DI), eliminating the need for third-party packages. Learn about registering and resolving keyed services with examples f...
Jaimin Shethiya
Mar 11, 2024
Entity Framework Core 5.0 - An Introduction To What's New
Discover the latest features in Entity Framework Core 5.0, including improved performance, enhanced LINQ capabilities, migration enhancements, and streamlined database schema management.
Debasis Saha
Feb 07, 2021
GraphQL In .NET Core Web API With Entity Framework Core - Part Three
Explore GraphQL integration in .NET Core Web API using Entity Framework Core in Part Three of this series. Learn to efficiently query data with C# backend development, enhancing API capabilities.
Akshay Patel
Mar 02, 2019
Shadow Properties In Entity Framework Core
In this article, you will learn Entity Framework Core's shadow properties, and hidden fields in the model that aren't mapped to the database schema directly. Learn how to leverage them for ...
Geo J Thachankary
May 22, 2019
.NET Core vs .NET Standard: Quick & Simple Comparison
In this article, we will discover the nuances between .NET Core and .NET Standard in this succinct overview. Delve into their features, cross-platform capabilities, and performance differences.
John Godel
Jun 19, 2019
How To Create Industry Standard .NET Core CRUD API Quickly
To swiftly develop an industry-standard .NET Core CRUD API, utilize ASP.NET Core's MVC framework with Entity Framework Core for data access. Employ dependency injection, repository pattern, and...
Navaneeth Sankaradevan
Feb 09, 2019
Introduction to Apache Kafka with .NET
This is an introduction to Apache Kafka and how to work with Kafka with .NET. This article introduces Apache Kafka, a distributed event streaming platform, and explains how to set it up with .NET. ...
Chethan N
Jan 30, 2024
Service Lifetimes in .NET Core Applications
In .NET Core, understanding service lifetimes is crucial for efficient dependency management. This article explores transient, scoped, and singleton lifetimes with practical examples in ASP.NET Cor...
Ajay Kumar
Feb 26, 2024
.NET Core CRUD Operation Using Azure Table API
This document outlines the process of integrating Azure Table, a highly available NoSQL service, into a .NET Core application for building scalable solutions.
Sathiyamoorthy S
Jul 17, 2019
Third-party API Integration in Asp.NET Core Web API
ASP.NET Core is a powerful framework for building web APIs, allowing developers to create robust and scalable applications. One of the key features of modern web development is the integration of t...
Sardar Mudassar Ali Khan
Feb 20, 2024
Rate limiting in Minimal APIs with .NET 8
Explore rate limiting in .NET Core to manage incoming traffic, enhance performance, and defend against malicious activities. Test fixed window, concurrency, token bucket, and sliding window limiter...
Ali Benchaaban
Feb 19, 2024
Camelcase Serialization in .Net 9
In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that e...
Ashutosh Singh
Feb 19, 2024
Error Management in .NET Core
In software development, dealing with mistakes is really important. Whether it's a small problem or a big one, how a program handles mistakes can really affect how well it works for users. In t...
Ashutosh Singh
Feb 18, 2024
Hands-On Prompt Engineering with .NET Core
This hands-on article guides you through implementing prompt engineering with .NET Core to build effective conversational AI systems. Learn techniques such as contextual prompts, error handling, an...
Gourav Jain
Feb 18, 2024
Distributed Tracing with OpenTelemetry in .NET Core
OpenTelemetry revolutionizes observability in software development, offering a unified approach to collecting telemetry data across distributed systems. With its standardized APIs and SDKs, develop...
Ajay Kumar
Feb 16, 2024
Telemetry in ASP.Net Core Web API
This article introduces the concept of telemetry in web APIs, focusing on its significance in performance monitoring and issue identification.
Aymen Amri
Feb 16, 2024
No Records Available.
281
-
300
of
1029
<<
13
14
15
16
17
>>
Mastering SQL
Challenge yourself
.NET Core
E-Book Download
Get Certified
React Js