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
Garbage Collection (2), Manage UnManaged Code
Discuss the garbage collection with unmanaged code: How to manage the unmanaged code in .NET, Dispose pattern
George
Feb 18, 2021
Garbage Collection (1), Manage Managed Code
Discuss the garbage collection with managed code: what is the process of the memory management of .NET in this article, while in (2) I will discuss How to manage the unmanaged code in .NET
George
Feb 15, 2021
Streamlining Collection Chunking in .NET 6: .Chunk vs. Methods
.NET 6 introduced several new features and enhancements that streamline development in C#. One such feature is the . The chunk method, which provides a simple way to split collections into smaller,...
Jitendra Mesavaniya
Jun 16, 2024
How to Become a Professional .NET Developer in 2024
Discover how to become a professional .NET developer in 2024 with this comprehensive guide. Learn essential skills, the latest .NET technologies, and effective learning paths.
Tural Suleymani
Jun 14, 2024
Learn Webhook vs. Callback URL
Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callb...
Ishika Tiwari
Jun 13, 2024
Reduce Query Time-Out Issues with GraphQL and Hasura for Enterprises
Explore how GraphQL and Hasura can significantly reduce query time-out issues in enterprise applications. By optimizing data fetching and improving API performance, these technologies enhance backe...
Satyaki Chakraborty
Jun 11, 2024
Using String-Based Enums in C#
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other da...
Sardar Mudassar Ali Khan
Jun 10, 2024
Frozen Collections in .NET 8
Frozen Collections in .NET 8" explores the introduction of frozen (immutable) collections in the latest .NET framework. These collections offer performance optimizations and enhanced memory ma...
Ajay Kumar
Jun 10, 2024
Improved Performance by STORED PROCEDURES
Stored procedures in relational database management systems (RDBMS) encapsulate frequently used SQL statements for efficient execution. They offer dynamic SQL execution, return values via OUT keywo...
Akshima Aggarwal
Jun 08, 2024
Building a .NET Desktop Application
Learn to develop a .NET desktop application with SQL Server data storage, employing a structured approach involving data access, business logic, and presentation layers. Utilize Visual Studio 2019...
Munib Butt
Apr 16, 2020
Building a .NET Web Application
In my first two articles, we first looked at the four common types of .NET applications we may find in the field. We briefly discussed these four types of applications and then in the second articl...
Munib Butt
Apr 21, 2020
Parallel Programming Using TPL in .NET
With today's computers, we have multiple cores that must be equipped to design and develop applications that can utilize these resources. We must develop programs that can run our functions in ...
Munib Butt
Apr 28, 2020
Enhancing Error Logging with SeriLog .NET
In this article, we'll explore how to enhance error logging using MySeriLogProject, a logging library designed to handle exceptions gracefully and improve the robustness of your applications. W...
Ashutosh Singh
Jun 06, 2024
Optimizing LINQ Queries In C#.NET For MS SQL Server
Learn how to optimize LINQ queries for SQL Server performance using Entity Framework. Understand the importance of generating efficient SQL queries and avoid common pitfalls. Explore techniques li...
Evgeniy Gribkov
Aug 13, 2020
Difference between String & StringBuilder in .NET C#
In .NET C#, String is immutable, meaning any modification creates a new instance, which can be inefficient for frequent changes. StringBuilder is mutable, designed for dynamic string manipulation w...
Jaimin Shethiya
Jun 05, 2024
RDLC Integration In MVC Application - Report Display Using Iframe
This article demonstrates how to integrate RDLC reports in ASP.Net MVC applications. Build the solution and run, navigate to Report view, then we will be able to see the following screen that the r...
Gopaiah Nekarukanti
Jul 25, 2017
Dependency Injection Using Microsoft Unity Framework
Explore Dependency Injection with Microsoft Unity Framework in the C# console app, emphasizing SOLID principles, IoC, and DI implementation for loosely coupled layers, enhancing testability.
Saineshwar Bageri
Feb 01, 2015
Optimizing Memory Management in C#
In this article, we will learn Memory management and optimization are crucial aspects of C# development, especially for applications that demand high performance and efficient resource utilization.
Sardar Mudassar Ali Khan
Jun 04, 2024
Embed Google Maps In .NET Desktop Application
DotNetBrowser simplifies embedding Google Maps in .NET WPF or WinForms applications. This Chromium-based library allows loading web pages with HTML5, CSS3, and JavaScript. By creating a BrowserView...
Anna Dolbina
May 14, 2016
Creating Text Editor Using ASP.Net and jQuery
Learn to build a text editor using ASP.NET and jQuery. Add TextBoxes, a Button, and a HiddenField. Apply CSS for styling. Integrate jQuery files for functionality. Handle events and data manipulat...
Anubhav Chaudhary
Jul 31, 2013
No Records Available.
141
-
160
of
1557
<<
6
7
8
9
10
>>
Learn Angular 8 In 25 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
EF Core