Skip to content
View luebster's full-sized avatar

Block or report luebster

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

Pinned Loading

  1. scss-loading-animations Public

    SCSS 1

  2. Web-Development-Tools Public

    A collection of libraries, tutorials, and other handy web development resources.

    2

  3. Automatically apply Entity Framework...
    1
    using Microsoft.AspNetCore;
    2
    using Microsoft.AspNetCore.Hosting;
    3
    using Microsoft.EntityFrameworkCore;
    4
    using Microsoft.Extensions.DependencyInjection;
    5
    using System.Threading.Tasks;
  4. Extend All The Things: A set of help...
    1
    using System.Linq;
    2
    using System.Security.Principal;
    3
    
                  
    4
    public static class AuthorizationExtensions
    5
    {