• Now Online : 35
  • admin@codemyne.net

C#.Net


How to check Internet is available or not in C# or Windows Application

  • 5/1/2013 (IST)
  • 0
  • C#.Net
  • By Kumar
In some scenarios you need to check whether internet is available or not using C# code in windows applications. May be to download or upload a file using internet in windows forms or to get some data from database which is at remote location, in these situations internet check is compulsory.

What is Boxing and Unboxing in C#.Net?

  • 10/29/2012 (IST)
  • 1
  • C#.Net
  • By Babar
What is Boxing and Unboxing in C#.Net?

Calling a Stored Procedure using Asp.Net, C#.Net and Sqlserver

  • 10/28/2012 (IST)
  • 2
  • C#.Net
  • By Babar
Calling a Stored Procedure using Asp.Net, C#.Net and Sqlserver

Learn Visual Basic 6.0 in easy steps

  • 8/17/2012 (IST)
  • 0
  • C#.Net
  • By Babar
Learn Visual Basic 6.0 in easy steps

Flat Data to Hierarchical Data using C# and Linq

  • 8/15/2012 (IST)
  • 4
  • C#.Net
  • By Kumar
Flat Data to Hierarchical Data using C# and Linq

Working with multithreading concepts in C#.Net

  • 6/23/2012 (IST)
  • 1
  • C#.Net
  • By Babar
Working with multithreading concepts in C#.Net

Delegates in C#.Net

  • 6/23/2012 (IST)
  • 1
  • C#.Net
  • By Babar
Delegates in C#.Net

Static variables and Static methods in CSharp

  • 6/15/2012 (IST)
  • 0
  • C#.Net
  • By Babar
Static variables and Static methods in CSharp

Constructors and Destructors in CSharp

  • 6/15/2012 (IST)
  • 0
  • C#.Net
  • By Babar
Constructors and Destructors in CSharp

All about strings in CSharp : Part-I

  • 4/18/2012 (IST)
  • 0
  • C#.Net
  • By Babar
Strings are a way to combine a group of characters for presentation to the user.

About Webserver and IIS installation

  • 4/18/2012 (IST)
  • 0
  • C#.Net
  • By Babar
Protocol is a set of rules for communication. Browser and webserver are accepting set of rules for communication is called

Convert Number or Currency into Words using C#.Net

  • 3/18/2012 (IST)
  • 12
  • C#.Net
  • By Kumar
This article explains about how to Change any number or currency into words using C#.Net

Collections in C#.Net: Part-II

  • 12/18/2010 (IST)
  • 0
  • C#.Net
  • By Kumar
The SortedList contains items in key/value pairs.

Type Casting or Type Conversion in C#.Net

  • 12/15/2010 (IST)
  • 12
  • C#.Net
  • By Babar
Type casting (or) conversion is to convert data of one type

Collections in C#.Net: Part-I

  • 12/12/2010 (IST)
  • 0
  • C#.Net
  • By Kumar
Collection classes are normally used to hold collections of values