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)
-
0
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.