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
(1543)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Dot Net Tips Tricks C # Tips Tricks and Solutions
Discover invaluable tips, tricks, and solutions for .NET and C# programming. Enhance your coding skills, troubleshoot effectively, and optimize performance with expert insights and techniques.
Dasha Kizilova
Nov 25, 2016
Advanced JWT Authentication in .NET C# for Enhanced Security
In this article, we delve deeper into JWT authentication, exploring its inner workings, best practices, security considerations, and strategies for enhancing scalability using C#.
Jitendra Mesavaniya
May 07, 2024
Registering URL Scheme
Registering URL schemes enables custom protocols for launching specific applications or actions. Integrate seamlessly across platforms for efficient deep linking and enhanced user experience.
Suraj Sahoo
May 31, 2016
Learn About SOLID Principles
SOLID principles are fundamental to object-oriented design, ensuring code is clean, maintainable, and scalable. Learn SRP, OCP, LSP, ISP, and DIP for robust, flexible software architecture.
Prasad Raveendran
Apr 01, 2019
Developers Use Case For .NET API Browser
The .NET API Browser empowers developers with a comprehensive tool for exploring and understanding the .NET ecosystem. With detailed documentation, code examples, and search functionality, it strea...
Vidya Vrat Agarwal
Apr 24, 2017
No Records Available.
281
-
300
of
1543
<<
13
14
15
16
17
>>
Learn Flutter
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Data Science