Skip to content

siddhantw/ms-workshops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Repository for Microsoft - Workshops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.7%
  • HTML 10.9%
  • Shell 4.7%
  • CSS 1.5%
  • JavaScript 0.2%