Month: July 2021

CNC Worx

Least Squares Method: What It Means, How to Use It, With Examples

The least squares method is a form of mathematical regression analysis used to determine the line of best fit for a set of data, providing a visual demonstration of the relationship between the data points. Each point of data represents the relationship between a known independent variable and an unknown dependent variable. This method is…
Read more

Understanding Onion Architecture in ASP NET Core MVC T Digital Thoughts

It holds all the logic related to the Business requirements. Now, every application ideally has its own dedicated Database. In order to access the Database, we introduce a Data Access Layer. This layer usually holds ORMs for ASP.NET to fetch/write to the database. Step 6 Create the authentication service project which chose solution is the…
Read more