Hi, I was implementing the BulkUpdateAsync() method to update entities based on the condition but didn't find a way to implement it while passing parameters updateExpression and predicate. Could you please help me with this with an example?
Hi,
Thanks for your quick response. It's working now, there was an issue with the Redis server running in background. I want to save the data on Redis server or cloud but I am not able to save the data on Redis server using Net Zero in-built cache manager. I have also tried with AbpPerRequestRedisCacheManager. Could you please let me know whether the project has in-built functions or interface to save data in Redis server or we need to implement it on our own?
Hi,
I have done all the configurations to enable redis in AspNetZero Core project as per the docs. I am using latest version of Net Zero. I am getting the errors while starting project. Below are the screenshots of the error and the configurations.
Hi, Following are the two APIs which are not working when authenticating user externally using provider and providerAccessCode.
Could you please check and assist how to proceed?
reference:
Hi Team,
Let me explain the real scenario. We are building iOS native app (using Swift) and enabling social authentications for Google, Microsoft, and Facebook from the app only. On the other side, we are building a web application (using asp.net zero) to perform some operations via API only. My question is as follows
{ "authProvider": "string", "providerKey": "string", "providerAccessCode": "string", "returnUrl": "string", "singleSignIn": true }
Please suggest to us how can we do that OR can you give us some direction on this?
Hi,
The link is not working and giving error and I think this API is applicable to register user via email and password. However, I want an API for external authentication of a user on net zero side after authenticating the same user though any of social login on native iOS app. Please suggest, how can we do that OR can you give us some direction on this?
Hi,
I am using ASP.Net Core MVC project 12.4.0. I am using the project to create APIs for the native IOS mobile application built using swift etc. I want to register the user on backend for API once the user logged into mobile app using one of the social logins such as Google, Microsoft and Apple etc. Is there any API to register/login the same user on backend as all the claims and social signup is being done at mobile app end? Also, please suggest the best way to implement this in ASP.Net Core.
Hi,
I want to change my login username. Can you please let me know, how to do that.
Hi,
I am just wondering if there is any official method available now to upgrade my ASP .NET zero project version from 10.4.0 to latest one.