First look at InferSharp: A C# version of Facebook’s Infer
https://fbinfer.com/ You might have heard about Infer which is a tool to detect bugs in Java and C/C++/Objective-C code before it ships. Infer belongs to Facebook and it is a static analysis tool to...
View Articleappsettings.json gets IntelliSense
As announced by Microsoft recently, we can use IntelliSense with appsettings.json files. What are appsettings.json files? Common settings of the application are generally stored in appsetting.json...
View ArticleC# 11 features I like the most
It has been a while since I posted my previous blog post. I finally made a schedule for me to put more effort into writing and slowly get back to the speed which I was following before few years. Feel...
View ArticleExploring the C# Source Link Feature: Enhancing Debugging Experiences
Debugging is an essential part of software development, and having easy access to the source code of referenced libraries can significantly improve productivity and troubleshooting. In this blog post,...
View Article