(Richard) We are now publishing .NET Core container images to Microsoft Container Registry (MCR). We have also made other changes to the images we publish, described in this post.
Tag: Development
Converting an Excel Worksheet into a JSON document with C# and .NET Core and ExcelDataReader
(Scott Hanselman) I’ve been working on a little idea where I’d have an app (maybe a mobile app with Xamarin or maybe a SPA, I haven’t decided yet) for the easily accessing and searching across the 500+ videos from https://azure.microsoft.com/en-us/resources/videos/azure-friday/
Rendering A Partial To A String In Razor Pages
(Mike Brind) Partial Views or Pages are primarily used as a means of including reusable snippets of HTML within one or more Razor Pages.
Initializing a Project with an Existing Database
(Peter Vogel) Eight-five percent of all application development is spent on existing systems, with existing databases.
Jenkins integration with tools for SCM, Build Management and Test Management (Covers Azure DevOps)
(Gouri Sohoni) In this tutorial, we will discuss how Azure DevOps can be used for Source Control for Java apps. We will also see how Continuous Integration/Continuous Deployment can be achieved between Jenkins and Azure DevOps.
Using Pure Pipes To Generate NgFor TrackBy Identity Functions For Mixed Collections In Angular 7.2.7
(Ben Nadel) Yesterday, I experimented with using a Pure Pipe in Angular 7.2.7 in order to generate an identity Function for use in the NgFor TrackBy input. That was my attempt to bring-forward some of the “ng-repeat” magic that we had in AngularJS.
Hosting ASP.NET Core behind https in Google Kubernetes Engine
(Jon Skeet) Side-note: this may be one of the clumsiest titles I’ve ever written for a blog post. But it does what it says on the tin. Oh, and the space after “ASP” in “ASP .NET Core” everywhere it to avoid auto-linking.
Return Response Codes from ASP.NET Action Result Using StatusCodes Enum
(Srinath M S) The Microsoft.AspNetCore.Http.StatusCodes enum has many response codes.
Enable CORS In ASP.NET Core API
(Bipin Joshi) Browsers do not allow cross origin communication for security reasons. This means if an ASP.NET Core web API housed in one web app is called by JavaScript code running as a part of another web app, the communication attempt will fail.
Neural Anomaly Detection Using Keras
(James McCaffrey) An advantage of using a neural technique compared to a standard clustering technique is that neural techniques can handle non-numeric data by encoding that data.