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
(1568)
Blogs
(901)
Resources
(333)
Videos
(190)
News
(120)
Articles
What is An Assembly
An assembly in .NET is a unit of deployment containing compiled code, metadata, and resources. It's the fundamental building block of .NET applications, facilitating deployment, versioning, and...
Ritesh Sharma
Apr 21, 2014
Code-First Stored Procedure Entity Framework 6.0
This content explains how to configure Entity Framework 6.0 and above to use stored procedures with a Code-First approach. It details overriding the OnModelCreating method in DbContext to map store...
Jignesh Trivedi
Sep 10, 2014
JIT (Just-In-Time) Compiler
.NET languages utilize CLR, enabling execution through JIT compiler, converting MSIL to CPU-specific native code during runtime. This JIT process ensures optimal performance, compiling IL to native...
Nipun Tomar
Mar 16, 2011
Executing Assembly Code in C#
Learn how to integrate hardcore assembly code into managed .NET code using a VC++ DLL as an intermediary, enabling faster execution and better control over hardware. This article illustrates invoki...
Ajay Yadav
Nov 10, 2014
Creating And Using Shared Assembly
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
Mayur Gujrathi
Apr 13, 2011
Remoting in .NET
.NET Remoting enables distributed communication across app domains using various protocols, serialization formats, and object creation modes. Server-side, it creates a service exposing methods, acc...
Ramaprasad Upadhyaya
Sep 26, 2003
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
No Records Available.
181
-
200
of
1568
<<
8
9
10
11
12
>>
Learn Angular 8 In 25 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Custom Controls