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/RepositoryAndUnitOfWorkPattern
Example implementation of the Repository and Unit of Work pattern in C#
WolfgangOfner/DecisionTree
Implementation of the ID3 to create a decision tree in C#. Also available import/export of training data and printing the tree
WolfgangOfner/ChainOfResponsibility
Example implementation of the chain of responsibility pattern in C#
WolfgangOfner/AdapterPattern
Example implementation of the adapter pattern in C#
WolfgangOfner/FacadePattern
Example implementation of the facade pattern in C#
WolfgangOfner/MVC-ActionAndController
Showing how controllers and actions work and how to unit test them using xUnit
WolfgangOfner/StrategyPattern
Example implementation of the strategy pattern in C#
WolfgangOfner/TemplateMethodPattern
Example implementation of the template method pattern in C#
WolfgangOfner/VisitorPattern
Example implementation of the visitor pattern in C#
WolfgangOfner/WithoutFacadePattern
Implementation of a salary calculation without the facade pattern in C#
WolfgangOfner/WithoutStrategyPattern
Implementation of a salary calculation without the strategy pattern in C#
WolfgangOfner/Azure-StorageClient
A simple implementation of the Azure Storage Library to download and upload a file to a from a Storage Account
WolfgangOfner/Azure-StorageQueue
A demo implementation for working with Azure Queues in C#
WolfgangOfner/Azure-TableStorage
A demo implementation for working with Azure Tables in C#
WolfgangOfner/BootstrapShowcase
ASP.NET MVC showcase for Bootstrap 3 and relevant useful CSS or JS
WolfgangOfner/CSharp-6.0
Presenting some of the new features in C# 6.0
WolfgangOfner/CSharp-7.0
Presenting some of the new features in C# 7.0
WolfgangOfner/MVC-Bundles
Implementation of Bundles in ASP.NET MVC
WolfgangOfner/MVC-Filter
Implementation of different filter in ASP.NET MVC
WolfgangOfner/MVC-HelperMethods
Example implementation of different helper methods in ASP.NET MVC
WolfgangOfner/MVC-ModelBinding
Example of how model bindings work in ASP.NET MVC
WolfgangOfner/MVC-ModelValidation
Implementation of different approaches on how to perform model validation in ASP.NET MVC
WolfgangOfner/MVC-Routing
Various routing examples in ASP.NET MVC
WolfgangOfner/MVC-TemplatedHelperMethods
Implementation of Templated Helper Methods in ASP.NET MVC
WolfgangOfner/Snake
Snake 1 and 2 with 5 difficulties in C# console
WolfgangOfner/Uni-CompanyHomepage
First assignment for HTML, CSS and JS using jQuery, jQueryUI and Bootstrap
WolfgangOfner/Uni-Pacman
Implementation of pacman which can be played on multiple screens over the network. Realized as console application with a wpf server in C#
WolfgangOfner/Uni-PHP-URL-Shortener
PHP URL shortener with sign up, editable URLs and user profile using SQL database
WolfgangOfner/WithoutChainOfResponsibility
Implementation of a chain of command example without the chain of responsibility pattern in C#
WolfgangOfner/WithoutVisitorPattern
Implementation of a salary calculation without the visitor pattern in C#