Welcome. This repository contains code samples and resources for the community efforts I have put in over the years.
I encourge you to participate by forking this repository or simply creating an issue if you have a suggestion or found a bug.
As of today, the repository contains code samples for:
- FictionalWebApp (Solution)
- Fictional.CommandResults (.NET Standard 2.0 library)
- Finctional.Commands (.NET Standard 2.0 library)
- Fictional.Models (.NET Standard 2.0 library)
- Fictional.NUnitTests (.NET Core 2.1 library) - .Net Standard cannot be unit tested, more here: https://github.com/nunit/docs/wiki/.NET-Core-and-.NET-Standard
- Fictional.Repository (.NET Standard 2.0 library)
- Fictional.ViewModels (.NET Standard 2.0 library)
- FictionalApi (WebApi - .NET Core 2.1)
- FictionalFunctionsApp (Functions App - .NET Standard 2.0)
- FictionalWebApp (WebApp - .NET Core 2.1)
- MyWeatherApp (Solution) (Xamarin Forms) making use of https://openweathermap.org/
- MyWeatherApp (.NET Standard 2.0 library)
- MyWeatherApp.Android (Xamarin.Android)
- MyWeatherApp.iOS (Xamarin.iOS)
- MyWeatherApp.Models (.NET Standard 2.0 library)
- MyWeatherApp.Repository (.NET Standard 2.0 library)
- MyWeatherApp.NUnitTests (Unit testing using NUnit framework in C# - .NET Core 2.1) - .Net Standard cannot be unit tested, more here: https://github.com/nunit/docs/wiki/.NET-Core-and-.NET-Standard
- MyWeatherApp.UITests (Xamarin UITests using C# - .NET Framework 4.7)
Happy community folks!