(Shahed C) This is the seventeenth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled ASP .NET Core A-Z!
Tag: Development
Basic Will Never Die: Microsoft Open Sources GW-BASIC
(David Ramel) Microsoft has open sourced GW-BASIC, a programming language developed some 38 years ago.
More Performant Serverless GraphQL with Azure Functions, GraphQL for .NET, and Cosmos DB
(Tomasz Pêczek) Almost a year ago I’ve written about setting up a GraphQL service on top of Azure Functions and Cosmos DB.
Generating A Word Search Puzzle Grid In Angular 9.1.4
(Ben Nadel) Over the weekend, I felt like coding a little palette-cleanser – something that would take my mind in a different direction.
Drawing with FabricJS and TypeScript Part 1: Intro, Goals and Setup
(Matthew Jones) Given how often I’ve mentioned it recently, my dear readers, you are probably aware that my team and I have been working on a new project.
Monitoring an ASP.NET Web Application with Automated Actions using Azure Monitor
(Subodh Sohoni) This tutorial demonstrates how to use Azure Monitor. We are going to study a case of an ASP.NET application that is already deployed. Using Azure Monitor service, we will monitor the application for any bugs or misbehaviour as well as monitor the performance counters of the hosting e
Create A TypeScript Class To Invoke ASP.NET Core Web API
(Bipin Joshi) In the previous part of this series you learned about TypeScript functions. Now it’s time to peek into some more interesting features. To that end this part discuses three of them – interfaces and classes.
New for VS Code: MongoDB, Kite AI-Powered JavaScript Completions
(David Ramel) This week sees several significant additions to the Visual Studio Code ecosystem: an update to the Python extension; the popular open source MongoDB database; and AI-powered JavaScript code completions from Kite.
The Affect Of File-IO On Performance Experimentation In Docker And Lucee CFML
(Ben Nadel) Ever since I learned that Lucee CFML supports parallel array iteration, I’ve been itching to find a good place to really leverage it. And, recently, it occurred to me that I might be able to use it to boost PDF generation at InVision.
Using Dapper in ASP.NET Core applications
(Gunnar Peipman) Times ago I blogged about micro ORM-s. I have been busy through all Covid-19 times learning technical side of DDD and during that I met again my old friend Dapper.