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)
Articles
An Overview Of Web Services In .NET
A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.
Adalat Khan
Sep 05, 2018
Compressing Web API Responses Using DotNetZip
Compressing Web API responses with DotNetZip enhances efficiency and performance by reducing data size. Using compression techniques like Gzip or Deflate, it optimizes data transmission, improving ...
Vivek Kumar
Mar 11, 2017
Remoting in C#
Explore Remoting, a CLR framework enabling developers to build distributed apps and network services. Learn about key features like Object Passing, Proxy Objects, and more. Follow a simple client/s...
farazfastian43
May 13, 2002
.NET Remoting in a Simple Way
In this article, we will learn Remoting facilitates accessing remote objects between different application domains. Key elements include proxies (transparent or real), channels (TCP or HTTP), and f...
Rahul Kumar Saxena
Apr 27, 2007
Integrating Azure Service Bus with .NET Applications
In this article, we'll walk through the process of using Azure Service Bus with .NET. We'll cover everything from creating a Service Bus instance in the Azure portal to sending and receivin...
Yogeshkumar Hadiya
May 13, 2024
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
No Records Available.
161
-
180
of
1542
<<
7
8
9
10
11
>>
Learn Django in 20 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Windows Services