I just discovered Nasa's Ultra Super-duper cool World Wind! What an amazing amazing project! CSharp, Open Source, as someone else said, how much cooler could an application be than one that uses DirectX, has a NASA Icon, and displays satellite images!!http://worldwind.arc.nasa.gov/Separately, a comprehensive listing of other CSharp Open Source Projects:http://csharp-source.net/ Also: Listing of all C# Open Source Projects hosted on SourceForge:Click MeRainbow Portal Forums:http://community.rainbowportal.net/forums/default.aspx Not Related:http://www.physicstoday.org/http:// ... Read More »
I just discovered Nasa's Ultra Super-duper cool World Wind! What an amazing amazing project! CSharp, Open Source, as someone else said, how much cooler could an application be than one that uses DirectX, has a NASA Icon, and displays satellite images!!http://worldwind.arc.nasa.gov/
Separately, a comprehensive listing of other CSharp Open Source Projects:http://csharp-source.net/ Also: Listing of all C# Open Source Projects hosted on SourceForge:Click MeRainbow Portal Forums:http://community.rainbowportal.net/forums/default.aspx
Not Related:
http://www.physicstoday.org/http:// ...
I got my start 'really' programming using the Access Developer's Handbook by Paul Litwin & Ken Getz. I have purchased at least four versions of the book over the years, as it and it's utilities have been invaluable in the development of my Access applications (which I haven't done professionally in any full-time capacity since 1998...). That being said, one set of functions I have found very useful were the GetItem & PutItem string functions. These functions are extremely useful for getting and saving key/value pairs in a single string, even in the day of XML. I have recently had the need for these functions in C#, and couldn't find where anyone had converted them. I couldn't find them, so I am posting them here. Read More »