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
About ET
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (21)
Subarta Ray (12)
Sangeetha S (5)
Ganesan C (4)
Raveena Attri (4)
Amit Mohanty (3)
Kirtesh Shah (3)
Manoj Kalla (3)
Dashrath Hapani (3)
Santosh Karanam (3)
CSharp TV (2)
Vijay Kumari (2)
Nitin (2)
Babita (2)
Naveen Kumar (2)
Jaimin Shethiya (2)
Varun Setia (2)
Praveen Raveendran Pillai (2)
John Godel (2)
Chethan N (1)
Amit Kumar (1)
Tural Suleymani (1)
Geo J Thachankary (1)
Shantha Kumar T (1)
Onkar Sharma (1)
Aravind Govindaraj (1)
Deepak Tewatia (1)
Jignesh Kumar (1)
Ziggy Rafiq (1)
Jalpa Dhola (1)
Lalit Bansal (1)
Vignesh Kumar (1)
Gowtham K (1)
Jay Krishnareddy (1)
Satendra Singh Bhati (1)
Ismail Sayyad (1)
Prarthana Bhat (1)
Aakash Chhillar (1)
Sarthak Varshney (1)
Mayooran Navamany (1)
Related resources for ET
No resource found
Leveraging Schema Registry to Ensure Data Compatibility in Kafka
12/22/2024 5:25:49 AM.
Leveraging Schema Registry to Ensure Data Compatibility in Kafka. This article explores Schema Registry's role in Kafka, detailing schema management, compatibility, and serialization formats (Avro
What Developers Should Know about Observability
12/21/2024 4:27:18 PM.
In this video, we will explore modern observability and instrumentation approaches, focusing on the Pillars of Observability - “Metrics, Logs, Traces”
Getting started with Power Pages - Microsoft Business Application Ep. 24
12/21/2024 4:20:06 PM.
In this session, we will be giving a walkthrough on Power Pages.
How to use AutoMapper in .NET Web API
12/20/2024 10:25:32 AM.
In this article, we are going to explore how to use AutoMapper in the .NET Web API Application with examples. How to use AutoMapper in .NET Web API
Understanding Image Analyzers and Their Role in Fine Art Printing
12/20/2024 9:01:38 AM.
An Image Analyzer evaluates digital images for resolution, sharpness, and imperfections, ensuring high-quality prints. In fine art printing, it ensures images meet professional standards by assessing
Protect Your Data in S3: Enable Versioning for Extra Security
12/20/2024 8:27:48 AM.
Learn how to enable versioning in Amazon S3 to enhance data protection. This guide walks you through the steps to activate versioning, recover deleted or overwritten files, and safeguard against accid
Printing "Hello, World!" in Java: Different Techniques and Examples
12/20/2024 7:04:43 AM.
This article explores various methods to print "Hello, World!" in Java, introducing beginners to Java's syntax and structure. Examples include basic output, methods, string variables, an
Implement FluentValidation in a .NET Web API
12/20/2024 5:24:56 AM.
Learn how to implement data validation in a .NET Web API using FluentValidation. Explore creating validation rules, handling nested objects, custom validations, and conditional logic. Customize error
Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed
12/20/2024 4:30:21 AM.
In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
How To Remove Duplicate Characters From String In C#
12/18/2024 10:15:00 AM.
Learn how to remove duplicate characters from a string in C# with simple and effective methods. it will cover various approaches, including using loops, LINQ, and HashSet, to streamline string manipul
Google launches Android XR: Gemini Era Arrives for Headsets and Glasses
12/18/2024 10:13:45 AM.
Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
How to Create and Manage an S3 Bucket in AWS
12/18/2024 10:08:35 AM.
In this article, we will cover the step-by-step process of setting up a storage container for your files, including bucket configuration, uploading files, and testing.
I’m Preparing for FAANG : Getting Started with Essentials
12/18/2024 4:07:35 AM.
Data structures and algorithms are important, but it is not always easy to grasp their main ideas. This “I’m Preparing for FAANG“ series will help you not just learn data structures and algorithms but
How to Upload Files to S3 Bucket Using S3 Browser
12/17/2024 10:45:03 AM.
Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress,
Implement the Mediator Pattern in a .NET Web API
12/17/2024 10:44:03 AM.
Learn how to implement the Mediator Pattern in a .NET Web API using the MediatR library. This design pattern reduces tight coupling between components by centralizing communication through a mediator.
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
12/17/2024 6:48:30 AM.
In this article learn how using the TABLOCK hint in SQL Server can significantly speed up INSERT operations by reducing logging overhead and enabling parallel insertions.
Unit Testing in .NET Core with xUnit
12/16/2024 11:34:13 AM.
One of the main aspects of software testing that a developer can manage themselves is unit testing. It is employed to test your code's tiniest elements. Unit tests are used to verify that your cod
Implementing Localization in ASP.NET Core Web API
12/16/2024 9:29:14 AM.
Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
Implementing Versioning in ASP.NET Core WebAPI
12/16/2024 9:19:48 AM.
Implementing Versioning in ASP.NET Core WebAPI. This article provides a step-by-step guide to implementing versioning in ASP.NET Core WebAPI, enabling backward compatibility, managing API changes, and
Implementing Responsible AI using Python
12/16/2024 7:10:56 AM.
This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainability, and compliance with AI governance standards.
Triggering Topics in two ways in Copilot Studio
12/16/2024 6:04:40 AM.
This article explores automated and manual methods for managing topics effectively, enhancing workflows, and leveraging AI-driven capabilities. Master topic configuration and streamline your content c
Implement Basic, Custom and Multiple Health Checks in .NET Web API
12/16/2024 4:51:56 AM.
In this article, we are going to learn about Implement Basic, Custom and Multiple Health Checks in .NET Web API. This article explains Health Check implementation in .NET Web API, covering basics, cus
Explaining Duck Number in C#
12/16/2024 4:23:56 AM.
In this article, I will discuss the Duck Number in C# with various examples. It includes detailed explanations and practical C# implementations.
Git GUI Clients (1), Visual Studio
12/13/2024 5:44:49 PM.
This article will discuss Visual Studio as a client of Source Control Server. This series dives into various Git GUI clients, detailing features like repository management, interaction with local and
Git GUI Clients (2), VS Code
12/13/2024 5:42:21 PM.
This series explores various Git GUI clients like Visual Studio, VS Code, GitHub Desktop, TortoiseGit, and SmartGit, focusing on their features for repos management, interaction between local and remo
Enhancing Performance and Responsiveness Using Threading in C#
12/13/2024 10:24:18 AM.
Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time.
Bulk Insert Example with Two SQLite DB Files using .NET
12/13/2024 5:06:10 AM.
Learn how to merge two SQLite databases in C# using bulk insert/update. This method reads data from one DB and updates or inserts it into another, achieving efficient data merging.
Connection String in ASP.NET Core MVC .NET 8
12/13/2024 4:56:47 AM.
Learn how to manage and use connection strings in applications, explore AppSettings.json, environment variables, and static classes, and understand their implementation with sample code for seamless d
Dining Philosophers Algorithm in C# with Real World Implementation
12/13/2024 4:34:37 AM.
Explore the practical implementation of the Dining Philosophers algorithm in C# to understand resource allocation and synchronization in concurrent programming.
Entity Framework (13), with .Net Core Code-First Summary
12/12/2024 2:39:27 PM.
This is a summary article to discuss .Net Core Entity Framework Code First Approach.
Entity Framework (12), with New .Net Core MVC Code-First
12/12/2024 2:33:35 PM.
This article discuss the new .Net Core MVC entity framework, code first module.
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
12/12/2024 2:33:05 PM.
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (11), with .Net Core Razor Pages Code-First
12/12/2024 2:32:20 PM.
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Entity Framework (10), With .Net WebForms, Database-First
12/12/2024 2:31:52 PM.
This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
Entity Framework (7), With .NET WPF, Database-First
12/12/2024 2:31:04 PM.
This article describe to develop a WPF app with entity framework, database first approach.
Entity Framework (5), With .Net Core MVC, Database-First
12/12/2024 2:30:37 PM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Entity Framework (4), With .Net Core MVC, Code-First
12/12/2024 2:29:55 PM.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
AES Encryption in C# Protecting Sensitive Information
12/12/2024 11:37:37 AM.
Discover how to effectively implement AES encryption in C# to secure sensitive data in real-world applications, enhancing data privacy and security.
Real-Time Algorithm Creation for Traffic Signal Handling in C#
12/12/2024 8:42:18 AM.
Explore the development of a real-time traffic signal handling algorithm in C#, designed to dynamically adjust signal timings based on current traffic conditions to improve flow and reduce congestion.
Introduction To Minimal API in ASP.NET Core
12/12/2024 8:34:43 AM.
Minimal APIs in ASP.NET Core are a streamlined approach to building web APIs designed to be lean and efficient. ASP.NET Core Minimal APIs simplify web API development with concise syntax, reduced boil
Optimizing Networks with Minimum Spanning Tree in C#
12/12/2024 4:44:57 AM.
To implement the Minimum Spanning Tree algorithm in C# to efficiently connect all nodes in a network, reducing costs and improving performance.
Entity Framework (3-1), with .Net Console Model-First
12/11/2024 9:29:27 PM.
This article is to discuss Entity Framework with .Net Console Model-First .
Entity Framework (3), with .Net MVC, Model-First
12/11/2024 9:29:01 PM.
This article will discuss Entity Framework with .Net MVC, Model-First approach
Entity Framework (2), With .Net MVC, Database-First
12/11/2024 9:28:27 PM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (1), With .Net MVC, Code-First
12/11/2024 9:27:58 PM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (0), Overview
12/11/2024 9:26:56 PM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Modern Featured Entity Framework With SQLite DB Example
12/11/2024 10:31:03 AM.
Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using Vis
NATS Message Queue Authentication
12/11/2024 8:38:23 AM.
How to set Authentication and Authorisation in the NATS Message Queue. Explore NATS authentication techniques, including Username/Password, Tokens, NKEY, JWT, and custom methods. Understand security h
Getting Started with React: A Simple Guide
12/11/2024 7:17:20 AM.
Learn the Basics of React and How to Start Building Web Applications
New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy
12/11/2024 5:06:01 AM.
In this article, I will showcase the new methods: Index, CountBy, and AggregateBy. These powerful additions in .NET 9 bring significant enhancements to LINQ, aimed at improving your coding experience
The Complete Guide to NUnit Testing in C# 13 and .NET 9
12/10/2024 3:23:37 PM.
This comprehensive guide explains NUnit testing in C# 13 with .NET 9 with detailed explanations, modern testing techniques, and practical code examples. Authored by Ziggy Rafiq.
Session in ASP.NET Core MVC .NET 8
12/10/2024 11:13:14 AM.
This article covers enabling sessions in .NET 8 ASP.NET Core MVC, storing/retrieving session values, managing session keys, and implementing session handling with step-by-step examples and code walkth
SQLite Database with .NET Example
12/10/2024 9:51:01 AM.
SQLite is a lightweight, file-based relational database ideal for small web, mobile, and .NET applications. This guide demonstrates SQLite integration, CRUD operations, and database handling using C#.
Using SignalR for Real-Time Communication in Blazor Applications
12/10/2024 9:10:45 AM.
SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including
Target Content to a Specific Audience on SharePoint Site
12/10/2024 6:59:50 AM.
Target Audience is a SharePoint feature that enables personalized content visibility for specific user groups. This is particularly useful for large organizations managing diverse teams, as it allows
How Tron Script Enhances Security And Automation In The Digital Currency World
12/10/2024 5:13:28 AM.
The Tron Script empowers automation and security in digital currency through Tron Wallet and API integration. It ensures scalability, rapid transactions, and robust cybersecurity, fostering innovation
Generating Permutations Efficiently in C# with Heap's Algorithm
12/9/2024 8:18:29 AM.
In this article to implement Heap's algorithm in C# to generate all possible permutations of a sequence, we illustrated with a real-world scheduling problem example.
Efficient Task Scheduling with Round Robin Algorithm in C#
12/9/2024 8:06:28 AM.
Explore the implementation of the Round Robin scheduling algorithm in C#, designed to ensure fair CPU time allocation among processes, with a practical use case example.
Building a GPT-Based Language Model in C#
12/9/2024 7:59:59 AM.
In the world of AI, transformers have revolutionized the way we approach natural language processing (NLP) tasks. At the heart of these advancements is the GPT (Generative Pre-trained Transformer) arc
Implementing Dijkstra's Algorithm in C#
12/9/2024 7:44:04 AM.
Implement Dijkstra's algorithm in C# to efficiently find the shortest paths in a weighted graph, enhancing your ability to solve complex pathfinding problems in various applications.
Efficiently Managing Data with Binary Tree Implementation in C#
12/9/2024 5:32:36 AM.
This article tells you how to implement and leverage binary trees in C# to optimize data storage and retrieval, ensuring your applications run smoothly and efficiently.
AlpineGate AI Unveils AlbertAGPT Beta 3.0 Revolution in AI
12/9/2024 5:24:17 AM.
In a groundbreaking announcement, AlpineGate AI Technologies Inc. has introduced AlbertAGPT Beta 3.0, a new AI model specifically tailored to tackle domain-specific challenges from finance and healthc
Implement Hybrid Cache in .NET 9 + Redis Caching
12/9/2024 5:18:05 AM.
Hybrid cache simplifies .NET caching by unifying in-memory and distributed approaches. It supports extensible code, concurrency management, multi-source caching, Redis integration, serialization, and
Pass Data Across Views In .NET MVC
12/8/2024 1:19:02 PM.
In this article, you will learn how to pass data across views in MVC.
View Variables In .NET Core MVC
12/8/2024 1:14:18 PM.
This article discuss View Variables In .NET Core MVC, such as ViewBag, ViewData, TempData, and Session.
View Variables In .NET MVC
12/8/2024 1:12:04 PM.
This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
How to Reverse Order of the Given String
12/8/2024 5:24:12 AM.
Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code exa
Payment and Invoice Processing Using Stripe in .NET
12/7/2024 3:58:00 AM.
Learn how to integrate Stripe with .NET for secure payment processing, including customer creation, payment methods, invoices, refunds, and more. A step-by-step guide for building robust and scalable
Token Caching in .NET 8 with Microsoft Entra ID
12/7/2024 3:22:18 AM.
Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalability i
Rate Limiting In .NET Core
12/7/2024 3:18:40 AM.
This article explores implementing rate limiting using middleware, configuring policies, and handling scenarios like API throttling. Learn to optimize your applications effectively with ASP.NET Core.
How to Install Node.js on AWS EC2 and Check Services Status
12/7/2024 3:04:42 AM.
Learn how to install Node.js on an AWS EC2 instance with this step-by-step guide. We’ll walk you through setting up an EC2 instance, installing Node.js, and verifying the installation. Additionally, y
Stratis Launches Liquid Staking Beta on Auroria Testnet
12/6/2024 10:23:22 AM.
Stratis is excited to announce that liquid staking on the Stratis blockchain is now available in beta on the Auroria Testnet
INSERT INTO and SELECT INTO: Which is Better?
12/6/2024 5:50:06 AM.
In this article, we’ll explore the differences between these two methods, their impact on temporary tables, and practical recommendations for SQL developers, data engineers, and DBAs. Using examples f
Goodbye Swagger: How .NET 9 is Redefining API Documentation
12/6/2024 5:05:39 AM.
Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se
Design Pattern (5), Dependency Injection
12/5/2024 6:35:37 PM.
This article discusses Dependency Injection. This article series covers Design Patterns, starting with MVC. This specific article focuses on Dependency Injection (DI) in .NET, explaining the Dependenc
DbContext Register and Lifetime
12/5/2024 6:22:08 PM.
This article discusses DbContext and its lifetime
Getting Input From User in Java
12/5/2024 9:58:28 AM.
In this article, you will learn a way of getting input from users in Java. The Java Scanner class simplifies user input by parsing tokens with default whitespace delimiters. This article demonstrates
ASP.NET Core CRUD using Dapper, .NET 8 using SQL Server
12/5/2024 7:18:42 AM.
Learn to build a CRUD (Create, Retrieve, Update, Delete) application in ASP.NET Core MVC using .NET 8 and Dapper ORM. This guide covers creating models, repositories, controllers, and Razor views with
Restoring Deleted Power Automate Flows using Power Automate
12/5/2024 4:06:59 AM.
Process or steps to restore the deleted Power Automate flow using another Power Automate flow. Restoring Deleted Power Automate Flows using Power Automate.
Exception Handling in C# 9.0
12/4/2024 10:14:53 AM.
Exception handling in C# 9.0 ensures applications can manage unexpected errors gracefully, improving stability and user experience. This includes using try, catch, finally, and throw for structured er
Customized Authentication Filters in ASP.MVC Core 6
12/4/2024 9:34:59 AM.
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user acc
How to Locally Override Code and Test It in the Browser?
12/4/2024 5:21:01 AM.
This guide covers setting up a local development environment, using browser developer tools, and implementing changes directly to see the results instantly, enhancing your web development workflow.
Create Worker Service and Deploy as Windows Service .NET Core
12/4/2024 5:01:25 AM.
In this article, we will learn how to create a .NET Worker Service in Visual Studio, configure it as a Windows Service, and manage it using commands for seamless background task execution.
Implementing Logging in C# 9.0
12/4/2024 4:22:37 AM.
This article explores the fundamentals of logging in C# 9.0, showcasing the importance of logging and how to implement it using different frameworks such as Microsoft.Extensions.Logging, NLog, and Ser
How to Stay Organized with Microsoft Teams Calendar
12/3/2024 8:30:45 AM.
How to Stay Organized with Microsoft Teams Calendar is a guide that explores how to effectively manage your schedule using the built-in calendar feature in Microsoft Teams. The article explains how to
Scaffolding in C# 9.0: Building Fast & Efficient Code Structures
12/3/2024 8:19:58 AM.
Scaffolding in C# 9.0 streamlines application development by automating code generation for controllers, views, and models. It enhances productivity with simplified syntax, improved performance, and c
Top IDEs for Java Development in 2024
12/2/2024 6:14:06 AM.
An IDE (Integrated Development Environment) is a software tool that helps developers code, test, and debug efficiently. Popular Java IDEs in 2024 include IntelliJ IDEA, Eclipse, NetBeans, and more.
Top Benefits of Alibaba Cloud's ACK for Kubernetes Management
12/2/2024 4:11:03 AM.
Discover how Alibaba Cloud's ACK simplifies Kubernetes with scalability, security, and cost-efficiency, empowering businesses with streamlined container management.
Understanding .http Files in .NET 8
12/1/2024 5:24:59 AM.
Discover how to enhance API testing with Visual Studio's .http file feature. Learn to create and execute HTTP requests directly within the IDE, eliminating the need for external tools like Postman
CRUD Operations with ASP.NET Core API and EF Core
11/29/2024 5:16:11 AM.
This article provides step-by-step instructions for building a RESTful API, integrating EF Core for database management, and performing essential data operations seamlessly.
C# Foundation - Nullable Types
11/28/2024 11:22:29 AM.
This article covers the basics, syntax, and practical use cases of nullable types, enabling you to write safer, more reliable code by avoiding null reference errors effectively.
How to Use Microsoft Teams for Project Management
11/28/2024 9:58:05 AM.
Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with c
How to Customize Your Microsoft Teams Experience
11/28/2024 8:34:38 AM.
Learn how to customize your Microsoft Teams experience with simple steps! Adjust notification settings, organize your layout for better efficiency, and personalize themes and video call backgrounds.
.NET with MONGO Database Code Example
11/28/2024 8:22:04 AM.
Learn MongoDB integration with .NET, from setup to CRUD operations. Discover its advantages, like cross-platform flexibility, high-speed data handling, and robust security, with code examples for seam
Enhanced Exception Handling with IExceptionHandler in .NET Core 8
11/28/2024 5:49:02 AM.
Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanc
What is Params In C#?
11/28/2024 4:49:01 AM.
In C# programming, the "params" keyword plays a crucial role in enhancing flexibility and convenience when dealing with methods that accept a variable number of the same type of parameters.
Postman - Setup Workspace And Collection
11/27/2024 6:25:35 PM.
Swagger (OpenAPI) defines REST APIs for both machines and humans. This article explores integrating C# special comments into Swagger for clearer API documentation and utilization in .NET and .NET Core
High-Performance Apps Using C# Span<T>
11/27/2024 11:35:46 AM.
Often in application we come scenarios where we need to perform string manipulation operations. In such cases using string type take up huge memory as it is immutable. Instead Span can be used, which
Minimal Web API With .NET 9
11/27/2024 11:10:40 AM.
In this article, you will learn about RESTFul Minimal Web API with .NET 6 and .NET 7. REST APIs use the REST architecture style to provide standardized resource access using HTTP verbs. Minimal APIs
Dependency Injection (DI) in .NET Core
11/27/2024 10:59:49 AM.
In this article, we will learn how to configure services, implement constructor injection, and understand DI lifetimes (scoped, transient, singleton) for efficient application design.