using AI to build software and how to avoid the race to the average
Using AI to build software can result in a slippery slope towards developing average code.
PLEASE ACCEPT OUR. COOKIE POLICY
Currently (April 2019), using Visual Studio 2017, it is only possible to create an Angular 6 application, using the Angular Visual Studio template, also known as SPA templates. Microsoft are planning to upgrade the template to create an Angular 7 application using Visual Studio 2019 and DotNet Core 3.0.
However, since both Visual Studio 2019 and DotNet Core 3.0 are still in beta stage, many developers, particularly those working in large corporate environments will not be willing or able to live on the bleeding edge of DotNet Core 3 and Visual Studio 2019. So here is a very simple way to create an Angular 7 application for DotNet Core 2.2 that runs in Visual Studio 2017.
You should now see an Angular 6 application working within an Asp.Net Core 2.2 website.
Upgrade the Angular application to version 7 by doing the following:
From Visual Studio 2017 hit the F5 key to run the application or from Visual Studio Code (the best way to edit typescript code) type "DotNet run" in a new terminal.
That's it. You should have an Angular 7 application running in an Asp.Net Core website. You should also be able to use the Angular CLI from Visual Studio Code to add components, services and modules etc from the command line.
Using AI to build software can result in a slippery slope towards developing average code.
Using DotNet 8 and Aspire With Azure Container Apps Makes Kubernetes Enabled Apps Incredibly Easy
Moving to a micro-services architecture can sometimes seem daunting due to the amount of technical choices to be made and the amount of planning involved. Often however, the migration can be made in manage-able steps. Here is one classic example.
Fast Endpoints have become very popular with .Net developers recently, but how much faster are they than regular Controller endpoints using .Net 8
GPT4 and other tools have good text summarisation capabilities but only Deep Mind is providing the real breakthroughs.
Managing Infrastructure State can be tricky in the cloud. AZTFY and Terraform can help with management