I’m currently working on considerably big scale(for applications that I found examples in internet) project for a company. I have little experience in c#.net and I have worked on projects like basic ERP systems or e-commerce systems that works with databases(by using sql also). As many of you familiars with the programming principle of layered architecture I worked with mainly. Ideally, there are models, services , databases etc, enums, entities(in my case entities will be used as parameters) described at models and services gets those parameters from model and sends to database or view(frontend-in my case I will use win forms) and so on. Simply – By the end of project, when user enters 50 or 60 values to program, program will calculate equations and feed the CAD models(Parts and Assemblies) and create end product(CAD Model). It has been done by excel program but now they want to update the program and carry program to coding environment.
Question is, can/should I use such structure in order to build up comprehensive program with using vb. net for Inventor ?
Can I use asynchronous methods in order to enhance user effectiveness ?
Mehmet is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.