DevDiary

EXTRA



ASP.NET Core Web API CRUD with Angular 11

Three API Tutorials

2 hour tutorial titled "ASP.NET Core Web API CRUD with Angular 11". NET 5, Visual Studio, Entity Framework Core, Swagger, VS Code, Node, NPM, Angular, SQL Server Management Studio, etc.

3.5 hour tutorial titled ".NET Core 3.1 MVC REST API - Full Course", .NET Core 3.1. MVC. Repository Pattern. Dependency Injection. Entity Framework. Data Transfer Objects (DTOs). AutoMapper. 6 API Endpoints. CRUD.

SPA. MVC Controller. Bootstrap. jQuery. Knockout. API Controller. AJAX.


NOTE: Here is a link to the work - LINK



Entity Framework

Three EF Examples

Code First Migrations: Enabling Migrations. Adding Migrations. Updating the Database. Modifying Migrations.

ASP.NET MVC CRUD with EF: Entity Framework 6. Connection String. Database Initializer.

C# Console App: Entity Data Model. One-to-Many. Many-To-Many. Database Seeding. LINQ Queries. Filtering Data. Eager Loading. Navigation Properties. Context Class. Entities. Database Connection Strings. Data Annotations. SQL Queries.

NOTE: Here is a link to the work - LINK



OOP

Short Examples

Here are a number of examples of OOP code that demonstrate Inheritance, Polymorphism, Encapsulation and Abstraction. Most of them have been adapted from Treehouse.

Object Constructor, Instance and Static Methods. Fields, Properties, Auto-Properties and Computed Properties. Method Overloading, Property/Method Overriding (virtual/override). Abstract Classes and Interfaces.

I have also included some screenshots of algorithms that I have implemented; FizzBuzz, Fibonacci (Memoization), etc.

NOTE: Here is a link to the work - LINK



JavaScript

JS Examples

Here are a number of brief examples using JavaScript.

Arrays, Async/Await Functions, API calls.

Promises, Event Listeners, etc.

NOTE: Here is a link to the work - LINK



Database Work

SQL

Here are a few examples of using SQL Server Managment Studio.

Primary/Foreign Key.

Relational Database Design.

User Defined Function.

NOTE: Here is a link to the work - LINK



Testing

Testing Examples

Here are a number of brief examples of "unit testing" using the xUnit framework.

NOTE: Here is a link to the work - LINK






github icon