Showing results for April 2019 - Developer Support

Apr 24, 2019
0
0

How To Update Visual Studio 2019 Asp.Net Core Angular Project

Developer Support
Developer Support

The updated Angular project template in Visual Studio 2019 (and 2017 before that) provides a convenient starting point for ASP.NET Core apps using Angular and the Angular CLI to implement a rich, client-side user interface (UI). The template is equivalent to creating an ASP.NET Core project to act as an API backend and an Angular CLI project to act as a UI.

TeamAngular.NET Core
Apr 23, 2019
0
0

Using Azure DevOps to Deploy Web Applications to Virtual Machines

Developer Support
Developer Support

While it’s worth mentioning that hosting web applications using Azure PaaS offerings or via containers would be the preferred route for a variety of reasons, VMs are still widely used in many organizations. With that scenario in mind, this post is geared to helping you get started with streamlining your release process. As a note, much of this process translates easily to using Azure PaaS offerings.

TeamDevOpsAzure DevOps
Apr 22, 2019
0
0

AKS Series– Using Azure Dev Spaces with Visual Studio Kubernetes Tooling

Developer Support
Developer Support

Azure Kubernetes Service brings a world class managed kubernetes service to the cloud. Customers can now leverage the power of Kubernetes platform without having to worry about managing the control plane. As a result of that, customers are now able to embark on the containerization journey with confidence. In this blog post, we will see how Visual Studio makes it easy to collaborate with AKS using Azure Dev Spaces.

TeamAzureKubernetes
Apr 20, 2019
0
0

Tips on Starting DevOps Projects

Developer Support
Developer Support

DevOps uses Agile principles and combines infrastructure, development, QA, and operations engineers together through the entire cycle of software development, deployment, and support, eliminating many of the silos between teams. Most importantly, DevOps improves communication and enables better collaboration, helping enterprises to bring products and innovation to market much more rapidly.

TeamDevOpsAgile
Apr 19, 2019
0
0

AKS Series – Use Azure Storage Option as Persistent Volumes in AKS

Developer Support
Developer Support

One of the best practices with containers is not to persist data inside the containers for long term as containers are ephermal. These containers can be removed and rebuilt very often and may require storage that persists across pods beyond the application lifecycle. In this blog post, we will learn about how to create Persistent Volumes in AKS with Azure Files.

TeamKubernetesMonu Bambroo
Apr 19, 2019
0
0

Private CDN for hosting data on SharePoint for improving performance

Developer Support
Developer Support

When we target performance issues with SharePoint, the focus is generally on database related queries and all the requests that are being made to critical assets for the site like images, JavaScript files, CSS etc. A quick response time for these resources are vital for your page to function optimally.

TeamSharePointCDN
Apr 18, 2019
0
0

Azure DevOps Hands-On Labs

Developer Support
Developer Support

I love to learn about new technologies. You install the product, grab a few samples, pour over blogs & documentation and away you go. I have found over the years as systems have gotten more complex its harder to explore new products. Sure you can install them, VMs have even made that quick, you don’t even have to install. But to truly explore you really need the data. Even worse, a lot of the time the samples are just a small subset of the scenario and require a lot of work to go beyond the basics. But the Azure DevOps team has put together a great program with dive in, enter Azure DevOps Hands-On Labs.

AzureAzure DevOpsLarry Duff
Apr 18, 2019
2
0

Quantum Computing for Software Developers – Part I

Developer Support
Developer Support

The underpinnings of quantum computing (QC) is quantum mechanics. Unfortunately, quantum mechanics is very weird and hard to understand. Most articles on QC are of the pop science variety and introductions to QC are usually heavy on mathematics (linear algebra). I want to do something different. I want to explain QC using the language of software development.

TeamQuantum Computing
Apr 17, 2019
0
0

Angular How-to: Hide Logic from Users by Moving it out of the Browser and into Azure Functions

Developer Support
Developer Support

A common question from developers building Single Page Applications is how to hide proprietary calculations or other logic from end users. The answer is always to move that logic out of the JavaScript running in the browser and onto a server, which leads to building and hosting an API service. However, in the new world of serverless computing, there is a simpler option. Azure Functions is a compute service that enables you to run code on-demand without the hassle of building an entire application or managing any infrastructure.

TeamAngularAzure Functions
Apr 16, 2019
1
0

Updating Git certificate bundles to use Department of Defense signed certificates

Developer Support
Developer Support

The most recent problem revolves around Git 4 Windows (Or any other Git client) and certificate revocation checking against Team Foundation Server (Or other source control) secured with a .mil URL, or any URL secured with a Department of Defense (DoD) signed certificate.

TeamALMCertificates