C# Coding Reminders
C# .NET Concepts
Use an interface every time there is an interaction between layers. |
Three Layers Architecture
Note: Any interaction between layers must use an interface. e.g. UI <-> BLL or BLL <-> UI |
Cheatography
https://cheatography.com
ASP.NET Core MVC Cheat Sheet (DRAFT) by username1224
Things to keep in mind when developping ASP.NET Core MVC
This is a draft cheat sheet. It is a work in progress and is not finished yet.