|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For Each loop by
gurpreet Singh
On
Jun 07, 2011
For Each Loop
FOR EACH Loop usually using when you are in a situation to execute every single element or item in a group (like every single element in an Array, or every single files in a folder or , every character in a String ) , in these type of situation you can use For Each loop.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
Devart Entity Developer helps to solve all your problems by
Devart
On
May 23, 2011
Entity Developer is a powerful modeling and code generation tool for ADO.NET Entity Framework, LinqConnect, and LINQ to SQL. You can use Model-First and Database-First approaches to design your model and generate C# or Visual Basic .NET code for it. It is available in three editions: for dotConnect, for SQL Server, and Express. It introduces new approaches for designing ORM models, boosts productivity, and leverages database applications.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Convert amount into words (Rupees) by
Rizwan Ahmed
On
Apr 19, 2011
This module converts the amount into words.Here if you enter some amount say 123.45 than you will get "One Hundereds Twenty Three Rupees and Forty Five Paise". This will give you result for maximun of (9,2) number
|
|
Comments:
0
|
|
|
|
|
|