Base solution for your next web application

Activities of "Qloud"

Hello,

Here is the right solution for my issue.

#1123

Thank you Ismil, hikalkan and ismcagdas :)

Hello Hikalkan,

What is the solution for my issue?

Hi Hikalkan,

Basically we can't explore personal detail on forums that's why i put {Server}, {dbname}, {Password} like that.

:)

Hello ismcagdas,,

I am trying to run still on local system.. so yes my application is running on my visual studio and yeah sql server also on my same system.

Let me know the next step to resolve this issue.

Thanks

Hello ismcagdas,

Yeah this service is already running on my system. Let me know the next step to resolve this issue.

Dear ismcagdas,

As per hikalkan mention in documentation We have to enable MSDTC. not a DTC

And when we right click on the "Local DTC" then click properties. then in security tab showing Network DTC Access.

So may i know if i enable this option then Multi tenant – multi databases will work?

Find attached for reference.

Awaiting for your response.

Thanks

Hello Hikalkan,

Thank you for your quick response.

I got a step for enable MSDTC [https://technet.microsoft.com/en-us/library/cc759136%28v=ws.10%29.aspx]). but on last step they mention Hit the Security Configuration button in MSDTC tab. But in my windows 10 not available this option in MSDTC tab. please see attached.

Can you please suggest me how we can enable MSDTC when we are on local development.

Awaiting for your answer.

Thanks,

Hello Hikalkan,

Thanks for your quick and helpful response.

  1. It's very easy:
  • Add your property to User entity
  • Add same property to UserListDto (if you want to show on the grid). It will be auto-mapped.
  • Define grid column in the User page.
  • If you want to edit this column while creating/editing user, you can add a new form field to user create/edit modal, change editing DTO and update code.

But this is not special to users. Once you understand the relation between entity, dto, application services and UI layer, you can do everything. I suggest you to read this document to understand their relation: <a class="postlink" href="http://www.aspnetzero.com/Documents/Dev">http://www.aspnetzero.com/Documents/Dev</a> ... y-Step-MPA

I have added phoneNo field in User entity and UserListDto as per your suggestion. Then i have create field in database using add-migration command. by the way field added successfully. Now i have added code for display phone no field value in grid in index.js of angular code but data is not displaying :(

Then i've convert to MPA application and put same change in index.js file for MPA. But here also result is same display is column but data is not showing. May i know is there any step is missing.

Below is code that i've added Index.Js file.

Angular.js (User)

{
                        name: app.localize('Phone'),
                        field: 'Phone',
                        minWidth: 100
                    }

MVC (User)

Phone: {
                    title: app.localize('Phone'),
                    width: '15%'
                },

Is there anything need to change in ABP project? I have just used DLL. I didn't download ABP code and didn't added in my project solution.

And I am little bit confuse about your mvc version. Basically when we are working on mvc then we are binding model in controller and then passing data from controller to view. But here you guys are using services in direct JS file like >var _userService = abp.services.app.user; May know what is the difference between normal MVC concept and yours?

Awaiting for your response.

Thanks, Rama

Hello Hikalkan,

I am waiting for your valuable response.

Basically I have three questions for you.

  1. How difficult to extend asp.net zero with custom field/property? So for that can you please share some idea for forum link about add one custom field in user table or any table and display in the grid?
  2. How difficult to extend asp.net zero with custom tables? So for that can you please share some idea for forum link about add one custom table and display in the site.
  3. I have seen in the references there is some DLL. Name started from "Abp". So I just want to know if we developed our project using your framework. And because of those DLL we don't have full control of code. So its look like we depend on your added DLLs. Please advice on same

Note: Yesterday you provide download project link. Its angularJs? If yes then can you please give me source link for MVC only.

Awaiting for your response.

Thanks, Rama

<cite>hikalkan: </cite> Hi,

Can you try to create your project from <a class="postlink" href="http://www.aspnetzero.com/Download">http://www.aspnetzero.com/Download</a>

We will check the Github problem soon. Follow the issue: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/147">https://github.com/aspnetzero/aspnet-zero/issues/147</a>

Thanks.

Hello Hikalkan,

Thanks for your quick response.

Yeah created from your link. its working fine.

Can you please share with me some idea or forum link for adding custom field in database and show in grid. Because there is lots of file exactly i don't know which files I need to change.

Thanks, Rama

Showing 1 to 10 of 15 entries