Payments Solution Architect Global Retailer
Architect a major programme of PCI Compliance and Architectural change, involving upgrades to Windows Server, upgrades to 30 existing applications, and the rollout of approximately 14 new applications....
Search the site by technology term.
Your search term appeared in the following items:
Architect a major programme of PCI Compliance and Architectural change, involving upgrades to Windows Server, upgrades to 30 existing applications, and the rollout of approximately 14 new applications....
To develop improved versions of applications used in the Insurance industry....
To create web based Financial Modelling software for use in stock, project and business valuations....
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
Managing Infrastructure State can be tricky in the cloud. AZTFY and Terraform can help with management
First look at Adobe Firefly a Generative AI tool
Generating an Azure Function is very easy now but its not completely obvious how to use table storage with Azure Functions. Here's how to get started
Formats such as png and bmp are reliable for producing excellent graphics. However they are much slower than format such as Webp. This article explains how to migrate images using Photoshop.
Writing to Azure Blob Storage from an Azure Function was complicated in previous versions of Azure Functions however with Version 3 it couldn't be more simple.
Using Azure Key Vault can help develop a secure devops pipeline in Azure. There are a few gotchas however and this article explains how to set it all up from start to finish.
Getting content indexed by the Bing Search Engine can take a while. Using the WebMaster API speeds the process up dramatically.
How to use Application Insights To Improve Application Performance in Azure. Episode 1 Failures
Dot Not 5 is finally here. Upgrading from DotNet Core 3.1 is very simple.
Managing Application State is crucial to the success of an Angular 9 App. NGRX has been developed for this purpose using the concepts of Redux which is widely used in React Apps. This article describes how to implement a basic App.
Managing state is the key to a successful Angular project . NgXS is a good library for implementing state management as it minimises boiler plate code and is relatively simple.
State management is the key to creating a maintainable Angular application. This article describes how to implement a simple but powerful State Management framework using only Angular and RxJS
This article describes how to connect an Angular 9 App with Microsoft DotNetCore 3 Web Api
To access an API from most browsers you need to add CORS to the API. This article describes how.
This article describes how to create a basic API with Microsoft Dot Net Core 3.1
Here is how to add a drop down or select list to an Angular 9 App
how-to-add-a-service-and-connect-components-to-Angular-9-App-with-Angular-CLI
How to add Bootstrap 4 to an existing Angular 9 App to make styling easy and effective
This article describes how to use the Angular CLI to add components and routing to an existing Angular 9 App
Here is how to create a basic Angular 9 app with Angular CLI
Here is a very simple way to create an Angular 7 application for DotNet Core 2.2 that runs in Visual Studio 2017
Most Machine Learning coding is done with Python these days but with Machine Learning .Net Microsoft provides an easy way for any .Net developer to use Machine Learning in familiar languages such as C#
In established companies, new ideas can get strangled by too much planning, even before an early prototype is created. Here's a way of harnessing the wealth of untapped creativity within your organisation.
This tutorial shows how to connect an AngularJS (client side JavaScript) application with an Entity Frameworks data source, within an Asp.Net MVC website. We use a "code first" approach to develop the Entity Frameworks data source.