Jenkins for .Net Continuous Integration (CI) Training Course
When developers finish writing a piece of code, they often integrate their code into an application, copy the application into a folder, run the application installer, then initialize the application to check whether it runs as expected. This manual approach does not scale very well, is tedious, very error-prone and offers no mechanism for tracking changes during the process.
A better approach would be to automate the process using Continuous Integration. Continuous Integration refers to the processes, tools and infrastructure needed to automate the building, deployment and testing of software applications.
In this instructor-led, live training (onsite or remote), participants will learn how to transform a traditional, manual (or semi-manual) approach to software deployment into an agile, Continuous Integration (CI) one using Jenkins. Participants carry out a series of hands-on, live-lab exercises throughout the course, applying their new knowledge to various software development and deployment problems every step of the way. Interaction among the instructor and participants is encouraged. Real-world cases are discussed and specific issues and questions are addressed and resolved throughout the training. The training is especially focused on .NET application development.
By the end of this training, participants will be able to:
- Install and configure Jenkins for .NET application development
- Use Jenkins to automate the process of checking in and merging .NET source code into a code repository
- Use Jenkins to automate the process of downloading, compiling and deploying an application to a release server
- Integrate Jenkins with other software development tools such as issue trackers and
Audience
- .NET developers
- Build engineers
- QA engineers
- Project managers
- Release managers
- DevOps engineers
Format of the Course
- Part lecture, part discussion, exercises and heavy hands-on practice
Note
- To request a customized training for this course, please contact us to arrange.
Course Outline
Introduction
- Jenkins CI vs other approaches to developing and deploying .NET applications
Installing and Configuring the Jenkins Build Server
Overview of Jenkins Features and Architecture
Extending Jenkins to Read MSBuild Files
Creating a New Build Project in Jenkins
Building the Application
Diagnosing and Fixing a Broken Build
Testing the Application
Deploying the Application
Monitoring the Application
Reporting in Jenkins
Code Analysis
Securing Jenkins
Distributing Builds Across Different Machines
Integrating Jenkins with Other Software Development Tools
- Issue trackers, test coverage utilities, notifiers, internal messaging systems, etc.
Best Practices for Continuous Integration in an Agile Environment
Troubleshooting
Summary and Conclusion
Requirements
- Knowledge of software development process
- .NET programming experience
Need help picking the right course?
uzbekistan@nobleprog.com or +919818060888
Jenkins for .Net Continuous Integration (CI) Training Course - Enquiry
Testimonials (2)
Interactivity and on-the-fly code solutions
Eduard-Emanuel Zaharia - Kruk Italia
Course - Advanced Blazor
Engaging, and hands on practise.
Balavignesh Elumalai - Scottish Power
Course - SonarQube for DevOps
Related Courses
Advanced Blazor
21 HoursThis instructor-led live training in Uzbekistan (online or onsite) is designed for web developers who want to learn how to utilize Progressive Web Application (PWA) development features to create an app-like experience in a website using Entity Framework (EF) Core and Blazor.
By the end of this training, participants will be able to:
- Use the EF package to work with databases.
- Use Blazor components, services, dependency injection, layout, and routing.
- Create service workers to enable PWA features in an application.
- Utilize push notifications and other PWA features.
Advanced Programming in C#
35 HoursThis instructor-led, live trainingin in Uzbekistan introduces advanced features of C#, examines its usage as both a desktop application programming language and a web programming language for solving real-world problems.
Programming techniques and principals are demonstrated and practiced through in-class, hands-on exercises and walk-throughs.
Advanced Spinnaker
14 HoursThis instructor-led live training, conducted in Uzbekistan (online or onsite), is designed for engineers who intend to use Spinnaker for the frequent and continuous deployment of software to AWS or Kubernetes.
By the conclusion of this training, participants will be able to:
- Install and configure Spinnaker for advanced operations.
- Integrate Spinnaker with existing continuous integration tools such as Jenkins.
- Understand Spinnaker's internal architecture and deployment workflow constructs.
- Create pipelines for deploying software on Kubernetes.
- Create pipelines for deploying software on AWS.
- Troubleshoot common Spinnaker issues.
High-Performance Application Development with .NET Core
14 HoursThis instructor-led, live training (Uzbekistan, offered online or onsite) targets developers interested in utilizing .NET Core to create, build, test, debug, and deploy optimized applications compatible with multiple systems.
By the end of this training, participants will be able to:
- Establish a .NET Core development environment to commence application development.
- Use the ASP.NET Core framework and libraries to develop new applications or optimize existing ones.
- Monitor and enhance application performance through advanced .NET Core tools.
- Understand the underlying principles of .NET Core features and apply this knowledge to other business contexts.
Argo CD
7 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at system administrators and developers who wish to use Argo CD to automate the deployment and lifecycle management of applications.
By the end of this training, participants will be able to automate, monitor, audit, and roll back their Kubernetes systems using Argo CD.
Blazor WebAssembly
14 HoursThis instructor-led, live training in Uzbekistan (online or on-site) is designed for web developers who wish to use Blazor WebAssembly to build web applications.
By the end of this training, participants will be able to:
- Understand forms and authentication in Blazor WebAssembly.
- Create a Blazor WebAssembly project.
- Explore different ways to run your web application.
Introduction to .Net Core
14 Hours.NET Core is an open-source framework for creating .NET applications on Windows, macOS and Linux.
In this instructor-led, live training, participants will learn the fundamentals of .Net Core as they step through the creation of a sample application that demonstrates .Net Core's unique qualities compared to other frameworks.
By the end of this training, participants will be able to:
- Set up .Net Core along with the necessary tooling and IDEs to begin development immediately.
- Use .NET to build various types of software, including web applications, console applications, microservices, and libraries.
- Understand the components of .Net Core, including class libraries, packages, metapackages, and frameworks.
- Build, debug, and deploy a sample web application.
Audience
- Developers
Course Format
- A combination of lectures, discussions, exercises, and extensive hands-on practice in a live-lab environment.
Note
- This course is based on .Net Core 2.x and is available for both Windows and Linux environments.
- To request a customised training for this course, please contact us to make arrangements.
- To learn more about .Net Core, please visit: https://github.com/dotnet/core
.NET Core and Angular Training Course
21 HoursTarget Audience
- Software Developers
Course Format
- A blend of lectures, discussions, exercises, and extensive hands-on practice in a live-lab environment.
Entity Framework Core 2.0
14 HoursIn this instructor-led, live training in Uzbekistan, participants will learn how to use Entity Framework Core 2.0 to create an ASP.NET Core application.
By the end of this training, participants will be able to:
- Configure the required framework and tools for developing Entity Framework Core 2.0 MVC web applications.
- Execute database operations on MS SQL Server.
- Apply both "code-first" and "data-first" methodologies in application development.
- Perform migration and seeding operations.
- Grasp advanced data modeling concepts.
- Develop a sample ASP.NET Core application.
Introduction to Blazor
14 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is tailored for web developers who aim to use Blazor to build full-stack C# web applications.
By the end of this training, participants will be able to:
- Develop web applications using C# and Blazor.
- Use C# code to call JavaScript APIs and libraries.
- Run client-side C# code and logic directly in a browser or server.
- Deploy Blazor web applications with Azure.
Developing in ASP.NET MVC 6 Development
28 HoursASP.NET MVC 6, introduced in Visual Studio 2015, represents the latest advancement in Microsoft's web development ecosystem. This course explores the most recent APIs and development strategies for building dynamic, modular, and testable websites. Participants will discover new features in MVC 6 and learn how to maximize the benefits of the current toolset and integration capabilities.
Key Learning Outcomes
- Grasp the principles and advantages of MVC architecture
- Build views, view components, and utilize tag helpers
- Leverage ASP.NET dependency injection
- Develop RESTful services with Web API
- Optimize the integration of GruntJS, NPM, and Bower
- Build Single Page Applications (SPAs)
SonarQube for DevOps
14 HoursThis instructor-led, live training in Uzbekistan (online or onsite) is aimed at DevOps engineers and developers who wish to use SonarQube to run code reviews that are fully-integrated into development tool chains, such as Jenkins, GitHub, Azure DevOps, etc.
By the end of this training, participants will be able to:
- Set up the necessary development environment to start running automatic code reviews.
- Integrate SonarQube with continuous integration tools, such as Jenkins, Azure DevOps, etc.
- Run continuous code inspections to eliminate bugs and security vulnerabilities.
- Collect and analyze data to drive improvements for code cleanup, maintenance, and security.
SonarQube for Secure SDLC and Azure DevOps
21 HoursSonarQube provides a platform for the continuous inspection of code quality and security through static analysis and reporting tailored for developers.
This instructor-led live training, available online or onsite, targets intermediate developers, DevOps engineers, and security professionals aiming to implement static code analysis, integrate SonarQube into Azure DevOps pipelines, and enhance secure development practices.
Upon completing this training, participants will be able to:
- Describe SonarQube’s architecture, core features, and security-focused rulesets.
- Configure SonarScanner alongside common build tools such as Maven, Gradle, and Ant.
- Integrate SonarQube into Azure DevOps pipelines and import Azure Repos for continuous analysis.
- Define and adjust analysis parameters, add custom rules via the SonarQube API, and interpret security reports.
- Apply improvements to secure development methodologies and clarify responsibilities within the CI/CD process.
- Conduct hands-on analyses using sample repositories (Java + Quarkus and Angular) and resolve identified issues.
Course Format
- Interactive lectures and discussions.
- Guided, practical hands-on labs using real-world repositories.
- Live configuration, testing, and troubleshooting within an Azure DevOps and SonarQube environment.
Course Customization Options
- To request a customized version of this training (including different language stacks, deeper DevOps integration, or expanded labs), please contact us to make arrangements.
Industrial Virtual Environments with Unity, Blender, and Visual Studio
21 HoursBy combining Unity, Blender, and Visual Studio, you gain a robust toolkit for developing and programming industrial virtual environments. Unity facilitates interactive simulation and visualization, Blender provides sophisticated 3D modeling capabilities, and Visual Studio acts as the central programming hub for integrating control systems and industrial logic.
This instructor-led live training, available online or onsite, targets beginner to intermediate professionals looking to design, model, and program industrial environments for simulation, training, and integration needs.
Upon completion of this training, participants will be able to:
- Design and model industrial equipment and scenarios using Blender.
- Import and optimize 3D models in Unity for effective visualization.
- Program system logic and integration workflows in Visual Studio.
- Develop interactive industrial virtual environments connected to control systems.
Course Format
- Interactive lectures and discussions.
- Practical exercises in 3D modeling and environment development.
- Programming and integration workshops with live demonstrations.
Customization Options
- For customized training arrangements, please contact us.
Visual Basic 2015 Integrated to 4.7.2 NET Framework
28 HoursLearn to leverage Microsoft Visual Studio as an integrated development environment (IDE) for VB.NET (Visual Basic .NET), a multi-paradigm, object-oriented language built on the .NET Framework 4.7.2.