c# Programming Glossary: invent
Parsing CSV files in C# http://stackoverflow.com/questions/2081418/parsing-csv-files-in-c-sharp and stay DRY Don't Repeat Yourself no need to re invent the wheel a gazillionth time.... You basically just need to..
Constructing a simple interpreter http://stackoverflow.com/questions/256629/constructing-a-simple-interpreter resources please avoid œthis is not trivial or œwhy re invent the wheel responses c# architecture compiler programming languages..
Does a wrapper class for a COM interop IStream already exist? http://stackoverflow.com/questions/2586159/does-a-wrapper-class-for-a-com-interop-istream-already-exist So I'm just putting this out here in case I'm about to re invent the wheel. Note I've come across code implementing IStream wrapping..
Where are the Entity Framework t4 templates for Data Annotations? http://stackoverflow.com/questions/2748619/where-are-the-entity-framework-t4-templates-for-data-annotations entire world to have this requirement I don't want to re invent the wheel here. Yet I haven't found it after searching high..
Rewrite Rijndael 256 C# Encryption Code in PHP http://stackoverflow.com/questions/3505453/rewrite-rijndael-256-c-sharp-encryption-code-in-php shelf encryption scheme like SSL or S MIME and do not re invent your own. You will get it wrong . share improve this answer..
Performance Tests of Serializations used by WCF Bindings http://stackoverflow.com/questions/3790728/performance-tests-of-serializations-used-by-wcf-bindings with optimizations run at command line and note I had to invent the Player class and some sample data using System using System.Diagnostics..
Restoring window from the system tray when allowing only one instance of that program http://stackoverflow.com/questions/4592852/restoring-window-from-the-system-tray-when-allowing-only-one-instance-of-that-pr is a miserable one when you start passing null. Don't invent this yourself .NET already has great built in support for single..
Check if a server is available http://stackoverflow.com/questions/614336/check-if-a-server-is-available you decided to block ICMP Echo request you'll have to invent you own service for this. Personally I'm all for not blocking..
Using SSL and SslStream for peer to peer authentication? http://stackoverflow.com/questions/695802/using-ssl-and-sslstream-for-peer-to-peer-authentication I want both authentication and encryption. Rather than re invent the wheel I would really like to use SSL and the SslStream class..
|