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
CSS Viewer Extension for Improved Development and QA Efficiency
The CSS Viewer Extension enhances web development and QA efficiency by allowing developers to quickly inspect and analyze CSS properties directly within their browsers.
Harieswaran D
Aug 01, 2024
Parallelism, Asynchronization, Multi-threading, & Multi-processing
Concurrency in programming can be achieved through various techniques, each with its own strengths and ideal use cases. In this blog, we’ll explore how parallelism, asynchronization, multi-threadin...
Siva V
Jul 31, 2024
Pagination in .NET: With and Without Entity Framework
Pagination is a crucial feature for any application that deals with large datasets. It helps in fetching a subset of records, improving performance and user experience. This blog post covers how to...
Siva V
Jul 27, 2024
Parallelism in C# for CPU-bound and I/O-bound Operations
Parallelism is a key concept in modern software development, enabling applications to perform multiple tasks simultaneously, thus improving performance and responsiveness. In C#, parallelism can be...
Siva V
Jul 26, 2024
Email Communication in Power Apps with the SendEmailV2
Enhance your Power Apps by setting up a dynamic email system within a gallery control. Learn to create a 'Send Email' button that appears based on specific conditions, configure it using Se...
Vishal Birajdar
Jul 26, 2024
JWT, OAuth, OpenID Connect, and Azure AD: Authentication Levels
In modern web applications, ensuring secure and efficient authentication is paramount. Several protocols and standards exist to address different aspects of authentication and authorization. This b...
Siva V
Jul 24, 2024
Implement User Authentication & Authorization in Canva
Implement user authentication and authorization in Power Apps by creating a secure login system with username and password validation. Use functions like IsBlank(), LookUp(), and Filter() to manage...
Vishal Birajdar
Jul 23, 2024
Understanding Kafka and Zookeeper: How They Enhance Your .NET App
In the modern era of software development, the need for efficient data streaming and real-time data processing has become paramount. Apache Kafka and Zookeeper have emerged as critical components i...
Siva V
Jul 22, 2024
Strategy Pattern in .NET 8.0 Minimal API with Dependency Injection
The Strategy pattern is a behavioral design pattern that allows you to define a family of algorithms, encapsulate each one, and make them interchangeable. This pattern is particularly useful in sce...
Prasad Raveendran
Jul 14, 2024
How .NET Achieving Language Interoperability (C#, VB.NET)
.NET's strength lies in its ability to provide language interoperability, enabling developers to create applications using multiple programming languages seamlessly. This is made possible throu...
Siva V
Jul 07, 2024
Understanding LINQ Execution in C#
LINQ (Language Integrated Query) is a powerful feature in C# that allows querying data from different sources (like collections, databases, XML, etc.) in a consistent manner. LINQ can be used in tw...
Siva V
Jul 06, 2024
Understanding Entity Framework and Entity Framework Core
Entity Framework (EF) is an Object-Relational Mapper (ORM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code that deve...
Siva V
Jul 05, 2024
Implementation of Saga pattern in .NET 8.0
The Saga pattern is a design pattern used to manage and coordinate distributed transactions in microservices architectures. Unlike traditional monolithic transactions that ensure ACID (Atomicity, C...
Prasad Raveendran
Jul 05, 2024
12 Simple Clean Code Tips in .NET
Writing clean code is essential for maintainability, readability, and scalability. Here are 12 simple tips to help you write cleaner code in .Net, each illustrated with bad and good code snippets.
Siva V
Jul 04, 2024
Learn Key Features in C# ( AS, IS, NameOf, Pattern Matching)
The as and is keywords allow for safe type checking and conversion, while the nameof operator and conditional access operator provide convenient ways to handle variable names and null values.
Siva V
Jul 03, 2024
Unlocking the Power of SOLID Principles in .NET Development
Explore the transformative power of SOLID principles in .NET development. From enhancing code readability with SRP to fostering extensibility through OCP and ensuring robustness with LSP, discover ...
Pankaj Zalera
Jul 02, 2024
Unlocking the Power of String Interpolation in C#
Unlock the power of string interpolation in C# for dynamic, readable code. Seamlessly embed expressions within strings to simplify complex queries, enhance debugging, and streamline HTML generation.
Pankaj Zalera
Jul 02, 2024
Domain-Driven Design
Domain-driven design (DDD) is an approach to software development that aligns closely with a domain expert's understanding of the problem.
Pankaj Zalera
Jul 02, 2024
Implementing Chain of Responsibility Pattern in C#
Learn how to implement the Chain of Responsibility pattern in C#. This behavioral design pattern allows you to decouple the sender and receiver of requests by giving multiple objects a chance to ha...
Siva V
Jun 30, 2024
Implementing Resilience in a .NET 8 Web API
In modern web development, building resilient APIs is crucial for ensuring reliability and performance. This blog will guide you through implementing resilience in a .NET 8 Web API using Microsoft....
Prasad Raveendran
Jun 30, 2024
No Records Available.
21
-
40
of
822
<<
1
2
3
4
5
>>
Learn JavaScript
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Agile Development