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 produce a list of potential bugs such as null pointer exceptions, resource leaks, annotation reachability, missing lock guards, and concurrency race conditions … Continue reading First look at InferSharp: A C# version of Facebook’s Infer

Advertisement

Interfaces In C# 8.0

As we all know C# 8.0 was released a few days back which has come up with the many exciting features along with this release of C# there are significant amount of changes in interfaces have also been happened so with this article let’s try to explore the new feature and try to learn how … Continue reading Interfaces In C# 8.0

Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR

In this article, I will discuss how to show real-time cricket score notification from chrome extension using serverless Azure Functions and Azure SignalR. I have used cricapi.com free API service to get the live cricket score updates. The purpose of this article is to show the power of serverless architecture using azure functions and broadcasting … Continue reading Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR

Handpicked Useful posts: Microsoft Tech stack

You can find all .Net core posts here. From today on wards, I am starting a series in which I will put together some useful posts from different people from the community. I would not be able to post the links everyday but I will hand pick all the useful links which are recently published and will … Continue reading Handpicked Useful posts: Microsoft Tech stack