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
C#
FOLLOW
C# is a multi-paradigm programming language. This section contains C# related articles and syntaxes.
Articles
(3472)
Blogs
(2101)
Resources
(71)
Videos
(96)
News
(17)
Articles
Resurrection and the .NET Garbage collector
This article will explain and demonstrate a phenomenon that is unusual in the .NET implementation of the garbage collector. The phenomenon is known as resurrection. As the name suggests, an object ...
Ravi Ramnath
Jul 13, 2001
A Vision Regarding .NET
The present enterprise setup's need to have n-tire architecture with diverse platforms and object models communicating with each other. The present applications are to be created such that those ap...
G Gnana Arun Ganesh
Aug 27, 2001
C# Editors
You can write your C# code with various editors including your favorite text editor Notepad. See more editors here.
Mahesh Chand
Oct 06, 2000
Line numbering utility in C# and Java
After reading this article Java programmers should be able to decipher and de-jargonize the .NET architecture and relate it with the proposed ECMA standard.
Ashish Banerjee
May 08, 2001
Feature I Like
This article explains how easy to create a component using C#.
Mahesh Chand
Oct 04, 2000
Debug Troelsen's .NET books (1): IEnumerator
This article examines code problem in chapter 4 (for C#)/chapter 5(for VB.Net) of the two .Net books.
Zhanbo Sun
Dec 10, 2001
Singleton Patterns in C# Revised
I am coming from the Java world, where synchronizing the Singleton creation is common practice.
Trevor Misfeldt
Dec 16, 2002
Microscopic Discussion in Classes
This article is going to take a microscopic view of classes, in terms of Inheritance(I) , Multiple Inheritance(MI) and Circular Base Classes (CBC).
Kamran
Jan 02, 2002
Multilingual Support in C#
Many major languages of the world like Arabic, Hindi and Chinese are not written in Roman Script, so special features are provided for dealing with these languages. This article will tell how to im...
Kamran
Jan 03, 2002
C# and .NET
It is sometimes important to know the details of what the compiler does. You may want to know whether constants are evaluated at compile time, or whether constant strings are folded at compile time.
Kamran
Jan 07, 2002
Some situtions where one may like to use IL
This article requires knowledge of IL or at least desire to learn it. My intention is to give few illustrations where usage of IL is possible or only option.
Filip Bulovic
Jan 29, 2002
Mandelbrodt Plotting Program Using C#
This program illustrates the use of the algorithm to create the Mandelbrodt set. The formula is an iterative one and is plotted in the complex plane (x, yi).
Mike Gold
Jan 31, 2002
Function Overriding and Its Impact During Object Initialization
Different languages have different ways to initialize an object. C# and Java both have almost similar ways to initialize an object with few subtle differences.
Chandrakant Upadhyay
Mar 25, 2002
Understanding Destructors in C#
This article is about understanding the working concept of destructor in C#. As you read this article you will understand how different is C# destructor are when compared to C++ destructors.
Chandra Hundigam
Jun 18, 2002
Evaluating Neper's Numbers in C#
One of the most interesting number in mathematics is the Neper's number : e.
Antonio Cangiano
Jul 22, 2002
May Reflection be with you, always
So let me present the example where we can use Reflection and Reflection.Emit to do something interesting.
Filip Bulovic
Jul 02, 2003
Object Oriented: The Grownup Way to Code
Back in my dark days of Procedural Programming, I remember someone giving me a problem, then banging out a few (hundred) lines of code, achieving my goal, and going on with my life. The next time a...
james
Sep 29, 2003
Overriding Non-Virtual Implemented Interface Methods
In the .NET framework many classes implement interfaces non-virtually. Presumably this is because it does not make any sense for those methods to be overridden.
Graham Chow
Oct 02, 2003
Fundamentals of Function Point Analysis Part I
Function points are a unit measure for software much like an hour is to measuring time, miles are to measuring distance or Celsius is to measuring temperature.
Imtiyaz Mulla
Feb 17, 2004
Fundamentals of Function Point Analysis Part II
Function points are a unit measure for software much like an hour is to measuring time, miles are to measuring distance or Celsius is to measuring temperature.
Imtiyaz Mulla
Feb 18, 2004
No Records Available.
3441
-
3460
of
3472
<<
170
171
172
173
174
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
.NET Core