User-submitted .NET Projects

184
2685 reads
ram16

/*Simple program for single dimensional array */

class Test

{
static void Main()
{
//array of integers
int[] nums = new int[5];
// Array of s


Run It Now!
184
3172 reads
ram14

// Program to understang go-to control

using System;
class dowhile1
{

public static void Main()
{

Console.WriteLine("What is your name?


Run It Now!
183
3749 reads
DanielBute's picture

Submitted by

DanielBute
178
2546 reads
ram7

using System;
public class ManyMethods
{
public static void Main()
{
//Get the values
double value1 = GetNumber();
double value2 = GetNumber();

//Do division
Division(value1,


Run It Now!
177
2205 reads
ram 1
// Quite a "cheaty" way to display Pi up to a certain nymber of decimal palces (up to 14).
Run It Now!
165
4011 reads
ReverseString
A simple code to reverse an inputted string.
Run It Now!
165
2023 reads
TerryHaycox's picture

Submitted by

TerryHaycox
163
2688 reads
Calendar
Simple Calendar in ASP.NET
Calendar

Run It Now!
160
2146 reads
sanchi's picture

Submitted by

sanchi
Tags:

programming
dis projet cantains the c# programming
Run It Now!
155
2514 reads
Anglina85's picture

Submitted by

Anglina85
string replace
The example demonstrates how to find and replace string in a string.
Run It Now!
Make & share a project and showcase your talent to the world!