Base solution for your next web application
Open Closed

newbie question about viewing ABP code #3536


User avatar
0
dparizek created

I am trying to work through the Zero code to learn. If I am in the Application project, for example, in the Auditing folder, viewing the AuditLogListDto.cs file, and I see it is using Abp.Auditing -- how would I got about seeing Abp.Auditing from within the solution in Visual Studio? or where would I look? So that I can go look at how the underling AuditLog model is structured?

sorry if this is a dumb question, I am new to Microsoft ASP.NET and Visual Studio world.


3 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    Aspnet zero is using ABP Framework that is an open source project. You can download and look its code. Here is the source: Aspnet Boilerplate Framework

  • User Avatar
    0
    dparizek created

    @ alirizaadiyahsi Thank you!

  • User Avatar
    0
    alirizaadiyahsi created

    You are wellcome.