Default Blazor PWA project cannot be host into IIS
I created a new Blazor project using Visual Studio 2019 (look at the picture)
I created a new Blazor project using Visual Studio 2019 (look at the picture)
In my ASP.NET Core MVC project, I have this scenario: a manager can do anything in the web application, you can call it super manager, and there is only one user. This “super” manager can add other managers that are more restricted, for example these managers cannot create users of type manager, or cannot see some information.
Just want to ask if by any chance I can schedule an asp net code-behind to run every day at 00:00? What I am doing now is go to Plesk > Scheduled Task > Fetch URL and write the URL on it, hoping the Page Load event of the scheduled page to run. However it seems not to be the case.
The default API example in Visual Studio 2019 instantiates an ILogger<T>. If I invoke it via _logger.Log(LogLevel.Information, "hello") how can I view the log file? This question assumes use of Azure App Service.
I am trying to create a blog site with asp.net core 3.1. I want to add a comment to the blog post, but I cannot get a query string to which blog post I posted.
I’ve used Identity package in WebUI layer. I want to associate these users with the product that I keep in the entity layer.
i am completely newbie to Signal R Core. I would like to know the best practice how to notify client about event which has happened in my system. i have a real task which is following
query.Include("Store_Location").Load(); throws: An exception of type ‘System.InvalidOperationException’ occurred in EntityFramework.SqlServer.dll but was not handled in user code Additional information: A specified Include path is not valid. The EntityType ‘Model.Order’ does not declare a navigation property with the name ‘Store_Location’. I used the following code in order to create the navigation code-first: public partial class Order … Read more
I am new to C# and I’m not sure I understand this piece of code:
I am creating a login button like this: