ASP.NET Core
13K subscribers
2 photos
313 links
Download Telegram
Channel name was changed to «ASP.NET Core»
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