Using OxyPlot library with C#

If you’ve used built-in charts in .NET framework, you’d realize they’re a bit limited in their functionality and are not very flexible. An excellent alternative is the free OxyPlot library that enables you to add advanced graphical plotting capability to your application. The following steps outline how to use OxyPlot in a Windows Forms application: […]

Setting up Git Source Control in Visual Studio

Git is a well known Source Code Management (SCM) system and two of its popular implementations are GitHub and GitLab. Developers using Visual Studio often like to use Git for their SCM needs and this tutorial is intended to serve as a quick guide for setting up Git with Visual Studio. Here, we have used […]