Tech-Giant(Jargons.. for .Net Professionals): How do I define a data adapter?
Related Posts:
Clr - Common Language Runtime .Net framework provides a run time environment - CLR. Common language runtime takes the IL code from the compiler( language specific) and provide to … Read More
Garbage Collection - Automatic memory management While thinking of this question few things are coming in my mind ~ How .Net reclaims objects and memory used by an application ? So the answer is Gar… Read More
What is Var keyword in C# Var is an implicit data type. It means var can represent any data type that can represent at compile time. So it means var does compile time type cas… Read More
C# IQ - What do you mean by Null-Coalescing operator ? How we represent Null-Coalescing operator : ?? This is a replacement for ternary operator. If we want to check null value using ternary then we do :… Read More
.Net Framework overview Hello friends : Here i am writing my first article on .Net framework anyways....So the question is What is .Net Framework ? The .Net framework is a … Read More
0 comments:
Post a Comment