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/UNI-DataSync
WPF program for constantly syncing folders and files
WolfgangOfner/Uni-FlightRouteCalculator
Console application to calculate all possible flight routes between two cities, second assignment
WolfgangOfner/Uni-AlgoDat
Homework for algorithm and data structure class. With this program you can create lists and then change them (e.g. add elements, print the list or sort the list). The program useses self implemented list, queue and tree. No .Net implementations are used. As algorithm quick sort, bubble sort, merge sort, tree sort, insertion sort, selection sort and shell sort are used. This program is a console program but the input and output is realised with events for an easy modification if needed.
WolfgangOfner/Uni-ConfusionMatrixScript
Script for https://github.com/WolfgangOfner/UNI-SimilarityMap-ConfusionMatrix
WolfgangOfner/Uni-CPU
Stack based CPU with sample programs for testing (.txt files) realized as console program
WolfgangOfner/Uni-FTPClient
WPF FTP client using TCP (partly a group project), FTP Server available under: https://github.com/WolfgangOfner/Uni-FTPServer
WolfgangOfner/Uni-FTPMonitoringTool
Console monitoring tool for udp broadcasts, FTP server available under: https://github.com/WolfgangOfner/Uni-FTPServer
WolfgangOfner/Uni-FTPServer
Console FTP server using tcp for data transmition and udp broadcast for logging. FTP client available under: https://github.com/WolfgangOfner/Uni-FTPClient monitoring tool available under: https://github.com/WolfgangOfner/Uni-FTPMonitoringTool
WolfgangOfner/Uni-GeometricObjects
Console application to color and draw geometric objects and move them around, third assignment
WolfgangOfner/Uni-GeometricObjectsMonochrom
Console application to color and draw geometric objects and move them around, switch between color and monochrom renderer, fourth assignment
WolfgangOfner/UNI-MatrixCalculator
Console matrix calculator, first programming assignment for university
WolfgangOfner/UNI-SimilarityMapScript
Script for https://github.com/WolfgangOfner/UNI-SimilarityMap-ConfusionMatrix