304

Andrew Wilson Brewer
1 min readApr 27, 2021

This week I learned how to create an exercise API, that functions to keep a users data and there exercise posts. This taught me a more hierarchical structure to a layered data base.

MVC is the structure that separates your logic into 3 categories, Models, Controllers and the View.

In the aspect of a products features Globalization is the needs and features that may support a wide variety of options that everyone may deem necessary. Localization may only be a select few options that a few individuals may need. Such as Rider in the aspect of Visual Studio. Although Rider might as well be a globalization of a growing culture of self sufficient programmers.

An assembly is the output of your code. It may be a dll or even an exe.

T4 templates in entity framework are used to generate C# or VB entity classes from EDMX files.

A POCO is a class that doesn’t depend on any framework-specific base class. (https://www.entityframeworktutorial.net/Types-of-Entities.aspx#:~:text=A%20POCO%20entity%20is%20a,EF%206%20and%20EF%20Core.)

ObjectContext can be strongly typed, while DBContext uses the most common of features from ObjectContext.

--

--