C# Interactive is super handy
C# Interactive is super handy and it is a REPL (Read-Eval-Print-Loop), in the same vein as shell languages. It was introduced in late 2015, is accessible directly from Visual Studio and allows to enter...
C# Interactive is super handy and it is a REPL (Read-Eval-Print-Loop), in the same vein as shell languages. It was introduced in late 2015, is accessible directly from Visual Studio and allows to enter...
This time I like to share the way to use NLog LayoutRenderer in ASP.NET Core, According to NLog website: NLog is a flexible and free logging platform for various .NET platforms, including .NET standard....
Shаring cоde аnd wоrking tоgether оn it in reаl time frоm different lоcаtiоns hаs been issue fоr yeаrs. We hаve videо chаt аnd screen shаring fоr lоng time but wоrking оn sаme files tоgether...
If you are a .net developer and love the fact you could debug your code easily by attaching the process to your code and go through it using keyboard shortcuts like F10 and F11....
The recent updates of Visual Studio 2017 (version 15.5 Preview) comprise with several sets of new features and improvements. Once of such great enhancement is “step-back” while debugging. Now, you can perform a step-backward and forward while debugging your code with IntelliTrace...