Base solution for your next web application
Open Closed

Is step by step tutorial available for asp.net boilerplate? #660


User avatar
0
arulraj created

Hi

Please provide us step by step tutorial for asp.net boilerplate. That will be very useful. Thank you


11 Answer(s)
  • User Avatar
    0
    sayram created

    There is no step by step tutorial. But documentation can be found here.

    Abp is not for beginners. Abp is good for intermediate and experienced coders.

    Abp is devoloping only by one coder. So, pray to god for examples :)

    But, yeah i want tutorials too. Settings, permissions etc.

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Actually Codeproject articles is a kind of step by step documents:

    • <a class="postlink" href="http://www.codeproject.com/Articles/791740/Using-AngularJs-ASP-NET-MVC-Web-API-and-EntityFram">http://www.codeproject.com/Articles/791 ... EntityFram</a>
    • <a class="postlink" href="http://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A">http://www.codeproject.com/Articles/104 ... -NET-MVC-A</a>
  • User Avatar
    0
    arulraj created

    Thank you for your reply. :)

    <cite>saYRam: </cite> There is no step by step tutorial. But documentation can be found here.

    Abp is not for beginners. Abp is good for intermediate and experienced coders.

    Abp is devoloping only by one coder. So, pray to god for examples :)

    But, yeah i want tutorials too. Settings, permissions etc.

  • User Avatar
    0
    arulraj created

    Hi

    You given codeproject article is good. But if you give one tutorial with picture form like as this link "[http://www.asp.net/mvc/overview/older-versions/hands-on-labs/aspnet-mvc-4-fundamentals])" , it will easy and good to understand the asp.net boilerplate architecture. Base architecture is very important. Please help the developers to save the time.

    <cite>hikalkan: </cite> Hi,

    Actually Codeproject articles is a kind of step by step documents:

    • <a class="postlink" href="http://www.codeproject.com/Articles/791740/Using-AngularJs-ASP-NET-MVC-Web-API-and-EntityFram">http://www.codeproject.com/Articles/791 ... EntityFram</a>
    • <a class="postlink" href="http://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A">http://www.codeproject.com/Articles/104 ... -NET-MVC-A</a>
  • User Avatar
    0
    hikalkan created
    Support Team

    I'm trying to make documentation richer as much as possible. I hope it will be better in the future. Thanks for your suggestion. Have a nice day.

  • User Avatar
    0
    apexdodge created

    I'm actually considering creating a Udemy course on ABP and creating SaaS applications. Not sure when I'll be able to get around to it though.

  • User Avatar
    0
    hikalkan created
    Support Team

    It would be very good. I add a link to aspnetboilerplate.com for your course if you create one.

  • User Avatar
    0
    sayram created

    <cite>apexdodge: </cite> I'm actually considering creating a Udemy course on ABP and creating SaaS applications. Not sure when I'll be able to get around to it though.

    up!

    ill be waiting for the course. esspecially implementing permissions and settings.

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    For implementing permissions, you may want to check this: <a class="postlink" href="http://www.aspnetzero.com/Documents/Developing-Step-By-Step#authorization-for-phone-book">http://www.aspnetzero.com/Documents/Dev ... phone-book</a> It's almost same for module-zero.

  • User Avatar
    0
    sayram created

    <cite>hikalkan: </cite> Hi,

    For implementing permissions, you may want to check this: <a class="postlink" href="http://www.aspnetzero.com/Documents/Developing-Step-By-Step#authorization-for-phone-book">http://www.aspnetzero.com/Documents/Dev ... phone-book</a> It's almost same for module-zero.

    How to create permission grant page. There is hierarchical list there. Permissions are consts in a class.

    Did you also created a list or something like that?

  • User Avatar
    0
    hikalkan created
    Support Team

    Permissions are consts but role/user level permissions are not. They are managed by API. See docs: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Permission-Management">http://www.aspnetboilerplate.com/Pages/ ... Management</a> There are also samples in the doc. And how you implement UI (tree)? It's completely up to you :) I used jstree (<a class="postlink" href="https://www.jstree.com">https://www.jstree.com</a>).