Top

.NET Code Snippets Tagged with 44

  (2)  
Sort by 
A Password generator for VB.NET, just load this up as a console application and hit debug. This is mainly to show/test the Rnd() function.
Tags: .net  44  generator  jonesy  jonesy44  password 
+ 0 likes
5 comment(s)    Score: 0.0    Platform: .NET    Posted by jonesy44 on Oct 06, 2009
A Console Application to convert between Celsius and Fahrenheit. Alternatively, you could use the c2f() and f2c() functions for other purposes
Tags: .net  44  cf  converter  jonesy  jonesy44  temprature 
+ 0 likes
0 comment(s)    Score: 0.0    Platform: .NET    Posted by jonesy44 on Sep 28, 2009
Bottom