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
Implementing Global Search with Detailed Views in ASP.NET Core MVC
Learn how to implement a robust global search feature in ASP.NET Core MVC. This tutorial covers setting up models like Product and Category, configuring the database with Entity Framework, seeding...
Sardar Mudassar Ali Khan
Jul 10, 2024
Setting Up Google Authentication in ASP.NET Core MVC
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install neces...
Sardar Mudassar Ali Khan
Jul 08, 2024
Dependency Injection (DI) in .NET Core with a Simple Example
Dependency Injection (DI) in .NET Core enhances code modularity, testability, and maintainability by decoupling dependencies. It follows Inversion of Control (IoC) principles, where classes receive...
Ashutosh Singh
Jul 04, 2024
Getting Started with Docker-Compose for ASP.NET Core and MSSQL
This article guides you through setting up a Docker Compose environment for an ASP.NET Core application and an MSSQL database, covering creation, configuration, and verification steps for efficient...
Ajay Kumar
Jul 04, 2024
Generic Repository with EF Core in .NET Core 8
Observe the Entity Framework Core Generic Repository! The subject that will make some people uncomfortable. They are unwilling to discuss it at all. Others, on the other hand, adore it and become g...
Jaimin Shethiya
Jul 03, 2024
Build & Containerize Product App with React JS .NET Core Docker
Learn how to develop and containerize a modern product application using React JS for frontend development, .NET Core for backend services, and Docker for efficient deployment.
Jaydeep Patil
Jul 02, 2024
Sending Email Using Gmail Server in ASP.NET Core MVC
Learn how to integrate the Gmail server for sending emails in ASP.NET Core MVC using MailKit. This tutorial covers setting up SMTP configuration, handling email templates, and sending messages prog...
Sardar Mudassar Ali Khan
Jul 01, 2024
Understanding Dependency Injection in ASP.NET Core Web API
Dependency Injection (DI) is a design pattern used to achieve Inversion of Control (IoC) between classes and their dependencies. In ASP.NET Core, DI is a fundamental part of the framework, making i...
Sardar Mudassar Ali Khan
Jun 24, 2024
Integrating Third-Party API Using AJAX in ASP.NET Core MVC
Integrating third-party APIs into your web application enhances functionality by accessing external data and services. This article demonstrates integrating an API using AJAX in an ASP.NET Core Raz...
Sardar Mudassar Ali Khan
Jun 23, 2024
Predicate Delegates in .NET Core C#: Syntax, Usage and Examples
Like Func and Action delegates, the predicate is a delegate. It symbolizes a procedure that verifies that the passed parameter satisfies a set of requirements. One input parameter must be provided ...
Jaimin Shethiya
Jun 22, 2024
Real-time Applications with SignalR and Angular
Building real-time applications with SignalR and Angular enhances user experiences through dynamic and responsive interfaces. SignalR, an ASP.NET library, enables instant server-client communicatio...
Gajendra Jangid
Jun 21, 2024
.NET Core And SQL Server In Linux Docker Containers
Learn to deploy .NET Core applications with SQL Server in Linux Docker containers. Explore containerization benefits for cross-platform development, leveraging Docker's efficiency and flexibili...
Janshair Khan
Dec 21, 2016
Action Delegates in .NET Core C#: Syntax, Usage and Examples
One built-in generic type delegate is the action delegate. This delegate makes your program more readable and efficient by eliminating the need for you to define a custom delegate.
Jaimin Shethiya
Jun 18, 2024
SonarQube Configuration For .NET Core Web API
Learn to improve code quality using SonarQube for a .NET Core Web API project. Install JAVA, configure environment variables, and set up SonarQube server. Create a project, generate a token, and do...
Akshay Patel
Mar 17, 2019
Performance Optimization in ASP.NET MVC Applications
Performance optimization in ASP.NET MVC involves techniques like efficient data access, using Entity Framework wisely, implementing caching, using async/await for non-blocking operations, minimizin...
Vikas Singh
Jun 15, 2024
HTTP Request Methods in .NET Core
A collection of resources housed on different web servers make up the Internet. Users utilize a variety of web browsers that can communicate with the server and display its contents in order to acc...
Jaimin Shethiya
Jun 14, 2024
SSE in .NET Core API Real-time Updates in Angular
The implementation of Server-Sent Events (SSE) in a .NET Core API to deliver real-time updates to an Angular application. You'll learn how to set up SSE in the backend to push live data streams...
Jobin S
Jun 13, 2024
Preventing CSRF Attacks in an ASP.NET Core MVC
Cross-Site Request Forgery (CSRF) is a type of attack that can force a user's browser to send unwanted requests to a web application on which the user is authenticated, potentially leading to u...
Sardar Mudassar Ali Khan
Jun 13, 2024
Func Delegates in .NET Core C#: Syntax, Usage and Examples
Func and Action are two generic delegate types that are built into C#, so you usually don't need to explicitly define custom delegates. A generic delegate called Func is part of the System name...
Jaimin Shethiya
Jun 13, 2024
How to use Embedded BI and Create Self-serviced Dashboards in ASP.NET Core App
Learn how to integrate Embedded BI into your ASP.NET Core application, empowering users to create self-service dashboards. Discover powerful data visualization and reporting tools to enhance decisi...
Nitin Pandit
Jun 12, 2024
No Records Available.
141
-
160
of
1029
<<
6
7
8
9
10
>>
Learn Python
Challenge yourself
.NET Core
E-Book Download
Get Certified
React Fundamentals