Skip to content

Commit 5792d58

Browse files
authored
Update migrate-modern-applications.md (#23829)
Fixes issue #23763 Fixed a couple spelling and grammar issues, along with some small edits to improve readability.
1 parent 72d9706 commit 5792d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/modernize-desktop/migrate-modern-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ to Microsoft Access using the <xref:System.Data.Odbc> library.
151151

152152
## Consuming services
153153

154-
With the raise of service-oriented architectures, desktop applications began to evolve from a client-server model to the three-layer approach. In the client-server approach, a direct database connection is established from the client holding the business logic usually inside a single EXE file. On the other hand, the three-layer approach establishes an intermediate service layer implementing business logic and database access allowing for better security, scalability, and reusability. Instead of working directly with datasets of data, the layer approach relies in a set of services implementing contracts and types objects as a way to implement data transfer.
154+
With the rise of service-oriented architectures, desktop applications began to evolve from a client-server model to the three-layer approach. In the client-server approach, a direct database connection is established from the client holding the business logic, usually inside a single EXE file. On the other hand, the three-layer approach establishes an intermediate service layer implementing business logic and database access, allowing for better security, scalability, and reusability. Instead of working directly with underlying data, the layered approach relies on a set of services implementing contracts and typed objects for data transfer.
155155

156156
If you have a desktop application using a WCF service and you want to migrate it to .NET, there are some things to consider.
157157

0 commit comments

Comments
 (0)