well im not posting this to get the solution, I already have it .
im posting this assignment to make interacting between the members of this site and also to give benefits to those whom wants to learn C# but they dont know much about it .
( sure I hope that Don approve to post things like these, if not its ok

)
so lets start with a very simple program :
Using C# Write a program that calculate the factorial of a number N,
then improve it to estimates the value of the mathematical constant e by using the formula :
e = 1 + 1/1! + 1/2! + 1/3! ..........................
1! = factorial of 1, 2! = factorial of 2 ..........................................
any ideas ??
