Categories

Updated: 06/05/2008

Data Normalization using ASP.NET

Data Normalization uses different techniques to narrow down values to a certain range. Min-Max and z-Score are most common normalization techniques. In this tutorial we will use ASP.NET to solve the data normalization problem. A web-based application will a read dataset, normalize it, and store it in a Microsoft Access database. The normalized dataset will be displayed to the user in an ASP.NET data grid control.
©2003-2019 jCay.com