Base solution for your next web application

Activities of "shedspotter"

Hi,

Profile picture upload is not working. Select a picture to upload and click on Save => No response (no errors too).

Framework - .NET Core 3.1 Version - v8.5.0 Type - ASP.NET CORE & Angular

Kindly help me with the same. Thanks

I have tried implementing below suggested solution.

[https://aspnetboilerplate.com/Pages/Documents/Articles/Using-Stored-Procedures,-User-Defined-Functions-and-Views/index.html]

But i am getting error "An internal error occurred during your request!".

I am attaching below my sample code.

Please suggest the solution.

Thanks in advance

Hi Team, We are using ASP.net core and Angular Template of ASP.net Zero. We need to create a custom hub, that sends a message to client side when a media(images, videos, audios) are processed from azure function. We have the following scenario

  1. We upload a media to server.
  2. The server uploads this media to azure blob storage.
  3. When a media is uploaded to blob storage, the blob triggers the azure function.
  4. The Azure function then processes this media and generates metadata and thumbnails.
  5. When the media is processed successfully we need to send this message to client side using signal-R.

What is the way to go about implementing this functionality in our application. We have created a hub and service to send the message and also listener to the client side. We need to send the message from the azure function to the Angular client.

Please help us out regarding this.

Thanks

Hi, I need to create calculated property on core project (domain layer classes) i need to add current user & current tanent id with db value. but i cant get current login user details could you please suggest me any changes.

Thanks in advance.

Hello, I have created my own class in style.css file but it's not reflecting in theme 8. Could you please suggest to me? What should I do?

Hi,

We are planning to migrate our existing Asp.Net MVC project into Asp.Net Zero Core 2.0 & Jquery. We are have some queries regarding datatype change for TenantId. By default its int. In our case, we have used CompanyId which is foreignkey in almost all tables, which is guid. In Asp.Net Zero, can we change datatype of TenantId to guid?.

Hi,

I have one query, that how we implement Mobile Offline Sync in ASP.NET Core 3.x and jQuery based MVC solution?

Please find the shared link below for more information about Mobile Offline Sync.

https://azure.microsoft.com/is-is/blog/announcing-general-availability-of-mobile-offline-sync/

Hi, We have been using your Angular+.Net Core version for quite some time & I didn't see any performance issues until after we moved to latest SDK available for this. The load time is high but what is more painful is that the response time on clicking of buttons is also very poor. It takes 2-3 seconds for the UI to shiw any response after button clicks & this doesn't improve after a while. This is true for Asp.net Zero functionality as well such as options under Administration menu or chat or user profile options on top right. Everything takes 2-3 seconds after click to respond. Is this a known issue? Can we make any changes to fix this? We are hosting our site on Azure. Thanks

Hi, How asp.zero angular application cache ?, Is there any built in functionality with asp.net zero angular or we have to impliment angular rxjs operator or intercepter ? Thanks

"manifest.webmanifest" file not working in production

Here current setting in angular.json file:

  • What is your product version? 8.9.2

  • What is your product type (Angular or MVC)? Angular

  • What is product framework type (.net framework or .net core)? net core

Showing 1 to 10 of 72 entries