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
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
MVC 4 WEB API .NET 4.5
This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTT...
Amit Patel
Jun 22, 2012
Transactional Queue in .NET
Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging...
Kamal Rawat
Sep 26, 2012
Thread- Local Storage of Data in .NET
Suppose you're writing a multi-threaded application and you want each thread to have its own copy of some data. You also want this data to persist throughout the lifetime of the thread.
Vulpes
Nov 30, 2010
Introduction to Task-Based Asynchronous Pattern in C# 4.5: Part I
Discover the fundamentals of Task-Based Asynchronous Pattern in C# 4.5: Part I. Explore asynchronous programming, concurrency, and the await keyword for efficient parallel computing in .NET Framewo...
Dipal Choksi
Sep 29, 2011
Parallel.For Loop in .NET 4
Learn efficient parallel programming with the Parallel.For loop in .NET 4. Harness the Task Parallel Library (TPL) to execute iterations concurrently, optimizing performance through multithreading ...
Suresh Paldia
Nov 12, 2010
No Records Available.
301
-
320
of
1543
<<
14
15
16
17
18
>>
Crystal Reports Tutorials
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP .NET Web Developer