Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "omital"

Thank you for your response. I download <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpWpfDemo">https://github.com/aspnetboilerplate/as ... AbpWpfDemo</a> but I don't find any part that interact with Abp.Zero for authentication and authorization.

Hi, How can I use abp WebApi in windows form application ? :roll: How Sign in to application? :roll:

Answer

Thank you man. I will check it. Your framework is awesome.

Question

Hi, Suppose we have person entity that use in different solution. How can I create a Module that contain person entity definition (Entity, AppService, Views and ...) to include in all solution?

Hi, You can use SSRS for medium to enterprise project. and then you can export report to formats like pdf, html, word and .....

Hi, Suppose that we have sybsystem for accounting system like StoreSubSystem, SaleSubSystem, AccountingSubSystem and .... How can we have multiple angular layout application and menus for each subsystem. (I use Apb + EntityFramework + AngularJs)

Thank you for your complete response. I will work on it.

Hi, How can I add extra filed to abpSession . for example I want to force user to select (current fiscal year) in login page and store it in session .

Thank you. I Added

System.Threading.Thread.CurrentThread.CurrentCulture = new CultureInfo("fa-IR");

to Application_Start and work.

I use .chtml file generraly but for situation that we want view modal like this

var modalInstance = $modal.open({
                animation: true,
                templateUrl: 'app/Main/views/factorForm/factorEditForm.html',
                controller: ctrlrIdEditFactor,
                size: 'lg',
                resolve: {
                    item: function () {
                        if (vm.factorForm.factorFormFactors == null)
                            vm.factorForm.factorFormFactors = new Array();
                        if (vm.factorForm.factorFormFactors.indexOf(itm) == -1)
                                return itm;
                        else
                            return angular.copy(itm);
                    }
                }
            }

we cant use .chtml

Showing 61 to 70 of 99 entries