aspnetboilerplate-samples | Sample projects using ASP.NET Boilerplate | SQL Database library
kandi X-RAY | aspnetboilerplate-samples Summary
kandi X-RAY | aspnetboilerplate-samples Summary
Issues of this repository are tracked on Please create your issues on ASP.NET Boilerplate - Sample projects.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of aspnetboilerplate-samples
aspnetboilerplate-samples Key Features
aspnetboilerplate-samples Examples and Code Snippets
Community Discussions
Trending Discussions on aspnetboilerplate-samples
QUESTION
I want to connect to two databases at once using ASP.NET Boilerplate. I followed this example: https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/MultipleDbContextEfCoreDemo
The problem is that only the first context will have all the Abp tables on it. The second context is an existing database, which has none of the Abp tables on it.
When I start up the web app, I get this:
...ANSWER
Answered 2018-Aug-10 at 17:10QUESTION
Goal
Ok, so my aim here is to have a windows service run alongside my aspnetboilerplate web application. The reason for the windows service is that it will run the Hangfire background jobs, from a completely separate virtual server.
Configuration
This is the template i used to get things going
FYI, everything is working from from the web application.
Here is the Service program file (i am using Topshelf but i don't think that matters).
...ANSWER
Answered 2017-Dec-01 at 12:40I think i have got this now, so i'm going to post it as the answer, but let me know if there is anything wrong with it.
First of all i had to install Abp.AspNetCore package. This allowed access to the IServiceCollection.AddAbp()
extension method.
So my Program.cs
changed to this
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aspnetboilerplate-samples
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page