Bad JSON escape sequence: \v - the war stories
Introduction Yesterday I did a small C# program for hash data in JSON. The are many files, which contains a lot of lines with JSON :) I »
In more complicated projects, simple F5 doesn't compile&debug. In cases where you're working with IIS (w3wp process), we need to attach the debugger manually. »
The most important thing I learn in 2015 is about clean code. It is everything. You can have a bad performance or logical errors or even »
Simple code I am developer so let's start with following C# code: public static void Main() { var sampleList = GetSamples(); if (sampleList.FirstOrDefault().StartsWith("I")) { Console.WriteLine( »
IT Security and safety world Sometimes in big companies the goal of the IT Security department is to make environment more safe. Due to this security »
Introduction Yesterday I did a small C# program for hash data in JSON. The are many files, which contains a lot of lines with JSON :) I »
It is really frustrating when you need UAC to run one command. You are doing you stuff and you have to launch a new console (cmd »