📄️ Concepts
What is a project?
📄️ Create a New Solution
In the development interface; A new solution can be created by clicking "New Blank Solution" in the menu under the File heading, on the toolbar, on the Start page, and in the Solution Explorer panel.
📄️ Project Development and Coding Standards
The integrated development environment offers ready-made objects that can perform many operations without the need to write code. Thanks to these objects, the user who will make the development can realize the process and form designs needed without the need to write code. The development environment also gives developers the option to write their code so that developers who want to perform more customized controls and processes can execute the scenarios they have designed.
📄️ Solution Opening Process
The Open Solution option is used to open a solution in the development interface that has already been created in the development interface and already exists in the system.
📄️ Create a New Project
In the development interface; A new project can be created by clicking "New Empty Project" in the menu, under the File heading, on the toolbar, on the Start page, and in the Solution Explorer panel.
📄️ Interface Ease of Use
What Are the Code Editor Features?
📄️ Project Opening Process
The Open Project option is used to open a project in the development interface that has already been created in the development interface and exists in the system.
🗃️ Menu Structure
5 items
🗃️ Using Session on the Flow Side
1 items
📄️ Toolbar
In the development interface, there is a toolbar area under the menu structure. The toolbar area contains shortcuts to some function buttons, as well as extra action buttons that are specialized according to the screen active in the development interface and the action performed.
📄️ Project Import / Export Operations
The following steps are followed to export the project:
📄️ Client-Side Encoding
Client-Side coding is a term used in the web development process. Client-side refers to the encoding and operations that run in the web browser and take place on the user's device. Client-side code is generated using web technologies such as JavaScript, HTML, and CSS that run in a web browser.
📄️ Project Compilation and Publishing
In the developed projects, the projects should be compiled in order to determine whether there is an error in the Client or Server events and if so, to capture the error during which event and on which line.
📄️ Server-Side Encoding
Server-Side coding refers to the process of developing code that runs on the server side of web applications. This type of coding includes tasks such as interacting with the database on the server side, executing business logic, processing user requests, and creating dynamic content.
📄️ ServiceAPI Usage Documentation
This documentation describes the use and configuration of the ServiceAPI class used in Synergy projects. ServiceAPI is an interface that provides access to the system through the REST API.
📄️ Integrated Development Environment
Integrated Development Environment
📄️ Using NuGet
The NuGet link can be accessed for the NuGet packages to be added, and the requested packages can be added to the projects.
📄️ Session Usage
What is Session?