Articles
|
1
|
LINQ to SQL is new component that is released with .NetFramework 3.5. LINQ to SQL provides a way where a developer can manage a relational database object as a .net object. In simple terms, it is an ORM (Object-relational mapping) that is used to manage a back end object as a front end object in object oriented way i.e. relational to object oriented type system.
Posted on 3/7/2010 @ 9:42 AM
By Bala Murugan
in .Netframework
|
With .NET 4.0, the CLR supports covariance and contravariance of types in generic interfaces and delegates. Before dwelling into these new changes, let us get a quick view on the concept of variances in simple terms. Read more.
Posted on 11/25/2009 @ 12:35 AM
By balamurali balaji
in .Netframework
|
LINQ - Language Integrated Query is repeatedly used in these days. The presented article is elaborating the idea "How to describe a LINQ Query".
Posted on 3/12/2009 @ 8:11 AM
By Gaurav Arora
in .Netframework
|
What is Anonymous Type Equality? If two or more anonymous types have same order, number and member declaratory type and name then the same anonymous type is defined. So, its permissible to use the referential equality operator on these types.Now let’s see the other face of the coin means of any of order, number and member declaratory type and name is different then different anonymous type is defined for each. Then it throws compiler error while testing referential integrity.
Posted on 3/5/2009 @ 8:59 AM
By Gaurav Arora
in .Netframework
|
Programers of Visual Basic the keyword 'var' is confusing here as the type variants was used in Visual Basic.
Posted on 3/2/2009 @ 8:48 AM
By Gaurav Arora
in .Netframework
|
IntroductionIn a simple words Constructor is nothing but a method, a special kind of method of a class, which gets executed when its (class) object is created.Now, let’s take above in broader sense, a constructor is a class method automatically executed whenever class’s object is created or whenever class is initialized. Consider following bit of code:
Posted on 2/25/2009 @ 9:03 AM
By Gaurav Arora
in .Netframework
|
This article deals with the development of a little game called “Paddling Ball” using WPF technology and is just a demo-like game that uses minor user interactions with not so much of graphical items in it.
Posted on 6/6/2008 @ 7:32 AM
By balamurali balaji
in .Netframework
|
This article explains how to use the ProtectMemory and ProtectData classes in System.Security.Cryptography namespace to encrypt and decrypt data by calling wrappers around DPAPI methods.
Posted on 4/16/2008 @ 6:32 AM
By balamurali balaji
in .Netframework
|
This article gives you an introduction on Active Directories, Accessing it and updating it.
Posted on 2/24/2008 @ 12:01 AM
By Satheesh Babu B
in .Netframework
|
There are some disadvantages in using string if we want to store some important information’s like password, credit card numbers, bank pins, etc for some manipulations. Read more in this article.
Posted on 2/21/2008 @ 7:10 AM
By Satheesh Babu B
in .Netframework
|
|
1
|