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
Implement Rate Limiting in REST API in .NET 8
Rate limiting is a technique used to control the number of API requests a client can make within a set timeframe, helping to prevent server abuse, protect resources, and ensure fair usage. This art...
Ayush Gupta
Sep 12, 2024
API Versioning Best Practices in .NET 8
Learn how to implement API versioning in .NET 8 to manage changes and maintain compatibility. This article covers versioning strategies like URI Path, Query Parameter, Header, and Content Negotiati...
Ayush Gupta
Sep 12, 2024
Baisc of IHttpClientFactory in .NET Core
IHttpClientFactory in .NET Core simplifies HTTP client creation, improves performance, and promotes the reuse of HttpClient instances. It offers built-in features like dependency injection, named a...
Devesh Omar
Sep 10, 2024
Response Cache Attribute in .NET Core 8: Usage, and Examples
This guide covers its usage, configuration, and examples, explaining how to implement response caching in ASP.NET Core for faster load times and reduced server overhead in your web applications.
Jaimin Shethiya
Sep 09, 2024
Entity Framework Core Code-First Approach with Seed Data
It will be beneficial to beginners who are struggling with Entity Framework Core and Creating Code-First Approach. The EF-Core Code-First approach involves creating domain classes first and then ge...
Arpit Shrivastava
Sep 09, 2024
Preventing XSS Attacks in ASP.NET Core Web API
Cross-site scripting (XSS) is a common web application vulnerability where malicious scripts are injected and executed in a user's browser. To prevent XSS in ASP.NET Core Web APIs, techniques l...
Sardar Mudassar Ali Khan
Sep 08, 2024
Preventing DoS Attacks in ASP.NET Core MVC Applications
This ASP.NET Core MVC project demonstrates essential techniques to prevent DoS attacks, including rate limiting, request size limiting, and Google reCAPTCHA integration. The solution ensures securi...
Sardar Mudassar Ali Khan
Sep 08, 2024
Creating Distributed Lock With Redis In .NET Core
Learn how to implement a distributed lock using Redis in .NET Core. This guide covers the essentials of setting up Redis for distributed locking, managing concurrency, and ensuring data consistency...
Catcher Wong
Jul 16, 2018
Explain Primary Constructor in C# 12
The primary constructor in C# 12 introduces a new way to define and initialize properties directly within the class declaration, simplifying object creation and reducing boilerplate code.
Arpit Shrivastava
Sep 04, 2024
Understanding HttpClient Best Practice
Creating a new HttpClient instance frequently can lead to performance issues like socket exhaustion due to open sockets lingering in the TIME_WAIT state. Instead, reuse a singleton HttpClient insta...
Devesh Omar
Sep 02, 2024
Creating Excel Reports with EPPlus in ASP.NET Core 8.0
Learn how to generate and manage Excel reports in ASP.NET Core 8.0 using the EPPlus library. This guide covers the essentials of integrating EPPlus for creating and manipulating Excel workbooks, in...
Tahir Ansari
Sep 02, 2024
Complete File Upload and Download in ASP.NET Core MVC
Implement file upload and download functionality in an ASP.NET Core MVC application. This guide covers project setup, model creation, controller logic, view implementation, and security best practi...
Sardar Mudassar Ali Khan
Aug 29, 2024
Understanding CQRS Design Pattern
CQRS (Command Query Responsibility Segregation) is a pattern that separates the responsibilities of reading and writing data into distinct models. This separation can help optimize both aspects ind...
Yogesh Tyagi
Aug 28, 2024
Advanced Dependency Injection in .NET Core
This guide explores advanced Dependency Injection (DI) in .NET Core through an e-commerce application example. It covers custom service lifetimes, scopes, and managing complex dependency graphs, de...
Sardar Mudassar Ali Khan
Aug 27, 2024
Implementation Ajax Calls in ASP.NET Core MVC
Learn how to build a dynamic fleet management system using AJAX in ASP.NET MVC with SQLite as the database provider. This tutorial guides you through creating, managing, and displaying vehicle data...
Sardar Mudassar Ali Khan
Aug 27, 2024
Singleton Pattern Caching in .NET C#
Learn how to implement caching using this pattern to enhance memory management, ensure thread safety, and optimize performance in your applications.
Jaimin Shethiya
Aug 26, 2024
AI Predictive Analytics for Better Business Strategy
This article explores how AI-driven predictive analytics is revolutionizing business strategy and decision-making. It examines the advanced techniques used in AI to forecast future trends, optimize...
Ananthakrishna V
Aug 23, 2024
Middleware in ASP.NET Core
This content explains sharing data between Angular components via a service. It covers steps such as service creation, data sharing via click, and retrieval using data services.
Yogesh Tyagi
Nov 01, 2023
Getting Started with Unit Testing in ASP.NET Core
Learn about essential testing frameworks like xUnit and NUnit, explore mocking and dependency injection techniques, and gain insights into best practices for writing robust test cases. Improve code...
Safyan Yaqoob
Aug 22, 2024
Error Handling for Email Confirmation in ASP.NET Core
Learn how to manage exceptions during the email verification process, enhance user experience, and ensure secure account activation. The guide covers best practices for robust email confirmation wo...
Ajay Kumar
Aug 22, 2024
No Records Available.
41
-
60
of
1029
<<
1
2
3
4
5
>>
Crystal Reports Tutorials
Challenge yourself
.NET Core
E-Book Download
Get Certified
BlockChain