Create a new WPF projectInstall the Microsoft.Xaml.Behaviors.Wpf nuget packageDownload link:https://www.nuget.org/packages/Microsoft.Xaml.Behaviors.WpfCopy the download link at the download page, open package manager console and enter the command:Create the Command and event handling …
A previous post described how to navigate between views in a WPF / MVVM project using the Mediator pattern as a means of passing data around and/or identifying the screen …
A container is a means of containing everything an application needs to run: binary files, libraries, configurations etc. Running your application within a container makes it highly portable. Deployment of …
ChatOps enables you to perform operation tasks on the infrastructure. You need an active WebEx Teams account if you have not already set one up: https://web.webex.com/Here is a useful link …
Pre-requisiteSounds obvious, but before you start, make sure you have Python installed. You can download it from from here:https://www.python.org/downloads/I quite like using Notepad++ for testing my Python scripts, you can …
Prepare the EnvironmentIn this demonstration I am using Cygwin to run the python/ansible scripts in a Windows environment. All my attempts to install ansible via ‘pip install’ in a Windows …
Some instructions and code on how to use the Acitoolkit objects to perform configuration checks against the APIC running state and then create a new Tenant configuration from scratch.Instructions for …
Getting the python and virtual environment set upThese instructions are for a Windows set up.Use these instructions for setting up your Python virtual environment and for obtaining and installing the …
Cisco Nexus devices, the most popular configuration method uses command-line interfaces (CLI) that run only on the device. This method has limitations and does not scale well. To improve the …
Some instructions on how to get started with using the ansible to automate Cisco ACI specifically by using ansible playbooks to accomplish basic tasks.Using the Cisco ACI GUI can be …