Assalam O Alikum
Can I use your This zero project in my univesity final project. I've no mvc experience so I started reading your document I downloaded a couple of projects but nothing looks like the one your site shows as demo with roles and user management, All they have are coding libraries and nothing more some of them have just empty templet like the one Visual Studio express shows me. How can I get that i'm creating an online shopping website in final semester. and there is some thing wrong with your registration form of forum It let us create a user name with spance But when you try to login it stops you.
Regards sadia saeed
1 Answer(s)
-
0
Aleykum Selam,
there is some thing wrong with your registration form of forum It let us create a user name with spance But when you try to login it stops you
I will check it, thanks.
AspNet Zero project is a commerical product, not free. But, you can develop your own UI starting from new 'ABP + module zero' template: <a class="postlink" href="http://www.aspnetboilerplate.com/Templates">http://www.aspnetboilerplate.com/Templates</a> This new template provides login mechanism. Then you can follow documents (<a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents">http://www.aspnetboilerplate.com/Pages/Documents</a>) and see samples (<a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/tree/master/sample">https://github.com/aspnetboilerplate/mo ... ter/sample</a> running demo on <a class="postlink" href="http://qasample.aspnetboilerplate.com/">http://qasample.aspnetboilerplate.com/</a>). But surely, it requires some understanding of Dependency Injection and Domain Driven Design.