Register |

Author Code Resources

Find developer resources,code sample,articles,blogs,project sample for creating application in various technology.
Programming Languages
Tech News and Resources

Recent Articles,blogs and code snippets


Find list of all worksheet names of any excel file in C#

  This example shows that how to extract all spread sheet names of any excel file in vb.net.

Find list of all spreadsheet names of any excel file in vb.net

  This example shows that how to extract all spread sheet names of any excel file in vb.net.

How to make an assembly or class library in C#

  In this article we will learn that how to make as assembly in C#.net or how to make class library in C# using visual studio 2008.

How to save as pdf in word 2010

  Following are the steps for saving document as pdf :

Conversion between Hexadecimal Strings and Numeric Types in C#

Following exmaples show conversion between hexadecimal strings and numeric types such as interger.float etc.

Creating rtf file from rtf text in c#

  The following code sample saves rtf text to an RTF file.this example use SaveFile method of richtextbox control class without adding any RichTextBox control on the windows form.

How to Setup or Change Authentication with IIS 6.0 in server2003

  To Configure Authentication on IIS 6 (2003 Server):

how to find plain text from rtf file programmatically using C#

  If you want to find plain text from rtf file programmatically, you can use RichTextBox control to remove RTF formatting and convert it to plain text without embedding RichTextBox control on windows form.

How to search Strings Using String Methods in C#

  The following example uses the IndexOf, LastIndexOf, StartsWith, and EndsWith methods to search the strings.

How to pass Arrays as Arguments in C#

  Arrays can be passed as arguments to method parameters.

More inside AuthorCode