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
Dependency Injection - Service Lifetimes
Learn how to manage service lifetimes in Dependency Injection (DI) frameworks. Understand the differences between scoped, transient, and singleton services, and how they impact the lifespan and beh...
Pratik Patil
Jun 21, 2018
Preventing XSS Attacks in ASP.NET Core MVC
Build a secure ASP.NET Core MVC blog app with Entity Framework Core. Follow steps to create models, controllers, views, and implement client-side validation and sanitization to thwart XSS attacks. ...
Sardar Mudassar Ali Khan
Jun 12, 2024
FIRST Principles of Unit Testing: A Guide to Quality Code in C#
Emphasizing the FIRST principles (Fast, Independent, Repeatable, Self-validating, and Timely), this guide equips developers with the techniques and best practices needed to ensure robust, reliable,...
Ayush Gupta
Jun 12, 2024
Oracle Stored Procedure Output Parameters with Dapper in ASP.NET Core
This article provides a detailed guide to integrating Oracle stored procedures with ASP.NET Core using Dapper, focusing on handling output parameters, which can often be a challenging aspect of dat...
Surya Ghimire
Jun 11, 2024
Delegates in .NET Core C#: Syntax, Usage and Examples
A delegate is an object that points to a method; alternatively, it may be thought of as a variable of the reference type that stores references to the methods. Function pointer in C/C++, delegates ...
Jaimin Shethiya
Jun 11, 2024
.Net Core - C# Web API with Apache Kafka Integration
Learn to create Kafka consumers in C# .NET Core for web API integration. Install Confluent.Kafka, configure services, inject dependencies, and implement background service. Test with Kafka producer...
Arun Kizhakke
Feb 11, 2020
Understanding Inversion of Control and Dependency Injection
IoC and DI are essential for modular, testable, and maintainable C#/.NET code. IoC transfers control of object creation to an external framework, while DI injects dependencies into classes. Implem...
Rinki
Jun 11, 2024
Implementing Model Binding in ASP.NET Core Web API
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 ...
Jobin S
Jun 10, 2024
Null Object Design Pattern in .NET Core
A behavioral design pattern called the Null Object Pattern offers an object to represent an interface's missing object. In cases when a null object would result in a null reference exception, i...
Jaimin Shethiya
Jun 07, 2024
Innovative Solutions with .NET: Enhancing Your Developer Toolkit
Master current technologies and enhance your toolkit with .NET, a powerful framework by Microsoft. Explore cross-platform development with .NET Core, build modern web apps with ASP.NET Core, boost ...
Chetan Sanghani
Jun 07, 2024
Produce And Consume Messages To RabbitMQ Docker Container Using .NET Client
Learn how to efficiently produce and consume messages using a RabbitMQ Docker container and a .NET client. This guide covers setting up RabbitMQ within a Docker environment, configuring the .NET cl...
Nilanjan Dutta
May 17, 2020
Mastering ASP.NET Core Identity in ASP.NET Core MVC
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, cla...
Sardar Mudassar Ali Khan
Jun 06, 2024
Create Custom Middleware In An ASP.NET Core Application
ASP.NET Core's request pipeline allows custom middleware components for handling tasks like authentication, and logging. Learn to create and integrate custom middleware for tailored application...
Munib Butt
Jun 14, 2020
Implement JWT In .NET Core API
Learn how to implement JWT (JSON Web Token) authentication in a .NET Core API for secure user authentication and authorization. This guide covers creating and validating tokens, configuring middlew...
Rohan Mistry
Jul 19, 2020
Middleware In .NET Core
This article covers middleware concepts including its definition, order of execution, creation using IApplicationBuilder, and methods like Run, Use, and Map. It explains custom and built-in middlew...
Hamid Khan
Jul 22, 2020
Azure Service Bus And Queue Implementation Using C#
Implement Azure Service Bus and queue in C# for robust messaging and asynchronous communication in cloud applications. Utilize QueueClient for efficient message handling, ensuring scalability, reli...
Ashok Purty
Jul 27, 2020
Developing API In .NET Core With GraphQL
Developing API in .NET Core with GraphQL" involves leveraging the power of GraphQL to create efficient and flexible APIs in the .NET Core ecosystem. This approach enables developers to design ...
Anupam Maiti
Jul 26, 2020
Using Identity In ASP.NET Core MVC Authentication
Explore robust user authentication in ASP.NET Core MVC with Identity framework. Learn role-based access control, claims-based authentication, and seamless integration with ASP.NET Core middleware f...
Ramasagar Pulidindi
Aug 12, 2020
Automapper In .NET Core
Learn to integrate AutoMapper in .NET Core apps. Steps include installation, service registration, model creation, mapping between domain and view models, reverse mapping, and handling complex obje...
Hamid Khan
Aug 19, 2020
How To Implement Amazon SQS (AWS SQS) In ASP.NET Core Project
Basically in this article, we learn how to implement Amazon SQS (AWS SQS) in the ASP .Net Core project, how to create SQS on AWS, how to send message to AWS SQS, How to receive a message from AWS S...
Rohan Mistry
Sep 16, 2020
No Records Available.
161
-
180
of
1029
<<
7
8
9
10
11
>>
Crystal Reports Tutorials
Challenge yourself
.NET Core
E-Book Download
Get Certified
Java for Beginner