Base solution for your next web application

Activities of "GSOFT"

Thank you, I solved it.

Suppose I have a variable used to store current user, I use this variable to filter data. Where should I put the code below? And How can I use it across all components?

async getCurrentLoginInformations(): Promise<string>{
        let result = await this._sessionAppService.getCurrentLoginInformations().toPromise();
        this.userIdFilter = result.user.userName;
        if (this.userIdFilter == 'admin')
            {this.userIdFilter = '';}
        return this.userIdFilter;       
    }

Hi @maliming,

Sounds like I have to revoke whole project/source code back.

Like i mentioned, I want to prevent other people approach my project (more specifically, I and partner used to work together, now I do not want him to use the source code to develop personal project). Is there any mechanism to help me prevent this problem? For example, you re-new license code and revoke the old license code.

I'm using Net Core & Angular 7 for admin site. I reuse my old project (MVC) for home page site, now I want to use CreateOrUpdateUser API for my home page site. Is it possible? If my question is not related, please help me find articles for my issue. Thank you!

You should follow these keywords "EventMitter" or "Sharing data between component use service"

^

public class SysError
    {
        public string Result { get; set; }

        public string ErrorDesc { get; set; }
    }

All the previous functions works stably, I think the commit and rollback point is placed wrong

Hi @alper I do not work on UOW. I don't think It is problem.

		StackTrace	"   at System.Data.SqlClient.SqlTransaction.ZombieCheck()\r\n   at System.Data.SqlClient.SqlTransaction.Commit()\r\n   at Microsoft.EntityFrameworkCore.Storage.RelationalTransaction.Commit()\r\n   at Abp.EntityFrameworkCore.Uow.DbContextEfCoreTransactionStrategy.Commit() in D:\\Github\\aspnetboilerplate\\src\\Abp.EntityFrameworkCore\\EntityFrameworkCore\\Uow\\DbContextEfCoreTransactionStrategy.cs:line 66\r\n   at Abp.EntityFrameworkCore.Uow.EfCoreUnitOfWork.CommitTransaction() in D:\\Github\\aspnetboilerplate\\src\\Abp.EntityFrameworkCore\\EntityFrameworkCore\\Uow\\EfCoreUnitOfWork.cs:line 92\r\n   at Abp.EntityFrameworkCore.Uow.EfCoreUnitOfWork.CompleteUowAsync() in D:\\Github\\aspnetboilerplate\\src\\Abp.EntityFrameworkCore\\EntityFrameworkCore\\Uow\\EfCoreUnitOfWork.cs:line 83\r\n   at Abp.Domain.Uow.UnitOfWorkBase.CompleteAsync() in D:\\Github\\aspnetboilerplate\\src\\Abp\\Domain\\Uow\\UnitOfWorkBase.cs:line 273\r\n   at Abp.AspNetCore.Mvc.Uow.AbpUowActionFilter.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next) in D:\\Github\\aspnetboilerplate\\src\\Abp.AspNetCore\\AspNetCore\\Mvc\\Uow\\AbpUowActionFilter.cs:line 49\r\n   at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()"	string

Hope it helpful

Hi @maliming, Do you mean call stack?

Showing 11 to 20 of 32 entries