Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Sunday, May 6, 2012

Using Directive in C#, Create an alias in C#

›
Before you can use the classes in a given namespace in a C# program, you must add a using directive for that namespace to your C# source fi...
1 comment:

Calculating Time taken for an operation using VB.NET (in Milliseconds)

›
Calculate Processing Time for a Vb.NET Subroutine (accuracy to millisecond) Not every project will have the luxury of having rational a...

Regular Expression to Check Zip Code

›
Regular Expression to Match Zip Code Imports System.Text.RegularExpressions Function IsValidZip( ByVal sZipCode As String...

Check if Path is Absolute or Relative Path using C# (.NET)

›
IsPathRooted method of Path class returns a value indicating whether the specified path string contains absolute or relative path informa...
1 comment:

Insert CSV File to Array using C#

›
Read Text File to Array C#/ Insert CSV File to Array using C# / C# Array from Text/CSV Files ReadAllLines method can be used to read the ...
2 comments:

The type or namespace name 'ComVisible' could not be found (are you missing a using directive or an assembly reference?)

›
The type or namespace name 'ComVisibleAttribute' could not be found (are you missing a using directive or an assembly reference?) ...

How to Set Built-In Properties of Word Document using VB.NET

›
VB.NET Set Built-in Properties With more collaboration happening across offices, document properties have gained more importance. Word...
‹
›
Home
View web version
Powered by Blogger.