c# Programming Glossary: though..
Should these arguments be added or removed? http://stackoverflow.com/questions/10953507/should-these-arguments-be-added-or-removed rgbkey and then rgbIV . It seems either way works fine though... c# cryptography resharper optional parameters named parameters..
Finding all Namespaces in an assembly using Reflection (DotNET) http://stackoverflow.com/questions/1549198/finding-all-namespaces-in-an-assembly-using-reflection-dotnet
Windows App spellcheck http://stackoverflow.com/questions/2723995/windows-app-spellcheck a user at Wiktionary I seem to have forgotten his name though... and this file english.txt in english.zip is a further processed..
How to increase the max upload file size in ASP.NET? http://stackoverflow.com/questions/288612/how-to-increase-the-max-upload-file-size-in-asp-net in your web.config file. It affects the entire application though... I don't think you can set it per page. configuration system.web..
What is the best approach to handle session timeouts in asp.net http://stackoverflow.com/questions/3308918/what-is-the-best-approach-to-handle-session-timeouts-in-asp-net the browser is open still need to figure out how to do it though... probably some iframe with refreshing . How do you handle session..
Call ASP.NET Function From Javascript? http://stackoverflow.com/questions/3713/call-asp-net-function-from-javascript it without using any other libraries It is a little tricky though... i. In your code file assuming you are using C# and .NET 2.0..
Tips for moving from C# to Java? http://stackoverflow.com/questions/471448/tips-for-moving-from-c-sharp-to-java There seem to be more pages for people going the other way though... Which IDE to use I've actually already bought my own IntelliJ..
Converting a string to a class name http://stackoverflow.com/questions/493490/converting-a-string-to-a-class-name finding the type at execution time. You may find it useful though... Type elementType Type.GetType Customer Type listType typeof..
How to use Stream.CopyTo on .NET Framework 3.5? http://stackoverflow.com/questions/5730863/how-to-use-stream-copyto-on-net-framework-3-5 in .NET 4. You can write a similar method yourself though... and even make it an extension method Only useful before .NET..
Is the size of a Form in Visual Studio designer limited to screen resolution? http://stackoverflow.com/questions/6651115/is-the-size-of-a-form-in-visual-studio-designer-limited-to-screen-resolution
How to run a test method with multiple parameters in MSTest? http://stackoverflow.com/questions/9021881/how-to-run-a-test-method-with-multiple-parameters-in-mstest . My personal opinion would be to just stick with NUnit though... EDIT As of Visual Studio 2012 update 1 MSTest has a similar..
Can structs contain references to reference types in C# http://stackoverflow.com/questions/945664/can-structs-contain-references-to-reference-types-in-c-sharp idea for a struct to have a reference to a mutable object though... otherwise you can have two values which look independent but..
|