Skip to content
View andreadottor's full-sized avatar

Highlights

  • Pro

Organizations

@msmvps
Block or Report

Block or report andreadottor

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
andreadottor/README.md

Pinned

  1. Dottor.Blazor.UI Dottor.Blazor.UI Public

    Blazor component library

    HTML 4

  2. Umarell-BlazorWebApp Umarell-BlazorWebApp Public

    Umarell - Blazor Web App (.NET 8)

    JavaScript 3

  3. BrewerApp BrewerApp Public

    Demo per il XE One Day e la .NET Conf di Roma

    HTML 4

  4. maui-blazor-hybrid maui-blazor-hybrid Public

    DEMO: .NET MAUI Blazor app

    C# 12 7

  5. Esempio di utilizzo di scrutor Esempio di utilizzo di scrutor
    1
    services.Scan(scan => scan     
    2
      .FromCallingAssembly()                                    // 1. Find the concrete classes
    3
        .AddClasses()                                           //    to register
    4
          .UsingRegistrationStrategy(RegistrationStrategy.Skip) // 2. Define how to handle duplicates
    5
          .AsSelf()                                             // 2. Specify which services they are registered as
  6. Git Aliases Git Aliases
    1
    [core]
    2
    	editor = code --wait
    3
    [alias]
    4
    	co = checkout
    5
    	st = status