Lihan-Chen's Stars
ultralytics/ultralytics
Ultralytics YOLO11 🚀
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
aamini/introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2
An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
dotnet-architecture/News
News on .NET Architecture Guidance, eShopOnContainers and all the reference apps in dotnet-architecture
RUB-SysSec/DroneSecurity
DroneSecurity (NDSS 2023)
dncuug/X.PagedList
Library for easily paging through any IEnumerable/IQueryable in ASP.NET
NASAWorldWind/WebWorldWind
The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
microsoft/samples-for-ai
Samples for getting started with deep learning across TensorFlow, CNTK, Theano and more.
ChilliCream/graphql-workshop
Getting started with GraphQL on ASP.NET Core and Hot Chocolate - Workshop
cj2001/nodes2021_kg_workshop
guttag/Intro-to-Computation-and-Programming
Introduction to Computation and Programming Using Python
CarbonAeronautics/Manual-Quadcopter-Drone
brendan-nobadthing/Northwind-EFCore3
Sample code developed for a talk on Entity Framework core 3 - building on JasonGT's Northwind Traders example.
marcinstelmach/Ecommerce.Api
Ecommerce in .net core 2.2, C#, MediaTr, CQRS, DDD, Autofac, DI, Entity Framework Core, Memory Cache, Serilog
hmlongco/iDine
SwiftUI Demo Application and Testbed
YubicoLabs/passkey-workshop
Sample backend application to demonstrate a relying party that supports passkeys. This example includes examples of the java-webauthn-server library, helper classes, code examples, best practices, and API schemas.
Yubico/yubiauth
Authentication backend written in Python
kilicars/AspNetCoreRepositoryPattern
MicrosoftDocs/mslearn-m365-microsoftgraph-dotnetcorerazor
Microsoft Learn code for the Microsoft Graph/.NET Core scenarios learning path.
RemigiuszZalewski/YoutubeVideos
Repository with source code related to my uploaded YouTube videos.
SrilekhaNapa/Deep-Learning-Book
c0dingfun/AspNet-Core-MVC
Asp.Net Core MVC, DI/IOC, Repository Pattern
jeffrc2/c-Predictive-Maintenance
Lihan-Chen/active-directory-aspnetcore-webapp-openidconnect-v2
An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
mconverti/WebApp-OpenIDConnect-GraphAPI-RoleAuthorization-DotNet
This sample ASP.NET MVC web application shows how to use Azure AD for sign-in using the OpenID Connect protocol and access the Graph API using delegated user identity with OAuth 2.0 Authorization Code Grant to implement role based authorization leveraging the well-known [Authorize] attribute and IsInRole() method.