Another Impersonator Class





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

2
Date Submitted Mon. Apr. 16th, 2007 11:19 PM
Revision 1
Beginner leroi
Tags "CSharp"
Comments 2 comments
Shows how to download a file using the BackgroundWorker Pattern in C# with the .net 2.0 framework. Next will be a wrapper that harnesses this object to create a multi-segmented file downloading manager utility!
7
This class allows the developer to change the current impersonated user. This is not my code originally, so I cannot take credit for it. I thought it may be useful to someone so I am posting it here.
5
Date Submitted Tue. May. 29th, 2007 5:57 PM
Revision 1
Beginner ashraf_eme
Tags "ASP.NET 2.0" | "CSharp" | Fibonacci
Comments 0 comments
That is, after two starting values, each number is the sum of the two preceding numbers. The first Fibonacci numbers , also denoted as Fn, for n = 0, 1, … , are:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811…
this is One line function to get the sequance.