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
(1558)
Blogs
(899)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Exploring the Fundamentals of Concurrent Programming in .NET
Concurrency is vital for efficient applications. .NET offers Thread, Multithreading, Task, Async & Await, Threadpool, Lock, and Deadlock tools. Understanding them enhances .NET development for ...
Amit Mohanty
Apr 19, 2024
Chat Server and Client in C# Using Remoting Technology
This application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in Windows Forms.
Pramod Singh
Feb 16, 2001
Encryption for Data Security: Creating Digital Certificates
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and ...
Vikas Gupta
May 06, 2024
A Brief History of Microsoft Programming IDE’s
This article provides a concise overview of the evolution of Microsoft programming IDEs, tracing from Visual Basic to Visual Studio and beyond, highlighting their impact on software development eff...
David Mccarter
May 06, 2024
HashSet .NET C#: Usage, Methods, and Example
A hash set is an unordered list of distinct elements in C#. In.NET 3.5, this collection is released. When we wish to stop duplicate pieces from being added to the collection, we typically utilize i...
Jaimin Shethiya
May 03, 2024
No Records Available.
301
-
320
of
1558
<<
14
15
16
17
18
>>
Learn Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Office 365 Copilot