C# ALGORITHMS
This repository is not directly related to Asp.net core, but seem to be useful in web apps.
https://github.com/aalhour/C-Sharp-Algorithms
This repository is not directly related to Asp.net core, but seem to be useful in web apps.
https://github.com/aalhour/C-Sharp-Algorithms
GitHub
GitHub - aalhour/C-Sharp-Algorithms: :books: Plug-and-play class-library project of standard Data Structures and Algorithms in…
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C# - GitHub - aalhour/C-Sharp-Algorithms: :books: Plug-and-play class-library pr...
👍1
Article: Default Interface Methods in C# 8
Default interface methods are included in a new feature proposal for C# 8, which will allow developers to use the traits programming technique. Based on an existing language feature found in Java, traits are an OOP technology that promotes the reuse of methods between unrelated classes.
By Bassam Alugili
http://www.infoq.com/articles/default-interface-methods-cs8?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
Default interface methods are included in a new feature proposal for C# 8, which will allow developers to use the traits programming technique. Based on an existing language feature found in Java, traits are an OOP technology that promotes the reuse of methods between unrelated classes.
By Bassam Alugili
http://www.infoq.com/articles/default-interface-methods-cs8?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
InfoQ
Default Interface Methods in C# 8
Default interface methods are included in a new feature proposal for C# 8, which will allow developers to use the traits programming technique. Based on an existing language feature found in Java, traits are an OOP technology that promotes the reuse of methods…
In today’s article, we will see how to perform simple CRUD operations in ASP.NET Core Web API using ADO.NET. https://www.c-sharpcorner.com/article/crud-operations-in-asp-net-core-web-api-using-ado-net/
C-Sharpcorner
CRUD Operations In ASP.NET Core Web API Using ADO.NET
In today’s article, we will see how to perform simple CRUD operations in ASP.NET Core Web API using ADO.NET.
Why isn't my ASP.NET Core environment-specific configuration loading?
In this post a describe an issue I was having in which my application wouldn't load my appsettings.Development.json file when running in Docker on Linux
https://andrewlock.net/why-isnt-my-asp-net-core-environment-specific-configuration-loading/
In this post a describe an issue I was having in which my application wouldn't load my appsettings.Development.json file when running in Docker on Linux
https://andrewlock.net/why-isnt-my-asp-net-core-environment-specific-configuration-loading/
Andrew Lock | .NET Escapades
Why isn't my ASP.NET Core environment-specific configuration loading?
In this post I describe an issue I was having in which my application wouldn't load my appsettings.Development.json file when running in Docker on Linux
Disable Automatic Model State Validation in ASP.NET Core 2.1
Virendra Dugar disables automatic model state validation in ASP.NET Core 2.1 to return the custom error instead of the 400 bad request error.
http://www.talkingdotnet.com/disable-automatic-model-state-validation-in-asp-net-core-2-1/
Virendra Dugar disables automatic model state validation in ASP.NET Core 2.1 to return the custom error instead of the 400 bad request error.
http://www.talkingdotnet.com/disable-automatic-model-state-validation-in-asp-net-core-2-1/
Talking Dotnet
Disable Automatic Model State Validation in ASP.NET Core 2.1 #aspnetcore
Find out how to disable automatic model state validation in ASP.NET Core 2.1, which is enabled by default via APIController attribute.
Analyzing a memory leak discovered by our build server
A few weeks ago, I was working on a feature in Rider when I received a build failure e-mail from TeamCity, our continuous integration service. I was not allowed to merge my feature into the main product as it was causing a … Continue reading →
The post Analyzing a memory leak discovered by our build server appeared first on .NET Tools Blog.
https://blog.jetbrains.com/dotnet/2018/10/02/analyzing-memory-leak-discovered-build-server/
A few weeks ago, I was working on a feature in Rider when I received a build failure e-mail from TeamCity, our continuous integration service. I was not allowed to merge my feature into the main product as it was causing a … Continue reading →
The post Analyzing a memory leak discovered by our build server appeared first on .NET Tools Blog.
https://blog.jetbrains.com/dotnet/2018/10/02/analyzing-memory-leak-discovered-build-server/
JetBrains Blog
Analyzing a memory leak discovered by our build server – .NET Tools Blog | JetBrains
A few weeks ago, I was working on a feature in Rider when I received a build failure e-mail from TeamCity, our continuous integration service. I was not allowed to merge my feature into the main produ
Presentation: Journey to Cloud Architecture
Dylan Smith discusses the architectural challenges faced turning TFS into Azure DevOps, the evolution of the architecture, and lessons learned along the way.
By Dylan Smith
https://www.infoq.com/presentations/microsoft-tfs-azure-devops?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
Dylan Smith discusses the architectural challenges faced turning TFS into Azure DevOps, the evolution of the architecture, and lessons learned along the way.
By Dylan Smith
https://www.infoq.com/presentations/microsoft-tfs-azure-devops?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
InfoQ
Journey to Cloud Architecture
Dylan Smith discusses the architectural challenges faced turning TFS into Azure DevOps, the evolution of the architecture, and lessons learned along the way.