This series demonstrates how to quickly transform a traditional three-tier application using the RAFY domain Entity Framework and demonstrate the new functionality that Rafy brings when the transformation is complete.
Applications developed in Rafy, whose entities, warehouses, and service codes do not require any modification, can support stand-alone deployments and C/s distributed deployments. This article will explain if you are using a distributed deployment of C/s quickly.
Objective
By the end of the previous article, we developed applications that were directly connected to the database:
Next, some simple adjustments will be made to enable this application to be deployed with the C/s architecture. The whole process requires only a small amount of code:
Contains the following steps:
To add a server-side console Application project
Modify client application Connection mode
Configuring client Applications
Running the sample
Code download
To add a server-side console Application project
Add a new console application throughout the solution named Serverconsole: