Hello,
I tried to use MySql instead of MsSql I get few issues.
I would need to update the abp core libraries specifically the abp zero which is not compatible with MySQL is there any chance or releasing MySQL compatible libraries?
Regards Gunpal Jain
Hello,
Thank you for your reply. I have worked out the solution for this problem. I will not use database for actual blog posts. I would use flat files to save posts.
Regards, Gunpal Jain
Hello,
I was comparing ABP Core template with Asp.net core in terms of throughput and efficiency. I need to make a highly efficient web service which would be inserting like 1 million blog posts in 1 second.
Would having ABP stack be a overhead or it is negligible? Is there any load test and stress test data available for ABP core?
Regards, Gunpal Jain
Thank you for your reply.
I resolved it by using IAuthenticationManager in the controller.
Regards, Gunpal Jain
Hello,
I want to login users with their email ID on a specific scenario i.e. on a successful payment. all the password on the system are hashed. Is there anyway to login with only Email ID?
I tried to look into the login codes there are so much of codes. what are the specific functions/methods needs to be called for successful login?
Regards, Gunpal Jain
Nevermind, I found the solution: <a class="postlink" href="http://www.newtonsoft.com/json/help/html/SerializationCallbacks.htm">http://www.newtonsoft.com/json/help/htm ... lbacks.htm</a>
Regards, Gunpal Jain
Hello,
I want to modify some properties of my DTOs before it gets serialized.
e.g. I have a FileDto which has a property for virtual path (e.g. "~/storage/myfile.jpg") of stored file on disk. I want to convert it to an absolute Uri (like "http://mydomain/storage/myfile.jpg") before the instances of FileDtos get serialized.
Is there any interface or something to modify the DTOs before serialization?
Regards, Gunpal Jain
Hi, I will try to use your approach.
Thank You.
Well, you can easily search in all files to see where it is being used, or may be search for all references. Just press ctrl+shift+f and type the Action Method name, e.g. "DownloadTempFile" you will get the list of files where it is being used.
Regards, Gunpal Jain
Hi,
As per my understanding, It is use for handling file uploads and downloads.
Regards, Gunpal Jain