C# in Depth: Working with Data

Description:

To be completed.

Outcome:

To be completed.

Target Level:

To be completed.

Prerequisites:

To be completed.

Duration:

To be completed.

Curricula:

LINQ
Sequences
Operators and Expressions
Query Expression Trees
Querying Collections
Projection, Conversion, Aggregation
Sorting, Grouping, Joins, Nested Queries
PLINQ
Entity Framework
EF Components
EF Approaches (Code First, Database First)
Data Annotations
Migrations
EF CRUD
Eager, Lazy and Explicit Loading
Extending Entity Classes
Executing Native SQL Queries
Joining and Grouping Tables
Attaching and Detaching Objects
Transactions
ADO.NET
Data Access Model
Data Providers
SqlConnection, SqlCommand and SqlDataReader
Sql Injection
Transactions