All Projects → ironcev → high-performance-aspnet-core-workshop

ironcev / high-performance-aspnet-core-workshop

Licence: other
Sample application used in the High-Performance ASP.NET Core Workshop

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to high-performance-aspnet-core-workshop

Practical Aspnetcore
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 projects you can use. Readme contains explanations on all projects.
Stars: ✭ 6,199 (+21275.86%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Znetcs.aspnetcore.authentication.basic
A simple basic authentication middleware.
Stars: ✭ 40 (+37.93%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Znetcs.aspnetcore.logging.entityframeworkcore
This is Entity Framework Core logger and logger provider. A small package to allow store logs in any data store using Entity Framework Core.
Stars: ✭ 24 (-17.24%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Aspnetcore Developer Roadmap
Roadmap to becoming an ASP.NET Core developer in 2021
Stars: ✭ 8,248 (+28341.38%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+437.93%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+17555.17%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (+58.62%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+200%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+289.66%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (+434.48%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+189.66%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (-20.69%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
ChatService
ChatService (SignalR).
Stars: ✭ 26 (-10.34%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Asp.net Core Template
A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.
Stars: ✭ 599 (+1965.52%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-13.79%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+2882.76%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (+244.83%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Home
Home for Blazor Extensions
Stars: ✭ 51 (+75.86%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
OnlineUsers-Counter-AspNetCore
Display online users count in ASP.NET Core in two ways (Cookie - SingalR)
Stars: ✭ 29 (+0%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
Stars: ✭ 13 (-55.17%)
Mutual labels:  aspnetcore, asp-net-core

High Performance ASP.NET Core Workshop

This repository contains a sample Web API application used in the High-Performance ASP.NET Core Workshop.

The Web API represents a simplified implementation of a "Getting Things Done (GTD)" system. To learn more about GTD, read the Erlend Hamberg's excellent article GTD in 15 minutes – A Pragmatic Guide to Getting Things Done.

The API supports the following:

  • Creating, editing and deleting of Actions, Lists and Projects.
  • Moving an Action to a List.
  • Assigning an Action to a Project.

The application does not provide a UI. To smoke test the API you can use any REST client. The smoke tests folder contains a set of basic smoke tests given in a plain text format, or as files that can be imported into Insomnia or Postman.

License

CC0

To the extent possible under law, Dobriša Adamec and Igor Rončević have waived all copyright and related or neighboring rights to this work.

In case of (re)use, providing a link to this GitHub repository would be highly appreciated.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].