Awesome C# Windows Services

  • updated over 4 years ago MIT License

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

  • updated over 5 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 over 5 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,965
    star
    updated over 5 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 over 5 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,633
    star
    updated over 5 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 3 months ago MIT License

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

  • Razor Razor 882
    star
    updated over 5 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,267
    star
    updated over 5 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,383
    star
    updated over 5 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 9 days 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 over 2 years ago Apache License 2.0

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