Topic | Source | URL |
---|---|---|
Fluent assertions | NFluent | NFluent |
Mocking | GitHub | Moq Quickstart |
NUnit | NUnit docs | NUnit Documentation |
xUnit | xUnit docs | Getting started with xUnit |
Andrew Lock | Using parameterised tests in xUnit | |
Brendan Connolly | Organizing tests with xUnit Traits |
Topic | Source | URL |
---|---|---|
Serilog | serilog.net | Serilog.net |
Github | Serilog.Sinks.Console | |
Blog | Logging scopes and exceptions |
Topic | Source | URL |
---|---|---|
YamlDotNet | cyotek.com | Using custom type converters with C# and YamlDotNet part 1 and part 2 |
Topic | Source | URL |
---|---|---|
Macros | Microsoft Docs | Common macros for build commands and properties |
Properties | Microsoft Docs | MSBuild well-known and reserved properties |
Common MSBuild properties | ||
Property element | ||
Tasks | Microsoft Docs | Message task |
Copy Task | ||
GitHub | .NET Core - Tasks named "AfterBuild" and "AfterPublish" are ignore |
Topic | Source | URL |
---|---|---|
Console apps | GitHub | CommandLineUtils |
CommandLineUtils - Options | ||
CommandLineUtils - Arguments | ||
CommandLineUtils - integration with generic Host | ||
Andrew Lock | Using dependency injection in a .NET Core console app | |
.NET global tools | Microsoft Docs | Create a global tool |
Nate McMaster | .NET Core Global tools and gotchas |
Topic | Source | URL |
---|---|---|
General | Microsoft Docs | Hosting models |
Razor components | Microsoft Docs | Create and use ASP.NET Core Razor components |
Topic | Source | URL |
---|---|---|
Application config | Microsoft Docs | Web Deploy Parameterization |
Configuring parameters for Web Package Deployment | ||
Dependency Injection | Autofac docs | Adapters and Decorators |
Topic | Source | URL |
---|---|---|
Angular | okta.com | Build a CRUD App with ASP.NET Core and Angular |
SignalR | Microsoft Docs | Introduction to ASP.NET Core SignalR |
Use Hubs in SignalR for ASP.NET Core | ||
MSDN Magazine | Discovering ASP.NET Core SignalR | |
Single Page Applications | GitHub | AspNetCore JavaScriptServices documentation |
Webpack | Microsoft docs | Using SignalR with Webpack and TypeScript |
Topic | Source | URL |
---|---|---|
Tutorials | Microsoft Docs | My first WPF desktop application |
Topic | Source | URL |
---|---|---|
AppVeyor | Andrew Lock | Publishing your first NuGet package with AppVeyor and MyGet |
CI | Microsoft Docs | Using .NET Core SDK and tools in Continuous Integration |
Travis CI | Travis docs | Building a C#, F# or Visual Basic Project |
Andrew Lock | Adding Travis CI to a a .Net Core app |
Topic | Source | URL |
---|---|---|
Bundler & Minifier | chuci.info | bundleconfig.json schema |
Project dependencies | jerriepelser.com | Analyzing project dependencies part 1 |
NuGet | Microsoft Docs | Quickstart: Create and publish a package (dotnet CLI) |
NuGet config file | ||
.nuspec | Microsoft Docs | Creating the .nuspec file |
.nuspec reference | ||
Replacement tokens | ||
.nuspec - including content files |