All Projects → aodendaal → Aspnetboilerplate Core Ng

aodendaal / Aspnetboilerplate Core Ng

Licence: mit
Tutorial for ASP.NET Boilerplate Core + Angular

Programming Languages

typescript
32286 projects
csharp
926 projects

Projects that are alternatives of or similar to Aspnetboilerplate Core Ng

Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (+78.69%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+1318.03%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (+63.93%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (+44.26%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Maximerouiller.azure.appservice.easyauth
.NET Core integration of Azure AppService EasyAuth
Stars: ✭ 38 (-37.7%)
Mutual labels:  azure, dotnet-core, dotnetcore
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+3645.9%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (+139.34%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Developing Solutions Azure Exam
This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself ☁️🎓📚
Stars: ✭ 59 (-3.28%)
Mutual labels:  azure, dotnet-core, dotnetcore
Applicationinsights Aspnetcore
ASP.NET Core web applications monitoring
Stars: ✭ 306 (+401.64%)
Mutual labels:  azure, aspnetcore, dotnetcore
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (+383.61%)
Mutual labels:  azure, aspnetcore, dotnetcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+5595.08%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Rockpaperscissorslizardspock
Rock, Paper, Scissors, Lizard, Spock - Sample Application
Stars: ✭ 477 (+681.97%)
Mutual labels:  azure, aspnetcore, dotnet-core
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+1170.49%)
Mutual labels:  dotnet-core, dotnetcore
Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (+1126.23%)
Mutual labels:  aspnetcore, dotnetcore
Sendgrid Csharp
The Official Twilio SendGrid Led, Community Driven C#, .NetStandard, .NetCore API Library
Stars: ✭ 835 (+1268.85%)
Mutual labels:  dotnet-core, dotnetcore
Veil
A template renderer / view engine for .NET
Stars: ✭ 23 (-62.3%)
Mutual labels:  aspnetcore, dotnetcore
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+10842.62%)
Mutual labels:  dotnet-core, dotnetcore
Intro Starwars App
Repositório responsável pela artigo escrito no dev.to AQUI em como desenvolver a intro do Star Wars com Node.js & Express.js.
Stars: ✭ 18 (-70.49%)
Mutual labels:  azure, tutorial
Lettuceencrypt
Free, automatic HTTPS certificate generation for ASP.NET Core web apps
Stars: ✭ 939 (+1439.34%)
Mutual labels:  aspnetcore, dotnet-core
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 732 (+1100%)
Mutual labels:  azure, dotnet-core

ASP.NET Boilerplate Tutorials

This is a set of tutorials I've created for my junior team using ASP.NET Boilerplate.

These tutorials are also mostly applicable to ABP 3.4.

Prerequisites Tools

  • Visual Studio 2017
  • VSCode
  • NodeJS
  • Yarn

Prerequisite Understanding

.NET Core

.NET Core can be thought of as a cross-platform version of the .NET Framework supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. It implements the .NET Standard Library specification.

ASP.NET Core

ASP.NET Core is no longer based on System.Web.dll ASP.NET Core apps can run on .NET Core or on the full .NET Framework

Make sure to install .NET Core 2.0 SDK

Entity Framework Core

The technology formerly known as Entity Framework 7 (EF7) was renamed to Entity Framework Core (EF Core) in early 2016 but can run on the full .NET Framework or on .NET Core.

Angular

Angular is an open-source frontend web application platform

RxJS

RxJS is a library for composing asynchronous and event-based programs by using observable sequences. This article is a very good introduction to reactive programming.

AdminBSB

ABP uses AdminBSB, a free admin panel that is based on Bootstrap 3.x with Material Design. You can find working examples of all the input and components here.

The old template (version 2.0.2) uses ngx-bootstrap which contains all core (but not only) Bootstrap components powered by Angular. This also includes moment.js for parsing and manipulating dates.

ABP API

While not a requisite (since we're coving most of it in depth in this tutorial) the API specification is also available online

Starting Articles

Deployment

Infrastructure Layer

Domain Layer

Application Layer

Presentation Layer

Other Articles

AppFactory Customizations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].