An Enthusiastic Programmer

UI Automation On Excel Macro

|

How to use the Microsoft UI Automation component. Microsoft UI Automation is a new accessibility framework for Microsoft Windows, available on all operating systems that support Window Presentation Foundation(WPF)

Caching Static Resources

|

Using Nexus3 as your repository - A Simple Guide(No Deep Shit!)

|

Using Nexus Repository Manager(NXRM) as your docker repository

|

This article guide you to set up a Nexus Repository Manager as your docker registry from scratch, and we will cover installation, SSL, and User management in the next articles. nexus3 vs Docker Registry

Deploying a Web App from a Command Line using MSBuild, MSTest, and WebDeploy

|

The Microsoft Build Engine(aka. MSBuild) is a platform for building applications. You can define an XML file, which guilds how the MSBuild behavior. The Visual Studio uses MSBuild to achieve the building process. However, the MSBuild doesn’t depend on Visual Studio, and hence you can invoke the MSBuild.exe without Visual Studio IDE installed. MSTest is a command-line command to run tests. Web Deploy (aka. msdeploy) is a command-line executable tool created by Microsoft, which simplifies the deployment of Web applications and Web sites to IIS servers.

ASP.NET Web Deployment: Command Line Deployment

|

Host Your Web Application by through Command Line,MSBuild, MSTest, MSDeploy, DotNet

Jenkins with asp.net core CI&CD pipeline for Linux

|

guild you to set up a CI and CD workflow pipeline step by step

How to Install Jenkins On Debian 9 Linux

|

Jenkins is an automation server, which can be installed through Docker or other packages. In the previous blog, I introduced how to install Jenkins on Docker Compose. In this article, I will focus on how to install Jenkins on Debian 9 Linux System. If you don’t Jenkins, you can take a look at my Jenkins Tutorial for a short description.

Jenkins Installation

|

According to the official document, Jenkins supports many installation ways. You can install Jenkins on Linux, Windows, or mac. Take a look at the official document for more details. This tutorial collects some common issues during installation, also contains comprehensive installation guilds and details that everything you matter. Please be free to leave comments if you have any questions or advice.

Install Jenkins Using Docker

|

Generally, Jenkins provides two major releases, weekly and lts. weekly, as the name says, new releases are produced weekly to deliver bug fixes and features to users and plugin developers. lts, every 12 weeks from the stream of regular releases as the stable release for that time period.