Jenkins for .Net Continuous Integration (CI) Training Course
After completing code development, developers frequently resort to a manual workflow: integrating their code into the application, copying the build to a specific folder, running the installer, and then initializing the application to verify its functionality. This manual methodology does not scale effectively, is tedious, highly prone to errors, and lacks any mechanism for tracking changes throughout the process.
A more efficient approach involves automating these tasks through Continuous Integration. Continuous Integration encompasses the processes, tools, and infrastructure required to automate the building, deployment, and testing of software applications.
In this instructor-led live training, available either onsite or remotely, participants will learn how to transition from a traditional, manual (or semi-manual) software deployment model to an agile Continuous Integration (CI) workflow using Jenkins. Throughout the course, participants engage in hands-on, live-lab exercises, applying their newfound knowledge to various software development and deployment challenges. The session encourages active interaction between the instructor and participants, with real-world case studies and specific technical issues addressed and resolved in real-time. The training places a particular emphasis on .NET application development.
Upon completion of this training, participants will be able to:
- Install and configure Jenkins for .NET application development
- Utilize Jenkins to automate the integration and merging of .NET source code into a repository
- Leverage Jenkins to automate the download, compilation, and deployment of applications 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
- A blend of lectures, discussions, exercises, and extensive hands-on practice
Note
- For customized training arrangements, please contact us directly.
Course Outline
Introduction
- Jenkins CI compared to other approaches for 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
- Familiarity with the software development lifecycle
- Hands-on experience with .NET programming
Open Training Courses require 5+ participants.
Jenkins for .Net Continuous Integration (CI) Training Course - Booking
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
Upcoming Courses
Related Courses
Advanced Blazor
21 HoursThis instructor-led, live training in Bulgaria (online or onsite) targets web developers who want to master Progressive Web Application (PWA) development techniques to create an app-like experience on 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.
Argo CD
7 HoursThis instructor-led, live training in Bulgaria (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 Bulgaria (online or on-site) is tailored for web developers who intend to use Blazor Web Assembly 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.
- Learn different ways to run your web application.
Continuous Integration / Continuous Delivery (CI/CD) with Python
14 HoursThis instructor-led, live training Bulgaria (online or onsite) is designed for developers and DevOps engineers who aim to build automation pipelines utilizing CI/CD practices with Python.
By the conclusion of this training, participants will be able to:
- Set up the necessary development environment to begin creating CI/CD pipelines with Python.
- Build automated pipelines for testing and publishing Python packages using Travis-CI.
- Automate the deployment of containerized applications with Docker and Heroku.
Continuous Integration for JavaScript
14 HoursContinuous Integration (CI) is a software development practice where developers frequently merge their code changes to swiftly identify and resolve errors.
In this instructor-led live training, participants will grasp the fundamentals of Continuous Integration for JavaScript by actively setting up a CI workflow for a JavaScript project.
Upon completion of this training, participants will be capable of:
- Comprehending the core concepts of Continuous Integration
- Constructing a custom Continuous Integration system for their JavaScript projects
Audience
- Developers
- IT Professionals
- DevOps Engineers
- Business Managers
Course Format
- A blend of lectures, discussions, exercises, and extensive hands-on practice
Continuous Integration (CI) for Java
14 HoursThis instructor-led, live training in Bulgaria (available online or onsite) is designed for developers seeking to learn and apply the core concepts of Continuous Integration for Java.
By the end of the session, participants will be able to:
- Comprehend and apply CI principles to Java projects.
- Build a CI infrastructure specifically for Java.
.NET Core and Angular Training Course
21 HoursTarget Audience
- Software Developers
Course Format
- A blend of lectures, discussions, exercises, and extensive hands-on practice within a live-lab environment.
Entity Framework Core 2.0
14 HoursIn this instructor-led live training in Bulgaria, participants will learn how to utilize 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 necessary framework and tools for creating 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.
- Build a sample ASP.NET Core application.
Introduction to Blazor
14 HoursThis instructor-led, live training in Bulgaria (online or onsite) is aimed at web developers who wish to use Blazor to create full stack C# web applications.
By the end of this training, participants will be able to:
- Develop web applications with C# and Blazor.
- Use C# code to call JavaScript APIs and libraries.
- Run client-side C# code and client 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 is a new addition to Visual Studio 2015, representing the most recent advancement in Microsoft’s web development framework. This course explores the latest APIs and development methodologies required to build dynamic, modular, and testable web applications. We will examine the new features available in MVC6 and demonstrate how to maximize the potential of the latest toolset and integration capabilities.
What you’ll learn
- Understand MVC architecture principles and benefits
- Creating views, view components, and tag helpers
- Using ASP.NET dependency injection
- Creating RESTful services using Web API
- Getting the best out of GruntJS, NPM, and Bower integration
- Creating Single Page Applications (SPAs)
SonarQube for DevOps
14 HoursThis instructor-led, live training in Bulgaria (online or onsite) is designed for DevOps engineers and developers who wish to utilize SonarQube to conduct code reviews fully integrated into development toolchains, such as Jenkins, GitHub, Azure DevOps, and others.
By the end of this training, participants will be able to:
- Set up the necessary development environment to begin running automated code reviews.
- Integrate SonarQube with continuous integration tools, such as Jenkins, Azure DevOps, and others.
- 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 serves as a platform for the continuous inspection of code quality and security through static analysis and developer-focused reporting.
This instructor-led, live training (available online or onsite) targets intermediate-level developers, DevOps engineers, and security practitioners looking to implement static code analysis, integrate SonarQube into Azure DevOps pipelines, and strengthen secure development practices.
Upon completing this training, participants will be able to:
- Describe SonarQube architecture, core features, and security-focused rulesets.
- Configure SonarScanner with common build tools such as Maven, Gradle, and Ant.
- Integrate SonarQube into Azure DevOps pipelines and import Azure Repos for continuous analysis.
- Define and tune analysis parameters, add custom rules via the SonarQube API, and interpret security reports.
- Apply secure development methodology improvements and map responsibilities within the CI/CD process.
- Conduct hands-on analyses across sample repositories (Java + Quarkus and Angular) and resolve identified issues.
Format of the Course
- Interactive lecture and discussion.
- Guided, practical hands-on labs with real repositories.
- Live configuration, testing, and troubleshooting in an Azure DevOps + SonarQube environment.
Course Customization Options
- To request a customized version of this training (different language stacks, deeper DevOps integration, or expanded labs), please contact us to arrange.
Industrial Virtual Environments with Unity, Blender, and Visual Studio
21 HoursBy combining Unity, Blender, and Visual Studio, professionals gain a robust toolkit for designing and programming industrial virtual environments. Unity facilitates interactive simulation and visualization, while Blender provides advanced tools for 3D modeling. Meanwhile, Visual Studio acts as the essential programming foundation for integrating control systems and industrial logic.
This instructor-led live training, available either online or onsite, is designed for professionals at beginner to intermediate skill levels who aim to design, model, and program industrial settings for purposes such as simulation, training, and system integration.
Upon completion of this training, participants will have the ability to:
- Design and model industrial equipment and scenarios using Blender.
- Import and optimize 3D models within Unity for effective visualization.
- Program system logic and integration workflows using Visual Studio.
- Develop interactive industrial virtual environments with connected control systems.
Course Format
- Interactive lectures and discussions.
- Practical sessions on 3D modeling and environment development.
- Programming and integration exercises supported by live demonstrations.
Customization Options
- To arrange customized training for this course, please get in touch with us.
Visual Studio 2022 IDE
14 HoursThis instructor-led, live training in Bulgaria (online or onsite) is aimed at beginner to intermediate-level developers who wish to develop applications using Visual Studio.
By the end of this training, participants will be able to:
- Utilize Visual Studio 2022 features efficiently.
- Run and manage unit tests.
- Debug applications and work with code in remote repositories.
Visual Studio for PLC Communication and Database Integration
21 HoursThis instructor-led, live training in Bulgaria (online or onsite) is directed at intermediate-level software developers and automation engineers who intend to build applications that communicate with PLCs and interact with SQL databases using Visual Studio.
By the conclusion of this training, participants will be able to:
- Develop .NET applications in Visual Studio for industrial automation.
- Communicate with PLCs using industrial protocols such as OPC UA.
- Implement database interactions with SQL Server for storing and retrieving PLC data.
- Optimize application performance for real-time industrial environments.