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
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1542)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Blogs
Amazon Redshift: .NET Interaction, Architecture, CRUD Ops
In this blog post, we'll explore how to connect and interact with Redshift tables from .NET applications using the Npgsql library. We'll cover the architecture of Redshift and basic CRUD op...
Siva V
Apr 15, 2024
Dependency Injection Registration in .NET Core with Custom
In this blog post, we'll explore a clean and elegant approach to streamline dependency injection registration using custom attributes in .NET Core. By leveraging custom attributes, we can annot...
Prasad Raveendran
Apr 13, 2024
Implementing CAPTCHA in ASP.NET Core Web Application
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security mechanism used to differentiate between human users and automated bots. In this tutorial, we'l...
Siva V
Apr 12, 2024
.NET Core Web App with multiple Background Services Periodic runs
In this blog post, we'll explore how to build a .NET Core web application that includes background services. Background services are long-running tasks that run independently of the main applic...
Siva V
Apr 02, 2024
Integrating Aternity Data into Kafka and Consuming Changes
In this detailed blog, we’ll explore how to integrate Kafka with C# web applications, covering the creation of Kafka topics, consumers, and retrieving messages from topics. We’ll provide a step-by-...
Siva V
Apr 01, 2024
Structured Logging with Sensitive Data Sanitization using Serilog
However, logging sensitive data like passwords or personal information can pose security risks. In this blog post, we'll delve into implementing structured logging with Serilog and sanitizing s...
Prasad Raveendran
Mar 31, 2024
Bulk Data Insertion with Entity Framework in C#
In this blog post, we'll explore how to perform bulk data insertion using Entity Framework in a C# application. Bulk insertion is a common requirement when dealing with large datasets, and it...
Siva V
Mar 27, 2024
Explore Enumeration classes in .NET
Enums in C# have long been the go-to choice for defining a fixed set of related constants. However, they come with limitations that can hinder flexibility and extensibility in certain scenarios. In...
Prasad Raveendran
Mar 23, 2024
Understanding Kafka and Kafka Topics in .NET
Apache Kafka is a powerful distributed event streaming platform that is widely used in .NET applications for building real-time data pipelines and stream processing solutions. In this blog post, we...
Siva V
Mar 12, 2024
Minimal APIs with Carter in .NET 8.0
Carter is a library for building HTTP APIs in .NET. It simplifies the process of defining and organizing endpoints in your application. Here's a step-by-step guide on how to use Carter with Min...
Prasad Raveendran
Mar 10, 2024
Understanding Ref Local Reassignment in .NET
In .NET programming, ref locals offer a powerful feature that allows developers to work with references to variables directly. One such capability is ref local reassignment, which enables modifying...
Siva V
Mar 08, 2024
Comparison of xUnit, NUnit, and MSTest in .NET Core Testing
Testing is an integral part of the software development life cycle, ensuring the reliability and correctness of your code. In the .NET Core ecosystem, developers have several testing frameworks to ...
Prasad Raveendran
Mar 03, 2024
Challenges in Migrating ASP.NET Apps to Containers #1 – MARS
One of the major issues encountered when connecting to databases after porting the ASP.NET app to Docker Linux containers. Migrating ASP.NET apps to Linux Docker containers posed challenges, notabl...
Mohammad Elsheimy
Mar 02, 2024
C# Plugin Not Called, Trace Log Missing in Dynamics 365
C# Plugin not called, and plugin trace logs not generated in Dynamic 365. Ensure C# plugins in Dynamics 365 work by adding related processes, plug-in assembly, and SDK message steps to your solution.
U T
Mar 02, 2024
XML Handling with LINQ
LINQ to XML: Demonstrate how LINQ can be used to query and manipulate XML data.
Yogesh Vedpathak
Feb 23, 2024
Demystifying CORS in .NET 6.0 Minimal APIs
Cross-Origin Resource Sharing, commonly known as CORS, plays a pivotal role in contemporary web development by empowering servers to regulate the domains permitted to access their resources. This b...
Prasad Raveendran
Feb 23, 2024
Synchronization in Multithreading with lock and Semaphore in .NET 6.0
Multithreading is a potent technique enabling applications to concurrently execute multiple threads, thereby enhancing performance and responsiveness. However, along with its benefits, there arise ...
Prasad Raveendran
Feb 23, 2024
Handling Exception with 'When' Clause in Catch Block
C# 6.0 introduced several language enhancements to make code more expressive and developer-friendly. One notable addition was the introduction of the 'When' clause in catch blocks, providin...
Prasad Raveendran
Feb 04, 2024
Different Approaches in Entity Framework with .NET
Entity Framework (EF) is a powerful and versatile Object-Relational Mapping (ORM) framework that simplifies database interactions in .NET applications. In this comprehensive guide, we'll unrave...
Siva V
Jan 25, 2024
Deploying a .NET Solution to Production
Deploying a .NET solution to a production environment involves several critical steps to ensure a smooth transition from development to production. In this comprehensive guide, we'll cover the ...
Siva V
Jan 23, 2024
No Records Available.
81
-
100
of
822
<<
3
4
5
6
7
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Agile Development