Base solution for your next web application
Open Closed

Source code #1113


User avatar
0
hkcf created

Hi,

Right now, I can download the template project of ASPNETZEOR from <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/tree/master/src">https://github.com/aspnetzero/aspnet-ze ... master/src</a>.

I view the template project in visual studio and I want to further explorer the implementation of the other library, e.g. ABP.Zero. But I found that there is no any source code but only the dll file, say ABP.Zero.dll.

May I know where can I download it ? Thanks!


2 Answer(s)
  • User Avatar
    0
    hkcf created

    Hi,

    Actually, I want to know how to implement the code by using IAbpSession in Asp.Zero.

    Thanks!

  • User Avatar
    0
    hikalkan created
    Support Team

    It's source code is here: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero">https://github.com/aspnetboilerplate/module-zero</a> (it's open source) For session: <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/blob/master/src/Abp.Zero/Runtime/Session/IdentityFrameworkClaimsAbpSession.cs">https://github.com/aspnetboilerplate/mo ... Session.cs</a> It inherits from ClaimsAbpSession, which is here: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/master/src/Abp/Runtime/Session/ClaimsAbpSession.cs">https://github.com/aspnetboilerplate/as ... Session.cs</a>