tag

home / developersection / tag

Creating dll in c#.
c# 13-Jun-2011
Creating dll in c#.

In this blog, I will tell you that how to create dll in c# by using notepad and visual studio command prompt. Here I will provide you a sample algorit

Recycle bin in c#.
c# 25-May-2011
Recycle bin in c#.

Hi...... In this blog I will tell you that how to work with recycle bin such as how to get file size, delete files of recycle bin and retrive number of files in c#.

Threading in c-sharp.
c# 25-May-2011
Threading in c-sharp.

A thread is an independent execution path, able to run simultaneously with other threads. Threading enables your C# program to perform concurrent proc

Save Image in SqlServer Using C#.
c# 21-May-2011
Save Image in SqlServer Using C#.

Hi... In this blog I will tell you that how to save images in sqlserver by using c#. We will use System.Data.SqlClient namespace to work with sqlserver and we will use System.IO namespace to work with file streams.

Lambda Expression in c#.
c# 21-May-2011
Lambda Expression in c#.

In this blog we will see that how to use lambda expression in c#. Here I will also display that how to use annoymouse expression and you will see the disfference between these two expression.

Resolve IP Address of Given Host Name in C#
c# 19-May-2011
Resolve IP Address of Given Host Name in C#

In this blog I will tell you that how to display all IP addresses for given host name. Suppose that we want to know that how many IP addresses are all

Synchronous and Asynchronous Command Execution in C#.net
c# 19-May-2011
Synchronous and Asynchronous Command Execution in C#.net

In this blog, I will tell you that what is synchronous command execution and what is asynchronous command execution.  Normally whatever command we wil

Displaying Computer System Information Using C#.
c# 19-May-2011
Displaying Computer System Information Using C#.

In this blog I will tell you that how to display operating system info and processor info by using c#. We can take help of WMI classes to display info

Copy Constructor in C#
c# 12-May-2011
Copy Constructor in C#

This is the one type of constructor. A copy constructor creates an object by copying variables from another object. for example we pass one item obj

Resources.resx
c# 12-May-2011
Resources.resx

The Resources.resx file is used to store all sorts of resource files to be embedded within the assembly itself. The following types of data can be sto

Generic class in c#.
c# 12-May-2011
Generic class in c#.

In this article I will describe you that what is generic class and how we can use concept of generic class in c#. One thing more that generic class is also known as template class and parametrized class.

Dispaying user account info in c#.
c# 10-May-2011
Dispaying user account info in c#.

In this blog I will tell you that how to retrieve basic user account information on computer by using WMI classes. In this blog we see that how to ret