Nikolay Kostov
Nikolay Kostov
- [ ] Research how to add indexes using code first (may be some native SQL queries?) - [ ] In Submissions table, Points should be an index since all...
http://weblogs.asp.net/scottgu/docker-and-microsoft-integrating-docker-with-windows-server-and-microsoft-azure
Use code duplicates tool from Visual Studio to remove the duplicated code parts
This code: ``` class Program { static void Main(string[] args) { Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; Console.OutputEncoding = Encoding.UTF8; } } ``` throws ``` Unhandled Exception: System.IO.IOException: The handle is invalid. at...