Skip to content

mistryhardik/community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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