Hi, How can I use abp WebApi in windows form application ? :roll: How Sign in to application? :roll:
3 Answer(s)
-
0
There is a sample for it: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpWpfDemo">https://github.com/aspnetboilerplate/as ... AbpWpfDemo</a> It includes a UI-WinForms project for WinForms (UI-WinForms).
-
0
Thank you for your response. I download <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpWpfDemo">https://github.com/aspnetboilerplate/as ... AbpWpfDemo</a> but I don't find any part that interact with Abp.Zero for authentication and authorization.
-
0
It does not include AspNet Zero. But, you can take it an example to create your application. Download module zero template, add a Windows Forms project and setup your Windows Forms project like the example, add references to other projects.