Add "Building the CoreWiki" (C#)

Any and all videos that feature some work on the CoreWiki project. This is a Wiki-style content management system that has been completely written in C# with ASP.NET Core and Razor Pages. You can find the source to this project at: https://github.com/csharpfritz/CoreWiki
This commit is contained in:
Adrien Torris 2018-09-21 09:28:33 +02:00 committed by GitHub
parent 89178e8438
commit f10a2e800e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Create a Rogue-like game in C#](https://roguesharp.wordpress.com/)
* [Create a Blank App with C# and Xamarin (work in progress)](https://www.intertech.com/Blog/xamarin-tutorial-part-1-create-a-blank-app/)
* [Build iOS Photo Library App with Xamarin and Visual Studio](https://www.raywenderlich.com/134049/building-ios-apps-with-xamarin-and-visual-studio)
* [Building the CoreWiki](https://www.youtube.com/playlist?list=PLVMqA0_8O85yC78I4Xj7z48ES48IQBa7p) This is a Wiki-style content management system that has been completely written in C# with ASP.NET Core and Razor Pages. You can find the source code [here](https://github.com/csharpfritz/CoreWiki).
## Clojure: