Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

Which one of bellow projects shall be WCF type in my solution in service-oriented application?

ProjectName => Project Type => Description

Entities => WCF => Structure of my database tables
Contracts => WCF => Interface of all methods and functions
Data => Class Library => data access layer with DataSet/Entity framework
Services => WCF => methods and functions codes
Host => Win Application => implement sevices
Proxy => Class Library => connect client to service
Client => Win Application => user application


1. Is any better break down for WCF application
2. Can any web application connect to "Windows Type Host"?

What I have tried:

I found that any project contains "Contract", "Service" and "DataContract" shall be as WCF type.
Posted
Updated 30-Jan-20 3:04am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900