c# Programming Glossary: update2
What's the best way to create a short hash, similiar to what tiny Url does? http://stackoverflow.com/questions/1116860/whats-the-best-way-to-create-a-short-hash-similiar-to-what-tiny-url-does CRC32 hash. Is there a clean way of calculating it in .NET Update2 I'm using the CRC32 function from the link Joe provided. How..
Encryption libraries? http://stackoverflow.com/questions/120116/encryption-libraries buffer algorithm on both sides encryption and decryption. Update2 Yes my example was RSACryptoProvider but you can use any class..
How to use nested class in WPF XAML? http://stackoverflow.com/questions/14546347/how-to-use-nested-class-in-wpf-xaml is nested but my custom class has nested class inside. Update2 answering 2nd RV1987's comment question Yes I've just tried..
How do I hide a process in Task Manager in C#? http://stackoverflow.com/questions/187983/how-do-i-hide-a-process-in-task-manager-in-c users from killing the process that would be great. Update2 Removing the reference to rootkit. Somehow made this post look..
C# ADO.NET: nulls and DbNull — is there more efficient syntax? http://stackoverflow.com/questions/218808/c-sharp-ado-net-nulls-and-dbnull-is-there-more-efficient-syntax it returns the right operand. That's exactly what I want Update2 Well it was kind of obvious in the end datePrm.Value nullableDate..
Generic TryParse http://stackoverflow.com/questions/2961656/generic-tryparse using exceptions in that way doesn't feel right to me. Update2 Modified to pass type rather than use generics public static..
C# graph drawing library? [closed] http://stackoverflow.com/questions/737771/c-sharp-graph-drawing-library QuickGraph library seems to work pretty nice. thx Update2 Graph# seems to be the most powerful library currently. There..
|