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
Understanding of ConcurrentDictionary in .NET
Everything is becoming more concurrent, so usually server-based(or multithreaded environments) applications are faced with non-thread-safe problems such as race condition.
Rasul Huseynov
May 08, 2024
Apply Single JavaScript Function to Multiple Textboxes For Validation
Validate multiple textboxes efficiently in JavaScript using a single function. Employ event listeners for input events, utilize DOM manipulation to access textbox values, and apply validation rules...
Anubhav Chaudhary
Dec 20, 2013
Reflection and Attributes in C#
Reflection in C# allows examining and manipulating types, methods, and other members at runtime. Attributes provide metadata to annotate code elements, aiding in customization and dynamic behavior....
Ashish Shukla
Sep 03, 2010
Bypassing Obfuscation: Ciphered Code Reverse Engineering
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Ajay Yadav
Nov 11, 2014
Serialization And Deserialization in .NET
Serialization in .NET transforms objects into a format suitable for storage or transmission, facilitating data interchange. Deserialization reverses this process, reconstructing objects from the se...
Anup Hosur
Dec 27, 2015
Introduction To .NET Platform
In this article, you will discover the fundamentals of the .NET platform, including the C# programming language, Common Language Runtime (CLR), and Base Class Library (BCL).
Usman Arshad
Dec 18, 2015
Unlocking Performance: Exploring PLINQ in .NET C#
In today's computing landscape, where multi-core processors are ubiquitous, optimizing the performance of your applications often involves leveraging parallelism. One powerful tool in the .NET ...
Jitendra Mesavaniya
May 08, 2024
CLR Internals - Process and Application Domain
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
Vidya Vrat Agarwal
May 28, 2013
Check .NET Application Performance Using Performance Optimization
Optimize your .NET app's performance by analyzing bottlenecks, monitoring resource usage, and fine-tuning code for efficient CPU and memory utilization. Employ profiling tools and performance c...
Ankush Bindra
Nov 15, 2015
Plugin Based Application Using C# MEF
Learn how to create a modular, extensible application using C# Managed Extensibility Framework (MEF). This tutorial explores plugin architecture, dependency injection, and dynamic loading for build...
Jean-Pierre Bachmann
May 25, 2015
SignalR (Part 1) - Installation Process
Learn to install SignalR in your .NET Core or ASP.NET Core project using the NuGet package manager. Ensure compatibility, manage dependencies, configure middleware, and set up client-side libraries...
Shivanand Arur
Apr 02, 2013
Stored Procedures With Entity Framework
Stored procedures in Entity Framework offer a way to execute database logic from within your .NET application. Utilize EF's capabilities to map and execute stored procedures efficiently, enhanc...
Munesh Sharma
Jun 23, 2015
Introduction To FriendlyUrls in ASP.Net
Learn the fundamentals of Friendly URLs in ASP.NET, exploring routing techniques for creating clean, user-friendly URLs. Discover how to configure routing in MVC applications, implement URL rewriti...
Nimit Joshi
Feb 05, 2014
Building .NET MAUI Apps Using GitHub Self-Hosted Runners on Mac
Develop .NET MAUI applications efficiently on macOS using GitHub's self-hosted runners. Optimize your workflow and leverage platform capabilities seamlessly for robust cross-platform app develo...
Adam Stirtan
May 08, 2024
Interpreter Pattern in .NET
The Interpreter Pattern in .NET facilitates language interpretation by defining grammar and providing a framework to interpret expressions. It's ideal for implementing domain-specific languages...
Jean Paul
Jan 19, 2012
REST Service in ASP.NET Web API
Learn to build RESTful services with ASP.NET Web API. Explore HTTP methods, routing, JSON serialization, DTOs, attribute routing, content negotiation, and error handling for robust APIs. Dive into ...
Mudita Rathore
Apr 26, 2013
Comma Separated Value (CSV) in MVC Using Ajax
Learn how to implement CSV (Comma Separated Value) data handling in an MVC (Model-View-Controller) architecture using Ajax. Explore techniques for exporting data asynchronously, leveraging JavaScri...
Suraj Sahoo
Mar 07, 2015
Dictionary in .NET C#: Syntax, Methods, and Example
In C#, a dictionary is a generic collection that holds elements as pairs of keys and values. The Non-Generic Hashtable collection and the Generic Dictionary operate extremely similarly.
Jaimin Shethiya
May 07, 2024
Hash Table in .NET: Syntax, Usage, Methods, and Example
A group of key/value pairs arranged according to the key's hash code is represented by the Hashtable class. This class is contained in the namespace System. Collections. To execute different ki...
Jaimin Shethiya
May 07, 2024
Various Types of Hidden Fields in .NET
Explore the diverse methods of managing hidden data in .NET applications. Learn about ViewState, Control State, Session State, HiddenField Control, Cookies, QueryString, Application State, Cache, a...
Rasmita Dash
Nov 17, 2014
No Records Available.
301
-
320
of
1568
<<
14
15
16
17
18
>>
Learn Angular 8 In 25 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
C# Advanced