Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Step 2 Uno Dos

Daniel J. Summers edited this page Oct 7, 2016 · 1 revision

Uno/Dos - Step 2

As the overview page mentioned, this model is pretty straightforward. There are three static classes (AuthorizationLevel, CommentStatus, and PostStatus) to keep us from using magic strings in the code. The objects that will actually be stored in the database are Category, Comment, Page, Post, User, and WebLog. Revision and Authorization give structure to the collections stored within other objects (Page/Post and User, respectively).

If you're reading through this for learning, you'll want to familiarize yourself with the files as they are in C# at this step before continuing to Tres and Quatro.

Back to Step 2

Clone this wiki locally