Base solution for your next web application

Activities of "thomas kristensen"

Question

Hi

I am trying to create a custom repository, which will contain all communication with DB stored procedures. However I cannot find any complete documentation on how to do this. My problem right now is how do I use a custom repository from the application layer?

I already read all documentation on the subject, but it is still not clear to me how to use a custom repository, when it has been created?

Question

Hi

We are using an existing database, and we are using multiple keys on several tables. One such table could be a product description:

KEYS ProductId, LngCode

Fields: Description.......

However Abp code first assumes a single key. How can we use multiple keys on a single table? Using natural keys is a powerfull way to avoid junk and duplicates in a table, by forcing a constraint check on the DB level.

Question

Hi

First I must say this framework is pretty impressive, a good starting point for any project.

My question is when returning a response in a controller using JSON additional properties are appended to the result as described in the documentation. My problem is I am using a third party client side component that expects another format, so I do not want AbpController to append these additional properties, I just want the raw JSON, how can I do that if I still want AbpController as my bas class?

Thanks a lot.

Showing 1 to 3 of 3 entries