Recently I've had a need to include robust and complex math calculations in my c# applications such as polynomial curve fitting, calculus and advanced statistics. I am pleased to say I've found an excellent .NET math code library called NMath from CenterSpace Software. The company is extremely customer friendly, has both email and phone support, and has an easy to use object model. Check them out if you need this kind of functionality.
When developing applications I'm often faced with the decision of whether to develop in LabVIEW or C# since I'm proficient in both. Some of my colleagues have strong opinions about which one is best, or some have expertise in one or the other. I though it may be informative to describe my decision making process when choosing one or the other for a particular application:
Microsoft provides a basic set of controls in their .NET framework, but for extended functionality and appearance I prefer to use third party controls for my applications. The two I've incorporated are:
I use DataGridView a lot in my C# applications. Why? It provides an efficient way to tabulate and organize data where all rows in a column are of the same data type, like the structure of a database table. For example, a query of a database can be loaded into a .NET DataTable and this can, in turn, be a DataSource for a DataGridView GUI element.
|
AuthorJim Dougherty, owner of Metroltek with specialties in national Instruments LabVIEW, C#, database and SPC (statistical process control) and, test system design. Archives
January 2015
Categories |