.NET Curriculum Week 3 - 042020-dotnet-uta/curriculumCode GitHub Wiki
Week 3 curriculum
- HTML Fundamentals
-
- Elements,
-
- Attributes,
-
- Doctype,
-
- HTML 5
- Multimedia
-
- Audio,
-
- Canvas,
-
- Video
- Forms
-
- Input
-
- Validation
- CSS Fundamentals
-
- Rule,
-
- Property,
-
- Cascade,
-
- Inheritance,
-
- Box-Model,
-
- Media-Queries,
-
- Positioning,
-
- Responsive-Design,
-
- Values-Color,
-
- Values-Size,
-
- External,
-
- Internal,
-
- Inline
- Selectors
-
- Class,
-
- Id,
-
- Omni,
-
- Parent-Child,
-
- Parent-Descendant,
-
- Pseudo-Classes,
-
- Pseudo-Elements,
-
- Sibling,
-
- Tag
- MVC Concepts
-
- Model,
-
- View,
-
- Controller
- Request Lifecycle
-
- DNS,
-
- Response,
-
- Request
- Controller
-
- Actions,
-
- HTTP Verbs
- Model
-
- Data-Annotations,
-
- ViewModel
- View
-
- Razor,
-
- Strongly-Typed,
-
- Weakly-Typed,
-
- Layout,
-
- ViewData,
-
- ViewBag,
-
- TempData,
-
- Partial Views
- Routing
-
- Global,
-
- Attribute-Controller,
-
- Attribute-Action,
-
- Parameter-Route
- Validation
-
- Server,
-
- Client,
-
- CSRF,
-
- Anti-Forgery
- Filters
-
- Authorization,
-
- Exception,
-
- Resource,
-
- Action,
-
- Result
- Helpers
-
- HTML,
-
- Tag,
-
- Custom
- Model Binding
-
- Route parameters,
-
- query string,
-
- form data
- Dependency Injection
- Singleton,
- Scoped,
- Transient,
- From-Services