FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

brienjuma (Brien Juma) · GitHub

🎯
🎯
  • NAIROBI,KENYA
  • 01:15 (UTC +03:00)

Highlights

  • Pro

Block or report brienjuma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brienjuma/README.md

Hi there, I'm Juma 👋

Pinned Loading

  1. Using Keyed Services in ASP.NET Core... Using Keyed Services in ASP.NET Core to manage multiple implementations of an interface starting in .NET 8.
    1
    // option 1: From Keyed Services attribute
    2
    public partial class Payment : ComponentBase
    3
    {
    4
        [Inject, FromKeyedServices("PayPal")]
    5
        public IPaymentService PaymentService { get; set; } = default!;
  2. Access ClaimsPrincipal in a Blazor C... Access ClaimsPrincipal in a Blazor Component
    1
    @page "/user-info"
    2
    
                  
    3
    <h3>User Information</h3>
    4
    
                  
    5
    @if (user != null)

Back | FazBrowse Home | New Git URL