Simple way to export a folder content as http: Building A Simple File Server With OWIN and Katana.
Month: December 2015
fetch API
Fetch API is the forthcoming substitute to XHR/XMLHttpRequest. This API is clear and simple.
I’ve started with fetch standard but like any standard, it’s inapprehensible. I’ve found a brilliant explanation here.
How to detect last item in WPF ListBox
How to detect last item in WPF ListBox:
here wpf – Change style of last item in ListBox – Stack Overflow
How to access internal string cache: String.Intern
In .Net [1.1 .. 4.6, Silverlight], each literal string value is garantee to exist only once in memory. Cache used to implement this can be access and used through String.Intern(String) static method (String.Intern Method (String) (System)).