Base solution for your next web application
Open Closed

Use apb in windows form application #880


User avatar
0
omital created

Hi, How can I use abp WebApi in windows form application ? :roll: How Sign in to application? :roll:


3 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

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

  • User Avatar
    0
    omital created

    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.

  • User Avatar
    0
    hikalkan created
    Support Team

    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.