Code Maze

Elite
@CodeMazeBlog

Learn. Code. Succeed.

CodeMazeGuides. The main repository for all the Code Maze guides

980

.NET-Core-Series. Code Maze .NET Core Series

339

onion-architecture-aspnetcore. This repo contains the source code for the "Onion Architecture in ASP.NET Core" article on Code Maze

168

identity-aspnetcore. This repo contains the source code for "Identity in ASP.NET Core series" on Code Maze

144

aspnetcore-jwt-auth. C#

139

blazor-series. This repository contains the source code for the "Blazor Series" on Code Maze blog

138

docker-series. Docker Series about containerizing ASP.NET Core app with MySQL..

106

advanced-rest-concepts-aspnetcore. This repository contains the source code for the "Advanced Rest Concepts Series" of articles on Code Maze

99

realtime-charts-signalr-angular. This repository contains source code for the ".NET Core with SignalR and Angular – Real-Time Charts" article on Code Maze blog

86

ConsumeRestfulApisExamples. Examples included the blog post: https://www.code-maze.com/different-ways-consume-restful-api-csharp

74

angular-material-series. This repository contains the code that accompanies Angular Material on Code Maze

70

cqrs-validation-mediatr-fluentvalidation. This repo contains the source code for the "CQRS Validation Pipeline with MediatR and FluentValidation" article on Code Maze

67

async-repository-dotnetcore-webapi. Async Repository in ASP.NET Core Web API

65

unit-testing-aspnetcore-webapi. C#

64

csharp-design-patterns.

56

graphql-series. This repository contains the code for the GraphQL series on Code Maze

55

angular-identity-aspnetcore-security. This repo contains the source code for the "Angular Security with ASP.NET Core Identity" series of articles on "Code Maze"

52

dapper-aspnetcore-webapi. This repo contains the source code for the "Using Dapper with ASP.NET Core Web API" article on Code Maze

51

dotnet-core-file-upload. This repository contains source code for the "Uploading Files With .NET Core Web API" article on the Code Maze blog

50

cqrs-mediatr-aspnet-core. This repo contains the source code for the "CQRS and MediatR with ASP.NET Core" article on Code Maze

50

create-pdf-with-netcore. Creating pdf files in .NET Core project

49

global-error-handling-aspnetcore. C#

40

solid-principles-csharp. This repository contains source code for the SOLID principles in C# on Code Maze blog

36

email-attachments-aspnet-core. This repo contains the source code for "How to Send Email with Attachments in ASP.NET Core" article on Code Maze

32

automapper-aspnet-core. This repo contains the source code for "Automapper in ASP.NET Core" article on Code Maze

32

aspnetcore-mvc-series. This repo contains the code presented in the ASP.NET Core MVC Series

29

httpclient-aspnetcore. This repo contains the source code for the "HttpClient with ASP.NET Core" series of articles on Code Maze

28

ef-core-series. This repo contains the source code used in the EF Core Series on Code Maze.

27

testing-aspnetcore-mvc. This repo contains the source code for the "ASP.NET Core MVC Testing" series of articles on Code Maze

27

identity-server-4-aspnetcore. This repo contains the source code for "Identity Server 4 in ASP.NET Core" series of articles on Code Maze

27

BlazorWebAssembly. This repo contains the source code for the "Blazor WebAssembly: A Practical Guide to Full Stack Development with .NET" course on Code Maze

26

action-filters-dotnetcore-webapi. This repo contains the source for the Action Filters blog post on Code Maze

21

multiple-databases-aspnetcore. This repo contains the source code for the "Using Multiple Databases in ASP.NET Core via Entity Framework Core" article on Code Maze

19

blazor-wasm-is4. This repo contains the source code for the "Blazor WebAssembly and IdentityServer4" series on Code Maze.

17

data-protection-aspnet-core. This repository contains the source code for the "Data Protection in ASP.NET Core with IDataProtector" article on Code Maze

15

angular-identityserver4. This repo contains the source code for the "Angular with IdentityServer4" series of articles on Code Maze

14

elasticsearch-aspnet-core. This repo contains the source code for the "Elasticsearch in ASP.NET Core" article on Code Maze

14

ef-db-first. This repository contains source code for the ASP.NET Core Web API with EF Core DB-First Approach blog on Code Maze

13

logging-aspnetcore-serilog. This repo contains the source code for the "Structured Logging in ASP.NET Core with Serilog" article on Code Maze

13

async-await-aspnetcore. This repo contains the source code for the "Asynchronous Programming with Async and Await in ASP.NET Core" article on Code Maze

13

react-series. React With .NET Core and MySQL

13

ef-code-first. This repository contains the code-first approach source that accompanies the blog post on Code Maze

13

blazor-material. This repo contains the source code for the "Blazor Material" series of articles on Code Maze

12

blazor-wasm-hosted-security. This repo contains the source code for the "Blazor WebAssembly Hosted Security" series of articles on Code Maze

12

blazor-wasm-signalr-charts. This repo contains the source code for the "Creating Real-Time Charts with Blazor WebAssembly and SignalR" article on Code Maze

12

api-gateway-pattern-dotnet. This repo contains the source code for the "Using the API Gateway Pattern In .NET to Encapsulate Microservices" article on Code Maze

12

swagger-ui-asp-net-core. This repo contains the source code for the "Getting Started with Swagger UI in ASP.NET Core Web API" article on Code Maze

12

problemdetails-class-aspnetcore. Using the ProblemDetails Class in ASP.NET Core Web API

12

aspnetcore-hangfire. This repo contains the source code for the "Hangfire with ASP.NET Core" article on Code Maze

11

resilient-microservices-dotnet-polly. This repo contains the source code for the "Creating Resilient Microservices in .NET with Polly" article on Code Maze

11

aspnetcore-send-sms. This repo contains the source code for the "How to Send an SMS with ASP.NET Core" article on Code Maze

11

cors-aspnetcore-example. This repo contains the example of how to implement CORS in ASP.NET Core

10

azure-cosmosdb-aspnetcore-webapi. This repo contains the source code for the "Azure Cosmos DB with ASP.NET Core Web API" article on Code Maze

10

benchmark-csharp-aspnetcore. This repo contains the source code for the "How to Benchmark C# and ASP.NET Core Project" article on Code Maze

7

getting-started-aspnetcore-mongodb. This repository contains the source code for the "Getting Started with ASP.NET Core and MongoDB" article on Code Maze

7

dapper-migrations-fluentmigrator-aspnetcore. This repo contains the source code for the "Dapper Migrations with FluentMigrator and ASP.NET Core" article on Code Maze

7

csharp-intermediate-module. This repository contains the lessons related to C# intermediate course on Code Maze

7

aspnet-core-configuration. This repo contains the source code for the "ASP.NET Core Configuration" Series of articles.

6

ienumerable-iqueryable-icollection-dotnet. This repo contains the source code for the ".NET Collections – IEnumerable, IQueryable, ICollection" article on Code Maze

6

blazor-wasm-localization. This repo contains the source code for the "Localization in Blazor WebAssembly Applications" article on Code Maze

6
60
Apply