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
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
DNN (Formerly DotNetNuke) Tutorial - Part 1
DNN Tutorial - Part 1 introduces DotNetNuke, a versatile content management system (CMS) built on ASP.NET. Learn website setup, user management, and extension installation for robust web developmen...
Teddy Kurian
Jul 07, 2015
COM in .NET
COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM compo...
Ajay Yadav
Nov 05, 2014
Implement Many-To-Many Relationship in C# Class
Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools li...
Sourav Kayal
Oct 18, 2013
3 Important Concepts: - Association, Aggregation and Composition
Explore essential OOP concepts like association, aggregation, and composition through real-world examples. Understand their significance in modeling relationships and code maintainability. This ar...
Shivprasad
Feb 16, 2012
Understand Virtual Object.Equals, Static Object.Equals and Reference.Equals in Object Class
In the Object class of C#, the Equals method can be overridden, creating virtual and static versions. Virtual Equals compares content, static compares references, while Reference. Equals provide re...
Ehsan Sajjad
Jun 27, 2016
Weak Event Pattern and Memory Leak in .Net 4.5
The code demonstrates the issue of memory leaks due to unregistered event handlers and introduces the weak event pattern in .NET 4.5 as a solution. It provides an example of an event source and lis...
Ajeet Singh
Apr 19, 2015
How to Bind and Perform Update, Edit, Delete Operation on DataList Control in 3 Tier in ASP.Net
Learn how to implement CRUD operations on a DataList Control in ASP.NET using C#. This tutorial guides you through creating a three-tier architecture with an SQL Server Database, designing the UI, ...
Nilesh Jadav
Jun 02, 2015
Validating Mobile IMEI Number
Validating Mobile IMEI Numbers ensures device authenticity and legality. IMEI, or International Mobile Equipment Identity, serves as a unique identifier for mobile devices. Verification confirms de...
Udaya kumar
Mar 28, 2015
Microsoft Enterprise Instrumentation Framework(EIF) - Quick Guide
Explore Microsoft Enterprise Instrumentation Framework (EIF) with our Quick Guide. Learn to monitor, log, and optimize application performance effortlessly, ensuring robustness and efficiency in yo...
samuel.ludlow
Jul 02, 2004
Microsoft Small Basic: Painting Tool Using Graphics Window
Learn to create a Painting Tool using Small Basic's GraphicsWindow, including animation and graphical output. Explore step-by-step code explanations and tutorials for beginners, covering drawin...
Syed Shanu
Dec 12, 2015
No Records Available.
321
-
340
of
1568
<<
15
16
17
18
19
>>
Learn Flutter
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Polygon