Browse by Tags

All Tags » .NET FAQ (RSS)

Difference is comparison when using equals method or Double Equal to operator by vik20000in

Hi, There are normally two ways to compare 2 objects. One by using == operator and by using the equals method. But these two are not same in the way they implements the comparison. The difference is there in the type of object (reference type or value...

Visual Studio Changing default profile setting by vik20000in

Hi, While working with Visual Studio, was that normally we have to select the profile setting (Visula Basic profile, C# profile, web development profile etc...) when we start the Visual Studio for the first Times. But Many a time after working on a type...

List of Obsolete API in Dot Net framework 2.0 by vik20000in

Hi, Microsoft has come out with a list of APIs which have become obsolete in the .Net Framework 2.0. The same can be accessed from: .NET Framework V2.0 Obsolete API List . The list also contains alternate APIs that can be used for most of the obsolete...
Filed under: , , ,
More Posts