Series

Implementing APIs

In this series, learn how to consume different APIs out there in the wild.

  1. Implementing a Dictionary API using real-world best practices using C#
  2. Topic Books and Reviews Aggregator: using C# and Google's Books and YouTube APIs

C# Features

Discover and learn how some features are done and ran

  1. 4 More C# Features you didn't know about
  2. C# and .NET: 4 features you can find useful

SQL Basics in SQL Server

Basics of SQL in SQL Server

  1. SQL: From stored procedures to triggers
  2. SQL: Functions and Conditionals
  3. SQL: Indexes
  4. SQL: Loops through Constraints ending up in Views
  5. SQL: Primary keys through to foreign ones then joining tables
  6. SQL: The absolute basics of the language