Skip to content

markchipman/MoreSamples

 
 

Repository files navigation

More Samples

This repository contains additional code samples for the book Professional C# 6. Currently you'll find samples in these categories:

  • Azure
  • C#
  • .NET Core
  • Entity Framework Core
  • ASP.NET Core
  • Universal Windows Platform (UWP)
  • WPF

Enjoy!

Azure

  • Hosting Blazor on Azure Storage Websites with Azure Functions in the backend
  • Hosting Angular on Azure Storage Websites with Azure Functions in the backend
  • Azure Active Directory B2C with ASP.NET Core
  • Using EF Core with Azure Cosmos DB

C#

  • Literals
  • Tuples
  • Out Vars and Ref Returns
  • Expression Bodied Members
  • Pattern Matching
  • Non-nullable Reference Types (C# 8)
  • Pattern matching extended (C# 8)

.NET Core

  • Dependency Injection
  • Dependency Injection with Options
  • Configuration
  • Dependency Injection with Configuration
  • HTTP Client Factory
  • Markdown
  • Self-contained

Entity Framework Core

  • Inheritance (TPH)
  • Mapping to Getter Only Properties

ASP.NET Core

  • View Components
  • GDPR Support with ASP.NET Core 2.1

Universal Windows Platform (UWP)

  • Ink
  • Simple MVVM
  • Grouped ListView
  • Hamburger and SplitView
  • Deep Linking
  • Open Tab Items Dynamically

WPF

  • 3D with WPF
  • Open Tab Items Dynamically
  • Desktop Bridge

.NET Framework (samples from older Professional C# book editions)

  • WCF - various WCF samples (Professional C# 5 and .NET 4.5.1)
  • Transactions - various System.Transactions samples (Professional C# 5 and .NET 4.5.1)
  • Assemblies - create code dynamically, and other samples (Professional C# 5 and .NET 4.5.1)
  • Entity Framework (Professional C# 5 and .NET 4.5.1)

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.4%
  • JavaScript 24.6%
  • HTML 11.6%
  • TypeScript 7.8%
  • PowerShell 3.6%
  • CSS 1.0%