Features of the C#
C# is one of the best Object Oriented Programming Language it has various reasons behind its success ..
It is object oriented.
It is component oriented.
It is easy to learn.
It is a structured language.
It produces competent programs.
It is a part of .Net Framework.
It is object oriented.
It is component oriented.
It is easy to learn.
It is a structured language.
It produces competent programs.
It is a part of .Net Framework.
A.Constructors and Destructors
B.Properties
C.Passing Parameters
D.Arrays
E.Main
F.XML Documentation and
G.Indexers
H. Deelegates, Property, namespace etc.
I.Boolean Conditions.
J.Automatic Garbage Collection
k.Standard Library
l.Assembly Versioning
M.Properties and Events
N.Delegates and Events Management
O.Easy-to-use Generics
P.Indexers
Q.Conditional Compilation
R.Simple Multithreading and .LINQ and Lambda Expressions etc.
A circular reference is a sequence of references when a formula refers back to its individual cell, either directly or not directly and the last object references the first, resulting in a closed loop. Also it is a run-around where in two resources are interdependent on each other.
The methods to deal with circular references are:
• Weighted reference counting
• Indirect reference counting
There are some ways to handle problem of detecting and collecting circular references with the help of garbage collection.
• The system may explicitly forbid reference cycles.
• Systems ignore cycles if it have small amount of cyclic garbage.
• You can also periodically use a tracing garbage collector cycles

0 Comments