Base solution for your next web application
Open Closed

Architecture question. lob system connectivity #3859


User avatar
0
mdonogma created

In the aspnet zero which project should I create connections to external lob systems in.

Example- consume 3rd party rest based webapi to restrieve data that will then be displayed on aspnetzero dashboard?

Example scenario2: restreive read only data from external sql database to render on aspnetzero dashboards.

Example 3: cannect to external sql DB in predetermined to read & write to the databases tables HOWEVER use aspnet zero UI and layers. Keep in mind this specific DB is external to aspnetzero so only a connection string to Db can be used as aspnet zero core tables cannot be stored in this external do.

These are important architecture questions that need to be answered when using aspnetzero in enterprise environment with many types of lob system access points.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Mdonogma,

    You can access external DBs on EntityFramework layer. You can access 3rd party remote services in application layer.

    Thanks.