Learn how you can configure Dynamics Refresh for Azure App Configuration so you can add the capability to update the app settings on your ASP.Net Core application without the need for the application to restart.
Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.
33 Post(s) found.
Learn how you can configure Dynamics Refresh for Azure App Configuration so you can add the capability to update the app settings on your ASP.Net Core application without the need for the application to restart.
Easily configure Offline Caching for Azure App Configuration so you can reduce the calls to Azure for fetching app configuration which will increase the performance.
Managed Identities are a secure way of accessing Azure Services. Learn how you can use Managed Identities to access Azure App Configuration for your configuration management needs.
When using Microsoft Feature.Management you can use Azure App Configuration which is a configuration and feature management service provided by Azure as the platform for managing your Feature Flags.
In the Microsoft Feature Management library you can combine multiple feature flags to control the exposure to a single feature. Learn how you can do that with Microsoft Feature Management framework
Microsoft Feature.Management framework allows you to implement custom feature filters where you can provide a tailored experience using multiple factors to enable/disable features in .Net Core applications.
This is an introduction into the Microsoft Feature.Management library that you can use with your .Net applications to implement feature flags with ease.
Premium Hosting Option for Azure Functions is a new hosting model that gives you best features of Dedicated and Consumption pricing plans at competitive pricing.
Using the Microsoft.Azure.Functions.Extensions NuGet package you can now setup dependency injection for Azure Functions v2.
Implementation Factories in ASP.Net Core Dependency Injection offers more control over how the dependency is crated especially with legacy code or other libraries, you many not always have the option of automatic dependency creation.
.Net Core dependency injection allows you to register and use multiple implementations of a dependency in your .Net core applications. Learn how you can register multiple dependencies in your ASP.Net Core application.
Learn about using ServiceDescriptors to register dependencies for .Net core applications.
Up till recently, we were not able to create a Resource Group using ARM templates. We always deployed an ARM template on top of an existing Resource Group. But now you are able to create a new Resource Group using ARM Templates
Custom conditions of Azure Pipelines can be used to reuse the build definitions for Pull Request validation.
A git repository can be used as a configuration management mechanism for Azure API Management allowing you to perform bulk changes.
Continuous Delivery for Azure App Services can be configured on the Azure Portal using Azure DevOps (Visual Studio Team Services) in few minutes.
How to fix the issue ‘Text Becomes Blurry When VS Code Application Loses Focus’ Issue on Windows
How to fix the issue ‘Install operation did not finish successfully. Please reinstall or repair Visual Studio’ Error After Updating Visual Studio 2015 to Update 3
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss using Dependency Injection in an Aurelia app.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how we can separate Views and ViewModels & override View Resolution
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how the compose element to implement MVVM pattern in Aurelia.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's discuss how the MVVM pattern is implemented in Aurelia.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. You can easily customize the Aurelia Application Startup by following this guide.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop that leverages the latest web technologies available and simple conventions. Let's create a Hello World app using Aurelia.
Aurelia is a JavaScript client framework that enables you to create applications for mobile and desktop. It’s a framework that leverages the latest web technologies available and simple conventions to make your developer experience smoother and focused on creating powerful web applications.
Embedding Google Maps in a Joomla website is pretty straight forward. Learn how you can quickly do that in this article.
Learn how to Fix Page Navigation problem in Angular Apps on Firefox OS
Learn about how you can quickly and easily add Google Maps into your Angular.JS Application.
Learn about Late Binding in C# using the dynamic keyword.
Learn about C# with the article series Sharpen Your C#.
Learn about Implicit Typing in C# in this article in the Sharpen Your C# series.
Android Emulator is usually slow to operate. But using Intel's Emulator Accelerator (HAXM) you can improve your development experience drastically.
Localize Windows Phone Apps using Microsoft Multilingual App Toolkit.