Category: version
-
Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 3- FrontEnd
Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo NPM component Copy paste NET code Identifying the version of Angular components that we are using is a bit tricky. The package.json is having,by default,components using version “greater than”. More than that,after AOT…
-
Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 2- backend
Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo NPM component Copy paste NET code Identifying the version of the dll’s used on the backend is fairly simple. All we need is to iterate into the current directory and find the version…
-
Identify version for application and components for Backend(.NET Core) and FrontEnd(Angular)–part 1- introduction
Part1 : Introduction and Concepts Part 2: Obtaining BackEnd Components Version Part 3: Obtaining FrontEnd Component Version and Final Library Live Demo NPM component Copy paste NET code In our days recognizing fast the version of the software you deploy it is important ( very important,if you do not have a continuum upgrade strategy –…