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
(3521)
Blogs
(2110)
Resources
(71)
Videos
(96)
News
(17)
Articles
Accessing .NET Components from COM Clients and COM components from .NET Clients
In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.
manish Mehta
Mar 26, 2001
IComparable: Under the Hood
We now calling Array.Sort() on C# Types such as int, char, string will automatically do sorting based on that type.
Prasad H
Sep 21, 2001
Visual Inheritance Part 2
We all know that Inheritance means a extending a class with more Features without worrying about the implementation of features of hidden inside the class to be inherited.
Prasad H
Sep 26, 2001
The Convert Class : Conversion Made Easy in .NET
The Convert class takes care of most of the data type conversions in .NET programming.
Mahesh Chand
Jan 08, 2001
Method Parameters in C#
This article describes different method parameters such as value parameters, reference parameters, output parameters, and parameter arrays.
G Gnana Arun Ganesh
Oct 15, 2001
C# in Windows 98 and Windows NT
This article explains how to install and run C# on Window 98 and Windows NT 4.0.
David Wertman
Oct 13, 2000
C# or VB.NET - World War III
In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
Srinivasa Sivkumar
Aug 23, 2001
Inheritance and Polymorphism
By using the concept of inheritance, it is possible to create a new class from an existing one and add new features to it.
Rajesh VS
Oct 29, 2001
IL "The Language of CLR" - A Platform for Cross-Language
This article introduces the Cross-Language capabilities of CLR environment (Common Language Runtime Environment) and its constituent language IL (Intermediate Language).
Narayana Surapaneni
Jun 28, 2001
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
No Records Available.
3481
-
3500
of
3521
<<
173
174
175
176
177
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
CSS - Advanced Level