.NET Frameworks

List of Tips/Tricks in .NET Frameworks

General


How to Securing .NET Assembly code

Tips on how to secure your .net code from crackers.Read more..
By: kirtan007   |    On:  9/21/2010 9:36:17 AM

.NET 4.0- A new method StringBuilder.Clear() to clear stringbuilder

With Microsoft.NET 4.0 we have a convenient method called clear method which will clear string builderRead more..
By: jalpesh   |    On:  5/10/2010 8:55:10 AM

New Features in .NET Framework 4.0-Part02

In this tips, I have describe, how to know what is process version and what is bit of OS version running in PCRead more..
By: RRaveen   |    On:  6/22/2010 10:59:41 PM

What is New in the .NET Framework 4-Tips No-01

The System.Numerics.BigInteger and this sis support to arbitrary-precision integer data type that supports all the standard integer operationsRead more..
By: RRaveen   |    On:  5/10/2010 9:53:38 PM

Infinite Loop in c#

I will explain about how to write the infinite loop in C#Read more..
By: skumaar_mca   |    On:  5/9/2012 12:08:19 AM

Miscellaneous


System.Data.OracleClient Requires Oracle Client version 8.1.7 or greater

If you developed .Net Applications with Oracle Backend,you may face this problem if you installed Oracle Client Version 9.1Read more..
By: Mostafa Elzoghbi   |    On:  6/16/2010 11:24:41 AM

What is best int.Parse vs Convert.ToInt32 in C#

Both int.Parse and Convert.ToInt32 are used to convert string into the integer but Only difference between them is to Convert.ToInt32 handle null and returns "0" as output and int.parse is not going to handle NULL and will give a Argument Null Exception.Read more..
By: jalpesh   |    On:  11/27/2010 12:55:23 AM

Exception Handling


How to resolve Procedure or function has too many arguments specified in .NET

This is error is occurred when developer or database administrator made mistake in stored procedures argument list.Read more..
By: RRaveen   |    On:  8/2/2010 1:23:48 AM
^ Scroll to Top