home / developersection / tag
In this blog, I’m explaining about joins in LINQ in .NetThere are different types of LINQ joins.1.Inner join2.Left join3.Cross join4.Group joinInner j
In this blog, I’m explaining about Reflection in .Net Reflection is the process by which program can read its own metadata. Reflection provides obje
In this blog, I’m explaining about Encryption and Decryption in .NetEncryption is the process of translating plain text into something that appears to
In this blog, I’m explaining about the partial classes in C#. A partial class allow a single class to be divided into two separate physical file.Duri
Difference between Interface and Abstract Class in .NetIn this blog, I’m explaining about interface and abstract class in .NetAbstract ClassAbstract
In this blog, I’m explaining about CTS in .NetCTS defines a collection of data types, which are used and managed by the run time to facilitate cross-
Normal0falsefalsefalseEN-USX-NONEX-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0
In this blog, I’m explaining about JIT Compiler in .NetNormal0falsefalsefalseEN-USX-NONEX-NONE /* Style Definitions */ table.MsoNormalTable {
In this blog, I’m explaining about DLL hell problem and solution in .Net DLL hell refers to a set of problems caused when multiple application attemp
In this blog, I’m explaining about GAC in .Net Each computer on which the common language Runtime (CLR) is installed has a machine-wide code cache
In this blog, I’m explaining about assembly in .Net An assembly is grouping of files deployed as a single file. An assembly almost always consists of
In this blog, I’m explaining about the lambda expression in C#. Lambda expressions are anonymous methods, aimed at mainly addressing the "vertical pro