Category Archives: .NET
Using the Java Native Interface in C#
Hier ein fremder Artikel, den ich aber für extrem interessant halte By Simon Agholor, 22 Apr 2013 4.43 (9 votes) Download source code – 42.3 KB Introduction The JNI or Java Native Interface is a set of features available in the Java platform. Applications … Continue reading
NTLM Authentication Scheme for HTTP
Introduction This is an attempt at documenting the undocumented NTLM authentication scheme used by M$’s browsers, proxies, and servers (MSIE and IIS); this scheme is also sometimes referred to as the NT challenge/response (NTCR) scheme. Most of the info here … Continue reading
Visual Studio shortcut keys
You are familiar with many of Visual Studio’s shortcut keys, but not all of them. Here is a handy reference that can make your .NET lifestyle easier and a lot more productive. The ‘must-know’ shortcut keys are highlighted. General Shortcut Description … Continue reading
Newtonsoft json.NET
Aus der README.txt: “The Json.NET library allows the simple and safe reading and writing of JSON objects from .NET. Using readers and writers, similar to .NET’s XML API, Json.NET will be familiar to most .NET developers and makes passing messages … Continue reading