Skip to content

Setting up Blazor server customers for success #38126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
javiercn opened this issue Nov 5, 2021 · 0 comments
Closed

Setting up Blazor server customers for success #38126

javiercn opened this issue Nov 5, 2021 · 0 comments
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-server

Comments

@javiercn
Copy link
Member

javiercn commented Nov 5, 2021

There are several common scenarios that require special handling within Blazor due to the fact that it runs on a server. For example, limitations on the memory something can use, or patterns/solutions that can cause the app to consume large amounts of memory without the user noticing. We want to ensure that provided they use the right primitives, Blazor Server components can work in the same way across all supported platforms

@javiercn javiercn added area-blazor Includes: Blazor, Razor Components feature-blazor-server jcn-p0 labels Nov 5, 2021
@javiercn javiercn added this to the .NET 7 Planning milestone Nov 5, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Dec 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-server
Projects
None yet
Development

No branches or pull requests

2 participants