Hi Halil, I am working on large project and I need your advice on the following things.
Hi guys. Recently, I was trying to implement some security features on asp.net boilerplate. Such as password recovery, email verification, sms verification etc. If you have done this before or have an idea please do share with me.
Hi, I am wondering if it is possible to login users without requiring their tenant name. We just retrieve their tenant name after authentication.
Hi guys who has ever deployed an ASP.NET Boilerplate website successfully. I just deploy one to azure cloud recently and first I had to deploy the Debug mode instead of Release mode. The Release mode kept failing. Also I can transfer the data on the local database to the remote database on Azure. The remote database starts out empty
Hi, Halil You please write a sample application that uses Editions. I Still haven't been able to wrap my head around it. Thanks
"There may be one or more menus in an application. context.Manager.MainMenu references the default, main menu. We can create and add more menus using context.Manager.Menus property."
Found this on the documentation page. Can anyone help me with more info on how to define and use custom menus. The documentation only explains the Main Menu. I can't seem to wrap my head around defining custom menus. Thanks
I just noticed the asp. Net boilerplate templates no more includes durandal. I just started to love durandal and was hoping to build something with it. Please is this permanent and why.
Hi guys, has anyone implemented the edition ABP Edition manager before, I am still trying to fully understand it, the documentation is still not very complete. Please help me out if you know about this.
Hey guys how do one implement mobile views in ASP.NET Boilerplate, will the traditional viewname.Mobile.cshtml work? Thanks
Good day everyone how can I make use of pagination in querying data from model and also implement it on the frontend. Thanks