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)
Blogs
Building Entity framework Core DbContext Options
You will learn how to build or create DBContext options manually. In specific scenarios, manually creating Entity Framework Core DbContext options is required. Despite DbContextOptions<TContext&...
Thameem Ansari
Nov 16, 2023
Increase Email Marketing ROI by Tracking Opens Effectively With C#
Use C# .net Web API to track the marketing email open rate by your customer
Ng Cheehou
Nov 03, 2023
.NET Core: A Beginner's Guide to the Fundamentals Part 2
.NET Core is a versatile and powerful framework that has taken the world of software development by storm. In our comprehensive beginner's guide, we'll unravel the fundamentals of .NET Core...
Vinoth Xavier
Nov 01, 2023
Power of Test-Driven Development (TDD) in .NET Core
In the world of software development, Test-Driven Development (TDD) stands as a powerful approach to crafting robust, maintainable code. This methodology, particularly in .NET Core, promotes writin...
Prasad Raveendran
Oct 31, 2023
.NET Core: A Beginner's Guide to the Fundamentals
.NET Core is a versatile and powerful framework that has taken the world of software development by storm. In our comprehensive beginner's guide, we'll unravel the fundamentals of .NET Core...
Vinoth Xavier
Oct 30, 2023
Deployment Strategies
Deployment is a crucial step in the software development lifecycle, and choosing the right deployment strategy can greatly impact the success of your project. In this blog post, we'll explore s...
Prasad Raveendran
Oct 07, 2023
Simplifying API Development using .NET 6 Minimal APIs
Creating a minimal API is an excellent way to build lightweight and efficient web services using .NET 6. Minimal APIs provide a clean and straightforward approach to designing APIs with minimal boi...
Prasad Raveendran
Sep 23, 2023
Validation in .NET Core using FluentValidation
In any application, data validation is a critical aspect of ensuring data integrity and preventing errors. In .NET Core applications, handling data validation has become more straightforward and ex...
Prasad Raveendran
Sep 20, 2023
Service Discovery (Consul) in ASP .NET Core API with Ocelot Gateway
Service Discovery (Consul) in ASP .NET Core API with Ocelot Gateway.
Vinoth Xavier
Sep 19, 2023
Built-in Delegates in C#
In C#, Action, Func, and Predicate are built-in delegate types that provide a convenient way to work with methods as first-class objects, especially when dealing with functional programming, LINQ, ...
Prasad Raveendran
Sep 16, 2023
Working with DateOnly and TimeOnly in C#
Date and time are fundamental aspects of many applications, and in C#, managing them has historically involved using the DateTime structure. However, C# 10.0 introduced two new valuable additions: ...
Prasad Raveendran
Sep 06, 2023
The Future of .NET Development
NET Core allows .NET development on any OS, any CPU and any device. It enables cross-platform apps that can run on Linux, Windows, and macOS. Learn what NET Core is, its advantages over .NET Framew...
Dhaval Suvagiya
Aug 25, 2023
Understanding Constants in C#
In the world of programming, constants play a pivotal role in ensuring code readability, maintainability, and reducing redundancy. In C#, two main types of constants, namely const and static readon...
Prasad Raveendran
Aug 19, 2023
Combining Async and Yield in C#
In the world of C# programming, asynchronous operations and lazy data streaming are two essential concepts that help developers write efficient and responsive applications. While C# does not offer ...
Prasad Raveendran
Aug 13, 2023
Angular CRUD Operation Using Entity Framework Core and .NET Core
In this blog, we will embark on a journey to create a simple Angular CRUD (Create, Read, Update, Delete) application using the cutting-edge tools, .NET Core 7 and Entity Framework Core. This beginn...
Tahir Ansari
Aug 05, 2023
Action Injection in WebAPI
Action injection in ASP.NET Core WebAPI refers to the process of injecting services directly into action methods of a controller. It allows you to obtain the required services for a specific action...
Prasad Raveendran
Aug 04, 2023
Yield Keyword in C#
In C#, the yield keyword is used in combination with an iterator to create custom iterator blocks. An iterator is a special kind of method that allows you to iterate over a collection of items, gen...
Prasad Raveendran
Jul 29, 2023
OneOf Package to Handle Multiple Return Types in .NET Core
In .NET Core, the "OneOf" library provides a simple and effective way to work with discriminated unions (sum types) in C#. It allows you to define types that can hold values of different ...
Prasad Raveendran
Jul 23, 2023
Implicit Operator in C#
The implicit operator approach allows you to define implicit conversion between two types. It enables you to convert an instance of one type to another type implicitly without requiring an explicit...
Prasad Raveendran
Jul 16, 2023
Vertical Slicing Vs Clean Architecture in .NET
Software architecture plays a crucial role in the success of any .NET project. It sets the foundation for scalability, maintainability, and extensibility. Two popular approaches that developers oft...
Prasad Raveendran
Jul 08, 2023
No Records Available.
41
-
60
of
206
<<
1
2
3
4
5
>>
Crystal Reports Tutorials
Challenge yourself
.NET Core
E-Book Download
Get Certified
iOS Developer