Hi
Please provide us step by step tutorial for asp.net boilerplate. That will be very useful. Thank you
11 Answer(s)
-
0
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>
-
0
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.
-
0
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>
-
0
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.
-
0
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.
-
0
It would be very good. I add a link to aspnetboilerplate.com for your course if you create one.
-
0
<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.
-
0
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.
-
0
<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?
-
0
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>).