ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
This time we will build a simple, yet realistic ASP.NET Core application and showcase the feature of Entity Framework Core. But before we dig down further, let’s take a quick recap about the high-level differences and key benefits of Code-First and Database-First design workflows, then we’ll decide which we are going to use in our project. http://www.c-sharpcorner.com/article/building-an-asp-net-core-application-with-web-api-and-code-first-development/
👍1
A corner stone of Visual Studio Code is an open standard known as the Language Server Protocol (LSP). A language server is essentially a compiler/analyzer that runs in a separate process. It handles a variety of tasks including compiler error reporting, hover text, code completion (i.e. IntelliSense), etc. https://www.infoq.com/news/2017/12/LSP-Visual-Studio?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
Last month at Microsoft Connect 2017, Azure Cosmos DB received several new updates including support for using the Cassandra NoSQL database API and increased guarantees for availability. With the Cassandra NoSQL database API, customers can run operations inside Cosmos DB on a data model. The availability guarantee moves from 99.99 percent to 99.999 percent. https://www.infoq.com/news/2017/12/azure-cosmosdb-cassandra
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