ASP.Net Core

CoreLMS

CoreLMS: Custom Validation, Razor Pages, DTOs, and First UI Working!

Made some good progress this week, albeit most OFF stream. 😁 Got Razor Pages started, scaffolding working, and DTOs in place. Pace is pickin' up.

Read
CoreLMS

CoreLMS: To DTO or Not to DTO, That is the Question (Among Other Thoughts)

This week I hit a decision point: do I utilize DTOs for the UI and Business layers or just stick to the core entities, and if I do use them, where should property decorators (validators like required, string length constraints, etc.) go? Also: Codewars katas!

Read
CoreLMS

CoreLMS: Logging, Custom Exceptions, and more TDD

This week I explored adding logging, a custom exception class, and more TDD (including the first edge case).

Read
CoreLMS

CoreLMS: Entities, Services, and TDD, Oh My!

This week's session focused on fleshing out entities and getting started with TDD to develop our first business logic service the RIGHT way.

Read
CoreLMS

CoreLMS: Specs and Project Organization

A discussion of the functionality goals for the CoreLMS project and getting the solution setup for "clean code" success.

Read