Is session storage supported in Blazor Webassembly (PWA) standalone (Not hosted in asp.net core)?
I have the following code in my class that inherits from AuthenticationStateProvider
I have the following code in my class that inherits from AuthenticationStateProvider
I’m currently trying to port an ASP .NET Core 3.1 application to .NET 5.0.
Im beginer With Blazor , we work on system with back office and front users system that we done with MVC 5 but we want to upgrad to blazor with .Net5 , can i used Blazor Server Side as system back office and WebAssembly as Client user app if so can i set webAssembly with deferent Identify Autherntication from server side.
I’m learning Scott Allen – ASP.Net Core Fundamental course from Pluralsight and trying to add the external library from Node_Modules to my project.
I’m using .Net 5.0 as backend and .Net 5.0 for client-side.
Take the index page for example:
I am using Asp.Net .Net5 with Entity framework 5
I am trying to follow the approach suggested in a post by Allan Eagle in code-project. This same approach was working fine up until .NET Core 3.1, but not with .NET 5.0 . Here is the save method I created,
I would like to know if .Net 5 based ASP.Net applications still has no SynchronizationContexts as mentioned here so I can continue to not write ConfigureAwait(false) or should I start sprinkling it all over?
I’m using newest .Net 5 RC2. For some reason when I run debug, working directory is set to project directory, not “binDebugnet5.0-windows”. That causes some problems because I use some shared files from other projects (they are all copied into one folder on build) so it’s important for me to have working dir in $(TargetDir). I tried to achieve it with 2 ways: