Pinned Repositories
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)
active-directory-b2c-dotnet-webapp-and-webapi
A combined sample for a .NET web application that calls a .NET Web API, both secured using Azure AD B2C
active-directory-b2c-dotnetcore-webapp
An ASP.NET Core web application that can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API.
Angular-ReactiveForms
Materials for my Pluralsight course: Angular Reactive Forms.
angular-realworld-example-app
Exemplary real world application built with Angular
Angular-RxJS
Sample Angular application that uses RxJS for reactive development. Find the associated Pluralsight course here: https://app.pluralsight.com/library/courses/rxjs-angular-reactive-development
angular-scalable-project-structure
There are different ways of organizing Angular projects. Many of them follow a pattern of using a shared and core module, which we’ll be discussing in this article amongst other tips to keep your codebase clean and maintainable.
AngularJSAuthentication
Tutorial shows Authentication in AngularJS with ASP.NET Web API 2 and Owin Middle-ware using access tokens and refresh tokens approach
api-management-policy-snippets
Re-usable examples of Azure API Management policies
asp_net_core_custom_authorize_attribute
cobyzeng's Repositories
cobyzeng/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)
cobyzeng/active-directory-b2c-dotnet-webapp-and-webapi
A combined sample for a .NET web application that calls a .NET Web API, both secured using Azure AD B2C
cobyzeng/active-directory-b2c-dotnetcore-webapp
An ASP.NET Core web application that can sign in a user using Azure AD B2C, get an access token using MSAL.NET and call an API.
cobyzeng/Angular-ReactiveForms
Materials for my Pluralsight course: Angular Reactive Forms.
cobyzeng/angular-realworld-example-app
Exemplary real world application built with Angular
cobyzeng/Angular-RxJS
Sample Angular application that uses RxJS for reactive development. Find the associated Pluralsight course here: https://app.pluralsight.com/library/courses/rxjs-angular-reactive-development
cobyzeng/angular-scalable-project-structure
There are different ways of organizing Angular projects. Many of them follow a pattern of using a shared and core module, which we’ll be discussing in this article amongst other tips to keep your codebase clean and maintainable.
cobyzeng/api-management-policy-snippets
Re-usable examples of Azure API Management policies
cobyzeng/asp_net_core_custom_authorize_attribute
cobyzeng/aspnet-webhooks-rest-sample
Webhooks in Microsoft Graph notify your web application about changes in user data. You can create a webhook subscription to get notified about changes in user's data. This sample uses the Azure AD endpoint to obtain an access token for work or school accounts.
cobyzeng/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
cobyzeng/AuditTrail.EFCore.Demo
Audit Trail Implementation in ASP.NET Core with Entity Framework Core
cobyzeng/azure-functions-templates
Azure functions templates for the azure portal, CLI, and VS
cobyzeng/CleanArchitecture
Clean Architecture Solution Template for Angular 8 and .NET Core 3.1
cobyzeng/EFCoreIssues
cobyzeng/EfCoreJsonValueConverter
JSON ValueConverter for EF Core 3.0+
cobyzeng/EventStore
The stream database optimised for event sourcing
cobyzeng/IdentityServer4.Quickstart.UI
Starter UI for in-memory IdentityServer4
cobyzeng/jwt-authentication-authorization-angular-aspnetcore
We will implement policy-based authorization in an Angular app with the help of JWT. The backend will be created using ASP.NET Core.
cobyzeng/MicrosoftAzure
Microsoft Azure code samples.
cobyzeng/ng-azureb2c-pkce-demo
Azure Active Directory B2C with PKCE for your Angular App
cobyzeng/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
cobyzeng/PSAngularUnitTestingCourse
files & status for my Pluralsight course on Unit Testing
cobyzeng/querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
cobyzeng/saga-orchestration-serverless
An orchestration-based saga implementation reference in a serverless architecture
cobyzeng/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
cobyzeng/samples
Azure AD B2C Identity Experience Framework sample User Journeys.
cobyzeng/signature_pad
cobyzeng/testing-angular-applications
Project for the Testing Angular Applications book
cobyzeng/workflow-core
Lightweight workflow engine for .NET Standard