Base solution for your next web application

Activities of "Synciant"

I am using project type Angular+ASP.NET Core v6.5 . I am creating an app which is used in multiple timezones.

I have set Clock.Provider = ClockProviders.Utc in Startup.cs under ConfigureServices(IServiceCollection services)

Whenever, I pass a Date in the URI from the client, it gets converted to DateTimeKind.Local on the server side. But when I pass it through body it remains DateTimeKind.Utc. I want it to remain in DateTimeKind.Utc for both medium.

What am I doing wrong? How can I fix it?

Thank you so much Alper. Now we're able to send and listen to push notifications in Mobile app. I hope, this solution will help all those who want to implement push notifications in xamarin mobile application.

Last question, We having Abp version 4.1.0 and many of the functionalities you've used are not there e.g. in App.xaml.cs we don't have OnSessionTimeout() and OnAccessTokenRefresh() functions. To counter that, I've placed DependencyResolver.Resolve<IChatService>().ConnectAsync(); in Account service in SetCurrentUserInfoAsync(). And disconnected it in Logout functionality of MySettingsViewModel. Is there a better place for me to connect and disconnect SignalR?

Kindly guide.

Sure, also help me out in implementing entity notifications. After connecting to AbpCommonHub using url /signalr, how can we listen to entity notifications as we only have notification names with us (eg. App.WelcomeToTheApplication) and for sending and receiving notifications using SignalR.Client, we need the method names.

eg. ChatConnection.On<string>("MethodName", (message) => { AppendMessage(message); });

Kindly guide us in achieving the same.

Thanks for reply Alper. We've tried implementing it, but when it hits out our backend API i.e. ChatHub >> SendMessage, we are receiving sender information i.e. AbpSession.ToUserIdentifier()as null.

Do we need to pass authentication token with new HubConnectionBuilder().WithUrl(chatHost)?

If not, is there anything else we're missing with?

Kindly guide.

We've tried implementing the same but without a success. For the Hub Backend, we're using 'Abp.AspNetCore.SignalR' and for Xamarin, we've used 'Microsoft.AspNetCore.SignalR.Client'. Is this the point of concern?

Also, how can we receive already implemented push notifications by ABP. Eg. new user created?

Kindly guide us through.

Thanks

Hi Team,

We're having a requirement where we need to display live push notifications for users in mobile application.

Is there any documentation for implementing the same in Xamarin forms(using SignalR)?

If not, kindly guide us on how to proceed with this.

Thanks

Hello,

We are using ASP.Net Zero v6.5. We need to implement the fullcalender with external events as shown at [https://keenthemes.com/metronic/preview/default/components/calendar/external-events.html].

We referred git repository of metronic calender of previous version at [https://github.com/aspnetzero/metronic/blob/3abdf19f09c01da253394dd44ae174aa826a3c00/angular/dist/demo/default/src/app/theme/pages/default/components/calendar/calendar-external-events/calendar-external-events.component.ts].

Now the issue we are facing here is that as per the ASP.Net Zero v6 it is recommended not to use jQuery since jQuery is replaced by native libraries but the git repository link provided above is clearly loading and using jQuery UI bundle.

Please provide us the solution for implementing fullcalender(with external events) mentioned in latest version of metronic theme for ASP.Net Zero v6.5 .

Thanks

Hi Team, I have downloaded the project type as ASP.NET CORE and Angular in .NET framework v4.6.1. I've done lot of custom changes to this project. Now I've a requirement to work on Mac machine for iOS development. But, I'm unable to build my project as it is in .NET framework.

Is there any possibility for converting my project from .NET framework v4.6.1 to .NET Core 2.2? Please guide if possible.

Note: I can download ASP.NET zero project in .NET core 2.2 framework but then I've to do all my custom changes all over again.

Showing 1 to 8 of 8 entries