I have been asked at my internship to create a web service using Entity Framework. They told me to start off by creating a separate application that can be later integrated into the main application. If i have the separate application made, how do I integrate it into the existing one?
I looked around and it looks like everybody just creates the webservice inside the application itself?