Base solution for your next web application
Open Closed

consoleappdemo documentation #10692


User avatar
0
murphymj5209 created

I noticed that the samples had been updated in October'21 for the consoleappdemo solution; any documentation on the consoleAppDemo solution?

I expected to have a C# console app that uses the setup for the Web.Host when it is running, example Authenticate & Authorize some work-todo based on a User Credentials. What it looks to me is 'just' a copy of the aspnetzero solution including the MVC projects. I apologize if I am mis-stating what is probably my inexperience showing. thanks and I appreciate your efforts.


1 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hi @

    Here is the console application: https://github.com/aspnetzero/aspnet-zero-samples/blob/master/ConsoleAppDemo/src/ConsoleAppDemo.ConsoleApplication/Program.cs

    It uses appservices from console application.