-
Microsoft
Block or Report
Block or report SteveSandersonMS
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
CarChecker Public
A sample Blazor WebAssembly application that includes authentication, in-browser data storage, offline support, localization, responsive layouts, and more. For a video walkthrough, see this link:
-
-
dotnet-wasi-sdk Public
Packages for building .NET projects as standalone WASI-compliant modules
-
-
422 contributions in the last year
Less
More
Contribution activity
March 2023
Created 95 commits in 4 repositories
Created 1 repository
Created a pull request in dotnet/aspnetcore that received 22 comments
Razor Component IResult
Implements #46990
There's a lot of new public API here but it's almost all boilerplate stuff following the exact patterns of PageResult
, PageResult…
+656
−97
•
22
comments
Opened 6 other pull requests in 3 repositories
dotnet/aspnetcore
1
open
3
merged
dotnet/dotnet-wasi-sdk
1
merged
aspnet/Benchmarks
1
merged
Reviewed 12 pull requests in 3 repositories
dotnet/aspnetcore
10 pull requests
- Refactor HtmlRenderer layering
- [Blazor] Endpoint discovery
- Ability to monitor Blazor Server circuit activity
- Razor Component endpoint implementation
- Razor Component IResult
- Make BlazingPizza.Server sample work again
- Blazor united initial startup apis for registering pages
- Sections support
- [Web.JS] call mono_wasm_gc_lock in MonoHeapLock
- SSR as library
dotnet/AspNetCore.Docs
1 pull request
dotnet/designs
1 pull request
Created an issue in dotnet/aspnetcore that received 13 comments
API review: Blazor component rendering as a library
Background and Motivation This is a long-wanted feature described in #38114. TLDR is people would like to render Blazor components as HTML to strin…
13
comments
Opened 14 other issues in 2 repositories
dotnet/aspnetcore
13
open
- Preserve existing DOM elements when updating statically-rendered content
- QuickGrid has a race condition with disposal during init
- Consider breaking API change for Microsoft.AspNetCore.Mvc.Rendering.RenderMode
- API review: Razor Component IResult
- Add helper methods for constructing a RazorComponentResult
- Set component render mode either at the call site or in the component itself
- Ability to opt into streaming SSR on a per-subtree basis
- Blazor United: startup APIs for enabling Server/WebAssembly hosting
- When rendering interactive components, ability to pass in passive RenderFragment as parameter
- Blazor United: Antiforgery
- Blazor United: APIs for handling incoming form posts
- Blazor United: Validation on form posts
- Blazor United: Model Binding on form posts