WolfgangOfner
Wolfgang Ofner is a MCT and a freelance cloud architect who specializes in Azure, DevOps, Kubernetes, and .NET solutions.
Toronto, Canada
Pinned Repositories
.NetCore-DecoratorPattern
A demo implementation of the Decorator Pattern using ASP .Net Core 3.1
.NetCoreRepositoryAndUnitOfWorkPattern
This is a demo using the repository pattern in ASP.NET Core 3.1 with Entity Framework Core
AZ-400-Designing-and-Implementing-Microsoft-DevOps-Solutions
Azure-Solutions-Architect-Expert-notes
Notes for the AZ-303 and AZ-304 certification exam to gain the Azure Solutions Architect Expert certification
DecisionTree
Implementation of the ID3 to create a decision tree in C#. Also available import/export of training data and printing the tree
MicroserviceDemo
This is a demo with two ASP .NET 6 microservices using RabbitMQ and Docker
MVC-Nlog
Demo for logging to a database with Nlog in ASP.NET Core MVC
ReadSecretsConsole
Demo on how to use Secrets in a .NET 6 console application.
RepositoryAndUnitOfWorkPattern
Example implementation of the Repository and Unit of Work pattern in C#
TDD-Kata
A collection of TDD katas with C#, xUnit, xBehave, FluentAssertions and FakeItEasy
WolfgangOfner's Repositories
WolfgangOfner/MVC-Nlog
Demo for logging to a database with Nlog in ASP.NET Core MVC
WolfgangOfner/TDD-Kata
A collection of TDD katas with C#, xUnit, xBehave, FluentAssertions and FakeItEasy
WolfgangOfner/AzureFunctions-CosmosDb
An Azure Function to get data from a Cosmos Database
WolfgangOfner/Azure-ChatBot-Return-Demo
Chat bot demo with the Azure Bot Framework showing different answer types
WolfgangOfner/Azure-ServiceFabricDemo
An Azure Service Fabric Demo
WolfgangOfner/MVC-Core-Configure
Demo to show how to configure your ASP.NET Core MVC application
WolfgangOfner/MVC-Core-Middleware
Demo to showcase different types of middlewares in ASP.NET Core MVC
WolfgangOfner/MVC-Core-Startup
Demo to explain the Startup class of ASP.NET Core MVC
WolfgangOfner/MVC-View-Components
Demo to demonstrate view components in ASP.NET Core MVC
WolfgangOfner/Azure-Bot
WolfgangOfner/Azure-ChatBot
Chat bot with the Azure Bot Framework
WolfgangOfner/Azure-CosmosDbDemo
Demo implementation on using Azure Cosmos DB (SQL API) in C#
WolfgangOfner/Azure-CosmosGraphApiDemo
Demo implementation on using Azure Cosmos DB (Graph API) in C#
WolfgangOfner/Azure-CreateSASToken
C# implementation of creating SAS token for blob, table and queue and how to access these resources with the token
WolfgangOfner/Azure-CreateStoredAccessPolicy
A demo on creating stored access policies in C#
WolfgangOfner/Azure-Function-StaticWebApp
This is a basic Azure Function in C# which I use to retrieve data for my React app
WolfgangOfner/Azure-Search
Demo implementation of the Azure Search Service using C#
WolfgangOfner/Azure-StorageAccount
Demo for using an Azure Storage Account with the Azure SDK in C#
WolfgangOfner/Azure-StoredAccessPolicyTestClient
A demo on testing stored access policies in C#
WolfgangOfner/Blazor-Server
Getting started with Blazor Server
WolfgangOfner/CSharp-8.0
Presenting some of the new features in C# 8.0
WolfgangOfner/Feature-Toggles
A demo implementation of manually created feature toggles in ASP.NET MVC Core
WolfgangOfner/MVC-Core-Complex-Configurations
Demo with ASP.NET Core MVC on dealing with complex configurations
WolfgangOfner/MVC-Core-DependencyInjection
Dependency Injection Demo using ASP.NET Core MVC
WolfgangOfner/MVC-Tag-Helper
Demo for Tag Helpers using ASP.NET Core MVC
WolfgangOfner/MVC-XssDemo
An ASP .Net Core demo with examples of XSS and how to prevent attacks
WolfgangOfner/testing-docker-teamcity
WolfgangOfner/WPFDotNetCore
WPF running on .net Core
WolfgangOfner/xBehave-Getting-Started
Demo of basic xBehave functionality
WolfgangOfner/xUnit-Getting-Started
Demo of basic xUnit functionality