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)
-
0
Hi,
Actually, I want to know how to implement the code by using IAbpSession in Asp.Zero.
Thanks!
-
0
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>