19 Jul 2021
|
VBA
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)
26 Feb 2021
|
CSharp-ASP.NET Core
Caching Static Resources On asp.net core
21 Jan 2021
|
Docker
Repository Manager
set up a simple nexus3 instance.
21 Jan 2021
|
Docker
Repository Manager
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
05 Jan 2021
|
CSharp-ASP.NET Core
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.
05 Jan 2021
|
CSharp-ASP.NET Core
Host Your Web Application by through Command Line,MSBuild, MSTest, MSDeploy, DotNet
30 Dec 2020
|
Jenkins
DevOps
guild you to set up a CI and CD workflow pipeline step by step
29 Dec 2020
|
Jenkins
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.
27 Dec 2020
|
Jenkins
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.
23 Dec 2020
|
Jenkins
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.