Random number create using c#

   static Random rnd = new Random();
    int result = rnd.Next(1, 1000);

Comments

Popular posts from this blog

Create Schema Using C# Asp .Net Dynamically.

How to set Transaction and Roll Back using Entity Framework in C# Code.

How to post image in blob using Windows Azure.