Using enums with the ASP.NET 5 (MVC 6) Select TagHelper http://www.jerriepelser.com/blog/using-enum-aspnet-5-select-taghelper
Deploy ASP.NET DNX WebJob to Azure http://www.brandonmartinez.com/2015/10/02/deploy-asp-net-dnx-webjob-to-azure/
Here's another article about using DI in ASP.NET 5: http://www.emadashi.com/2015/06/dependency-injection-in-asp-net-5-one-step-deeper/
ASP.NET - ASP.NET 5 Anywhere with OmniSharp and Yeoman https://msdn.microsoft.com/en-us/magazine/mt573713
Hi guys, If you want to take part in this channel, drop me an email on sir1afifi[at]gmail.com
Running ASP.NET 5 applications in Windows Server Containers using Windows Server 2016 http://chris.59north.com/post/Running-ASPNET-5-applications-in-Windows-Server-Containers-using-Windows-Server-2016
I'm going to create a Slack group, if you have any idea for its channel let me know: on sir1afifi[at]gmail.com
Dissecting the async methods in C#
https://blogs.msdn.microsoft.com/seteplia/2017/11/30/dissecting-the-async-methods-in-c/
#Async
https://blogs.msdn.microsoft.com/seteplia/2017/11/30/dissecting-the-async-methods-in-c/
#Async
SQL Server on Linux in Docker on a Mac
http://sirwan.info/archive/2017/06/04/SQL-Server-on-Linux-in-Docker-on-a-Mac/
#macOS #SQLServer #Docker #Linux
http://sirwan.info/archive/2017/06/04/SQL-Server-on-Linux-in-Docker-on-a-Mac/
#macOS #SQLServer #Docker #Linux
Testing WEB APIs is a challenge, and it has a dependency on various third-party tools for proper and efficient testing. http://www.talkingdotnet.com/add-swagger-to-asp-net-core-2-0-web-api/
Talking Dotnet
Add Swagger to ASP.NET Core 2.0 Web API #aspnetcore #swagger
Blogged: Add swagger to ASP.NET Core 2.0 Web API projects and how to customize it.
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/
C-Sharpcorner
C# Corner - Community of Software and Data Developers
Community for Developers and IT Professionals
👍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
InfoQ
Language Server Protocol Support for Visual Studio
Like Visual Studio Code and a variety of editors, Visual Studio is adding support for the Language Server Protocol. This will allow new programming languages to be added to Visual Studio with a fraction of the effort currently required.
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
InfoQ
Microsoft Updates Cosmos DB with Cassandra Support and Provides Better Availability Guarantees
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…
Jeff Fritz and Maria Naggaga continue a 3-part series on ASP.NET Core at Microsoft Virtual Academy.
https://mva.microsoft.com/en-US/training-courses/aspnet-core-intermediate-18154?l=tigJ5mbeE_8711787171
https://mva.microsoft.com/en-US/training-courses/aspnet-core-intermediate-18154?l=tigJ5mbeE_8711787171
Msdn
ASP.NET Core - Intermediate | Channel 9
Go beyond ASP.Net Core basics and learn more about Tag Helpers, authentication & authorization, and creating a Web API. Get a look at Entity Framework Code.
.NET Standard explained to developers: What if it was an interface? https://dev.to/thatfrankdev/net-standard-explained-to-developers-what-if-it-was-an-interface-bjj
DEV Community 👩💻👨💻
.NET Standard explained to developers: What if it was an interface?
A dumbed down, developer-friendly approach to understanding .NET Standard
Working with New Out Variables & Discard Feature in C# 7.0 http://techxposer.com/2017/07/19/working-with-new-out-variables-discard-feature-in-c-7-0/
TechXposer
Working with New Out Variables & Discard Feature in C# 7.0 - TechXposer