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
(1557)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Elevating Code Quality: Best Practices for Effective Code Reviews
Elevating Code Quality" presents essential strategies for effective code reviews, fostering collaboration, and enhancing software reliability. Explore best practices in peer feedback, automate...
Chetan Sanghani
Jun 02, 2024
Understanding SOLID Principles in .NET Core
SOLID principles are a set of five design principles in object-oriented programming that aim to make software designs more understandable, flexible, and maintainable. In this blog post, we’ll explo...
Sundaram Subramanian
Jun 02, 2024
Mastering Asynchronous Programming in C# Async and Await Patterns
Master asynchronous programming in C# with the async and await patterns. Learn how to write non-blocking code, improve application performance, and handle concurrency. Understand Task-based asynchr...
Sardar Mudassar Ali Khan
Jun 01, 2024
An Overview and Guide to Git
It covers essential concepts, commands, and workflows, providing step-by-step instructions for beginners and best practices for advanced users. Learn how to manage your code efficiently and collab...
Ayush Gupta
Jun 01, 2024
Visual Studio 11 New Features
Discover the enhanced features of Visual Studio, including simplified workflows, Agile development, modern app templates, and seamless Team Foundation Server integration. Experience new IDE themes,...
Senthilkumar
Mar 26, 2012
Wizard Control in ASP.Net
The Wizard Control in ASP.Net simplifies the creation of multi-step forms by providing a step-by-step navigation interface. It enhances user experience by breaking down complex forms into manageabl...
Senthilkumar
Mar 14, 2012
Sealed Class in .NET C#: Syntax, Usage, and Example
Users are prevented from inheriting a class by using sealed classes. The sealed keyword can be used to seal a class. The keyword informs the compiler that an extension of the class is not possible ...
Jaimin Shethiya
May 30, 2024
Hide Base Class Members in C# .NET with new Keyword
In C# .NET, the new keyword allows derived classes to hide members of a base class. This technique, known as member hiding or shadowing, is used to define a new implementation for a member without ...
Jitendra Mesavaniya
May 30, 2024
API Management: An In-Depth Exploration
API Management involves the strategic handling of APIs throughout their lifecycle. It includes aspects like security, monitoring, documentation, and scalability, ensuring efficient, secure, and con...
Ayush Gupta
May 30, 2024
WADL vs WSDL: The Battle of Web Service Descriptors
Explore the significance and evolution of WSDL and WADL in web service description. WSDL, tailored for SOAP-based services, contrasts with WADL, simpler and geared towards RESTful services. While W...
Ayush Gupta
May 30, 2024
Difference between Forward and Reverse Proxy
Forward and reverse proxies serve distinct roles in network communication. Forward proxies act on behalf of clients, accessing resources on external servers, while reverse proxies handle requests f...
Ayush Gupta
May 29, 2024
An In-depth Look at Kusto Query Language (KQL)
Delve into Kusto Query Language (KQL), the powerful syntax behind Azure Data Explorer. From data querying to advanced analytics, KQL facilitates efficient data analysis, aggregation, and visualizat...
Ayush Gupta
May 28, 2024
Exception Handling Mechanism In .NET
In thiThe "Exception Handling Mechanism in .NET" refers to the robust system for managing errors and exceptions in .NET applications. It encompasses the use of try-catch blocks, finally b...
Rathrola Prem Kumar
Jan 22, 2017
Creating Dynamic Narration in Scripts with System.Speech and .NET 8
Creating Dynamic Narration in Scripts with System.Speech and .NET 8" enables automated speech synthesis in scripts using .NET's System.Speech library. Harnessing dynamic content generation...
Jefferson S. Motta
May 28, 2024
.Net Framework Vs .Net Core Vs .Net Standard
Explore the differences between .NET Framework, .NET Standard, and .NET Core. Learn about their histories, architectures, and compatibility. Discover when to use each framework and their key featur...
Kirtesh Shah
Sep 28, 2020
.NET Framework Vs .NET Core Vs .NET Standard
Explore the differences between .NET Framework, .NET Core, and .NET Standard. .NET Framework is Windows-based, less effective. .NET Core is open-source, cross-platform, for high performance and mic...
Ganesan C
Sep 29, 2021
Multiple OrderBy Operations in Entity Framework
Entity Framework (EF) is a powerful ORM (Object-Relational Mapper) in .NET that allows developers to work with databases using .NET objects. In EF, this can be achieved using OrderBy, ThenBy, Order...
Jitendra Mesavaniya
May 27, 2024
Building a Blockchain in .NET
Blockchain technology offers a decentralized, immutable ledger system beyond cryptocurrency. This guide demonstrates building a basic blockchain using .NET, covering key concepts, implementation st...
Ajay Kumar
May 27, 2024
String Builder in .NET C#: Usage, and Example
Since the string type in C# is immutable, we are unable to alter its contents once they are created. This implies that attempting to modify a string-type object after it has been created will resul...
Jaimin Shethiya
May 26, 2024
Code Behind and Inline Code in ASP.NET
In this article, we will learn how Code Behind promotes separation of concerns by keeping server-side logic separate from HTML, while Inline Code integrates both in a single file, impacting maintai...
Anubhav Chaudhary
Apr 05, 2013
No Records Available.
181
-
200
of
1557
<<
8
9
10
11
12
>>
Learn Machine Learning With Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Bootstrap