CCTB / x-CCTB-345

0 stars 2 forks source link

Learning Outomes #1

Open dgilleland opened 10 years ago

dgilleland commented 10 years ago

Topics

dagilleland commented 10 years ago

1) Extension Methods

dagilleland commented 10 years ago

4) Entity Framework

Code-First, no database

Code-First, existing database

Model-First, no database

Model-First, existing database

Annotations

dagilleland commented 10 years ago

5) LINQ-to-Entities

Anonymous Types

LinqPad Linq Insight

dagilleland commented 10 years ago

CQRS

dagilleland commented 10 years ago

3) Client-Server Architecture

dagilleland commented 10 years ago

Application Front-End

Configuration files contain connection string information. This includes

  1. Where is the DB Server?
  2. What is the name of the database
  3. Why should I (my program) be allowed access (Security Credentials)
  4. Who handles the details (Provider)

Console front-end

Web Site front-end

Web Application front-end

Windows Form front-end

dagilleland commented 10 years ago

2) Database Fundamentals

Relational Database vs. Rich Objects