c# Programming Glossary: gist.github.com
RavenDB fast substring search http://stackoverflow.com/questions/10791164/ravendb-fast-substring-search
ASP.NET Web API binding with ninject http://stackoverflow.com/questions/10849132/asp-net-web-api-binding-with-ninject create a Ninject DependencyResolver for your Web Api https gist.github.com 2417226 In NinjectWebCommon.cs Register Dependencies RegisterServices..
Retrieving a List of Files from an FTP server in C# http://stackoverflow.com/questions/1730626/retrieving-a-list-of-files-from-an-ftp-server-in-c-sharp stuff. If you care to check it out it's here https gist.github.com 1242616 I use it in a lot of production environments and it..
Subscribe to INotifyPropertyChanged for nested (child) objects http://stackoverflow.com/questions/4143179/subscribe-to-inotifypropertychanged-for-nested-child-objects the code to gist 705450 where you can grab it all https gist.github.com 705450 Best regards thomas One reason that the code is working..
ASP.NET MVC Razor: How to render a Razor Partial View's HTML inside the controller action http://stackoverflow.com/questions/4344533/asp-net-mvc-razor-how-to-render-a-razor-partial-views-html-inside-the-controll
convert nfa to dfa http://stackoverflow.com/questions/5841454/convert-nfa-to-dfa re implementing the following python example in C# https gist.github.com 491973 If you are not bothered about the implementation language..
C# version of OpenSSL EVP_BytesToKey method? http://stackoverflow.com/questions/8008253/c-sharp-version-of-openssl-evp-bytestokey-method
|