Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.53 KB

MS-Workshops

Welcome. This repository contains code samples and resources (if any) focused on Microsoft and OSS technologies.

We 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:

.NET Core

  • 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)

Xamarin

  • 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!