1.1. Required Skills
For advanced scripting in Produmex WMS you will need a strong knowledge about the following programing languages.
Programing languages as required skills:
- C# - C-Sharp
- Pltform: Primarily used with the .NET framework, but also supports cross-platform development with .NET Core.
- Object-Oriented: C# is an object-oriented programming language, which means it focuses on objects and data rather than actions and logic.
- Type-Safe: It ensures that code is safe from type errors, which helps in preventing bugs.
- Versatile: C# can be used for a wide range of applications, including web, mobile, desktop, and game development.
- SQL
- Purpose: SQL is a standard language for managing and manipulating relational databases.
- Data Manipulation: SQL allows you to insert, update, delete, and retrieve data from a database.
- Data Definition: You can create and modify database structures like tables, indexes, and views.
- Data Control: SQL provides commands to control access to data and ensure data integrity.