Base solution for your next web application

Activities of "qquestel"

I removed an entity and all associated code from the ASP.Net Zero Angular solution.

How can i remove the name from the "Select Your Entity" dropdown for "Regenerate Entity"

Question

I have created one controller in my host project. It's a very simple controller and facing some issue. I tried most of the solutions but everything is ok in my project. could you please help me resolve this issue?

Question

Today when running PowerTools I get am getting errors and the application fails to compile.

What could be the the issue?

Answer

Hi

You can use the AbpSession extension to get the information of the logged in user. You can get it by calling AbpSession.GetTenantId(), AbpSession.GetUserId() methods. If you want to get UserIdentifier as well. You can use it as AbpSession.ToUserIdentifier().

So you cant get it from Add New Navigation Property in Power Tools?

Select Your Entity Like User (x.x.Authorization.Users.long ?

I would have to create the Property in PowerTool and then update it in code to use AbpSession.GetUserId()

Question

I am creating an entity using Power Tools. How do i capture the current Logged In user 'Id' and 'TennentId' to update the fields the the database for that table

I am using Power Tools to develop an entity called Languages. Are entities only created in the Main Folder? How do I create the entity in a sub folder of Main. For example Main > Employee

So the Entity would be located at Main > Entity > Languages

Showing 1 to 6 of 6 entries