-
Updated
Jun 24, 2022
#
aspnet-core

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 1,136 public repositories matching this topic...
Roadmap to becoming an ASP.NET Core developer in 2022
Help wanted
Up for grabs. We would accept a PR to help resolve this issue
Good first issue
Good for newcomers.
Source - Docs.ms
Docs Customer feedback via GitHub Issue
doc-enhancement
ASP.NET Boilerplate - Web Application Framework
c-sharp
framework
csharp
dotnet
aspnetcore
aspnet
best-practices
architecture
domain-driven-design
dotnet-core
aspnet-core
multi-tenancy
abp
nlayer-architecture
-
Updated
Jul 18, 2022 - C#
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
-
Updated
Jun 14, 2022 - C#
Open Source Web Application Framework for ASP.NET Core
c-sharp
angular
framework
csharp
aspnetcore
aspnet
architecture
domain-driven-design
saas
dotnet-core
aspnet-core
multi-tenancy
abp
blazor
-
Updated
Jul 19, 2022 - C#
Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0 and 7.0 projects you can use. Readme contains explanations on all projects.
-
Updated
Jul 19, 2022 - C#
Full ASP.NET Core 6 application with DDD, CQRS and Event Sourcing concepts
visual-studio
jwt
cqrs
aspnetcore
ddd
clean-code
architecture
eventstore
swagger
event-sourcing
aspnet-core
asp-net-core
onion-architecture
asp-net-core-mvc
mediatr
ef-core
asp-net-identity
automapper
equinox
fluentvalidation
-
Updated
Apr 10, 2022 - C#
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
-
Updated
Jun 2, 2022 - C#
Nick's Roadmap for a .NET Backend Developer working with Microservices
-
Updated
Jun 22, 2022
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 14, Clean Code, SOLID, DDD.
angular
typescript
csharp
solid
dotnet
aspnetcore
ddd
dotnetcore
best-practices
clean-code
architecture
domain-driven-design
dot-net
clean-architecture
dotnet-core
aspnet-core
c-charp
dotnet6
net6
dot-net-6
-
Updated
Jul 18, 2022 - C#
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Jul 13, 2022 - C#
PeachPie - the PHP compiler and runtime for .NET and .NET Core
microsoft
php
opensource
roslyn
dotnet
dotnetcore
coreclr
php-compiler
peachpie
pchpcompiler
aspnet-core
netstandard
-
Updated
Jun 25, 2022 - C#
distributed-systems
awesome
microservices
microservice
dotnet
aspnetcore
aspnet
dotnetcore
distributed
dotnet-core
awesome-list
aspnet-core
asp-net-core
asp-net
microservices-architecture
aspnet-mvc
awesome-lists
microservice-architecture
-
Updated
Jun 15, 2022
A native functional ASP.NET Core web framework for F# developers.
middleware
template-engine
fsharp
dotnet
micro-framework
web-framework
dotnet-core
aspnet-core
model-view-presenter
http-handler
giraffe
dotliquid
-
Updated
Jul 10, 2022 - F#
wypiorsebastian
commented
May 18, 2021
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
good first issue
Good for newcomers
A workshop for moving through the various new pieces in ASP.NET Core Authorization
-
Updated
Oct 24, 2018 - C#
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
-
Updated
Jul 4, 2022 - C#
A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.
-
Updated
Jun 7, 2022 - C#
OpenID Connect Code Flow PKCE / Implicit Flow with Angular and ASP.NET Core 6 IdentityServer4
security
identity
oauth2
angular
typescript
authentication
aspnetcore
sqlite
authorization
openid
aspnet-core
identityserver4
oidc
-
Updated
Jul 6, 2022 - TypeScript
Samples for IdentityServer4,use .net core 2.0
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Jun 22, 2022 - C#
This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.
-
Updated
Jun 7, 2022 - C#
The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET Core Community and .NET China Community.
-
Updated
Jun 26, 2022 - C#
Professional REST API design with ASP.NET Core WebAPI
identity
oauth
jwt
sentry
logging
swagger
versioning
swagger-ui
aspnet-core
nlog
jwt-authentication
autofac
webapi
ef-core
elmah
automapper
exception-handling
jwt-encryption
-
Updated
Jul 13, 2022 - C#
Template for ASP.NET Core, Angular with Webpack and Visual Studio
-
Updated
May 31, 2022 - JavaScript
Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
-
Updated
Jul 8, 2022 - C#
ASP.NET Core Detection with Responsive View for identifying details about client device, browser, engine, platform, & crawler. Responsive middleware for routing base upon request client device detection to specific view.
-
Updated
Jun 24, 2022 - C#
The .NET 6 blog system of https://edi.wang, runs on Microsoft Azure
blog
sql-server
azure
dotnet-core
entity-framework-core
aspnet-core
azure-application-insights
azure-active-directory
azure-cognitive-services
azure-app-service
azure-sql-database
azure-blob-storage
azure-devops
azure-frontdoor
-
Updated
Jul 17, 2022 - C#
5
poppastring
commented
Nov 28, 2021
Replace client-side caching...
[ResponseCache(Duration = 14400, Location = ResponseCacheLocation.Any)]
...with serverside caching
private readonly IMemoryCache memoryCache;
- Caching on the home page should be broken when we add a new post or comment (includes status updates and deletes).
- Caching on the archive page should be broken when we add a new post.
- Caching on the categor
In the "Set the environment" section, the doc refers to setting the value of env variables w/o showing how to do it.
But the goal can be achieved that way. I suggest you add this code snippet:
The derived WebApplicationFactory will therefor