Awesome C# Windows Services

  • updated about 5 years ago MIT License

    Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.

  • updated about 6 years ago Apache License 2.0

    [Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore

  • updated about 6 years ago Apache License 2.0

    [Archived] Contains an opinionated factory for creating HttpClient instances. Project moved to https://github.com/aspnet/Extensions

  • Identity Identity 1,961
    star
    updated almost 6 years ago Apache License 2.0

    [Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore

  • updated almost 6 years ago Apache License 2.0

    [Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore

  • Mvc Mvc 5,617
    star
    updated almost 6 years ago Apache License 2.0

    [Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore

  • updated 9 months ago MIT License

    High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.

  • Razor Razor 883
    star
    updated almost 6 years ago Apache License 2.0

    [Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore

  • Security Security 1,270
    star
    updated about 6 years ago Apache License 2.0

    [Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore

  • SignalR SignalR 2,381
    star
    updated almost 6 years ago Apache License 2.0

    [Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore

  • updated 6 months ago MIT License

    Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.

  • Topshelf Topshelf 3,564
    star
    updated about 3 years ago Apache License 2.0

    An easy service hosting framework for building Windows services using .NET