Quantcast
Viewing latest article 1
Browse Latest Browse All 5

C# app accessing a dll

Hi Wendy,

a basic project structure would be something like the following: - 

  1. Presentation: - you can add a folder and put all the projects that are for presentation in your case, the windows and the web forms, also if you are planning not to use the windows form, you are better of excluding it (right click project in solution explorer > exclude project).
  2. Domain (services): - the simplest method to implement this is create on class library that would contain everything related to your application logic, stuff like this function in the UI should do 1 2 3, and so on, also remember to access Database from this library only, and the UI calling it to retrieve from DB.
  3. Data: - in here you do anything that are related to DB.
  4. others: - if you have some other components that need to be accessed, you'll need to refer to it from the Domain part.

any farther help you need will require you to provide extra information, also i good start would be reading sample projects, that would help a lot.

yours,

OQ


Please mark the right post as answer to your question , and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.


Viewing latest article 1
Browse Latest Browse All 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>