ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
In this post I'm going to show you how to setup SonarQube on Docker on Windows machine and the way how to perform a code analysis of simple application written in C#. Trust me, it's easier than you think it is. https://dev.to/rafalpienkowski/static-code-analysis-in-3-steps-2ahi
For 70-532 students, here is a Github repository of over 700+ code samples, in all languages, for interacting with Azure.
https://github.com/azure-samples/
This will probably become my #1 recommendation as a supplement to my course for studying for the test.
C#: Favorite Features through the Years
Each newer version of C# is packed full of powerful and impactful features. In this tutorial I walk through the various versions of C# and share my favorite features from each release.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=1411
By default, ASP.NET Core Identity doesn't require mail addresses unicity for the users, so several users can have the same mail. To change this behavior, this is very simple. You have just to configure the policy you want in your application's startup class.

https://adrientorris.github.io/aspnet-core/identity/configure-mail-unicity.html
Entity Framework is Microsoft’s flagship Object/Relation Mapper, and the recommended way to access relational databases. Entity Framework Core is a complete rewrite from the “classic” Entity Framework, building on the new multiplatform .NET Core framework and adding the ability to connect to nonrelational data sources while keeping the features that made Entity Framework Code First so popular. In Entity Framework Core Succinctly, join Ricardo Peres to explore this new version of the O/RM, from getting set up to avoiding common traps.

https://www.syncfusion.com/ebooks/entity_frame_work_core_succinctly
Quickpaste lets you host your own pastebin to quickly send or request files/text from others just by sending a link.
Quickpaste uses the ASP.NET Core web framework and runs on the .NET Core 2 Runtime.
https://github.com/Beyhum/quickpaste