Information security in ASP.Net Core WebAPI
Introduction Communicating between the different software and applications always was my favorite topic. In the past two decades, some technics and technologies have been raised; Technologies like RPC, WebService, SOAP, and REST. Each of these technologies has its own pros and cons. When transporting the information over the network and between the different technologies, some…
AverageMeter in WPF
Introduction There are a lot of charts and pies to show and analyze a series of information graphically. In some cases, we need to have an average value of the currently retrieved values from any resources and we don’t need to hold all of the values. For better understanding, assume that we have a sensor…
Say hello to the Checked Exception from C#
Being an optimist about the Checked Exception In the humans and computer world, there are lots of programming languages to serve humans to make able them to transform their ideas into computers language. They ship new features and performance tunings with themselves to have a better place than others, and some times it looks like…
WPF Bar Chart as simple as possible
Introduction Most of the User controls in WPF are heavy to load, especially when we use them inside another control(e.g. DataGrid). If we use a DataGrid, Chart, or another control inside the row details in DataGrid, it makes our form’s loading too slow. This issue pushed me forward to create a lightweight BarChart control. In…
Follow My Blog
Get new content delivered directly to your inbox.