-
Updated
Mar 12, 2022 - C#
#
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,085 public repositories matching this topic...
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
Roadmap to becoming an ASP.NET Core developer in 2022
-
Updated
Mar 14, 2022
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
-
Updated
Feb 25, 2022 - C#
Open Source Web Application Framework for ASP.NET Core
c-sharp
angular
framework
csharp
aspnetcore
architecture
domain-driven-design
saas
dotnet-core
aspnet-core
multi-tenancy
abp
blazor
-
Updated
Mar 15, 2022 - C#
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.
-
Updated
Mar 15, 2022 - C#
Full ASP.NET Core 5 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
Nov 2, 2021 - C#
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
-
Updated
Mar 2, 2022 - C#
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, 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
Mar 10, 2022 - C#
High performance understanding for stack traces (Make error logs more productive)
-
Updated
Mar 9, 2022 - C#
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
-
Updated
Mar 9, 2022 - JavaScript
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
Mar 2, 2022 - C#
Nick's Roadmap for a .NET Backend Developer working with Microservices
-
Updated
Jan 18, 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
Feb 11, 2022 - F#
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
Feb 11, 2022
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 ?
A workshop for moving through the various new pieces in ASP.NET Core Authorization
-
Updated
Oct 24, 2018 - C#
Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
-
Updated
Mar 15, 2022 - C#
A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.
-
Updated
Dec 3, 2021 - 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
Mar 15, 2022 - TypeScript
Samples for IdentityServer4,use .net core 2.0
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Jan 22, 2021 - C#
This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.
-
Updated
Jan 29, 2022 - C#
The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET Core Community and .NET China Community.
-
Updated
Sep 2, 2021 - 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
Mar 9, 2022 - C#
Template for ASP.NET Core, Angular with Webpack and Visual Studio
-
Updated
Mar 15, 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
Mar 2, 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
Mar 9, 2022 - C#
poppastring
commented
Feb 23, 2022
The <post-read-time /> TagHelper is used to calculate the number of minutes we guess it will take to read the article. This calculation uses a simple arithmetic around the number of words Post.Content.
There is a hypothesis that suggests we should also include 30 seconds per image in the post.
The task here is to find the number of images in Post.Content and add it to the number
2
In the left menu and at the bottom of the page, there is this link : JavaScript API reference
Obviously, I was expecting the API of SignalR, not a general javascript API link...
I would expect this link instead: https://docs.microsoft.com/en-us/javascript/api/@microsoft/signalr/?view=signalr-js-latest
Docume