CI / CD pipeline setup for .NET applications
Recent Articles
Sort Options:

DevOps in the Cloud - How to Streamline Your CI/CD Pipeline for Multinational Teams
Modern software development thrives on global collaboration, with distributed teams leveraging DevOps to enhance efficiency. The authors highlight the importance of simplifying the CI/CD pipeline in the cloud to facilitate seamless teamwork across time zones.

Building a Real-Time Change Data Capture Pipeline With Debezium, Kafka, and PostgreSQL
Change Data Capture (CDC) is essential in modern data engineering, allowing near real-time responses to database changes. This tutorial guides readers through implementing a CDC pipeline, highlighting its importance for microservices, real-time dashboards, and more.

Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10
.NET 10 Preview 4 introduces a groundbreaking feature allowing developers to run C# files directly with `dotnet run app.cs`, eliminating the need for project files. This simplifies learning and experimentation, making C# more accessible for prototyping and automation.

Software Delivery at Scale: Centralized Jenkins Pipeline for Optimal Efficiency
Software engineers are under pressure to deliver quality software swiftly, yet traditional processes hinder progress. The article discusses the need for automation and streamlined workflows through centrally orchestrated pipelines, highlighting their benefits and implementation with a practical example.

Securing CI/CD workflows with Wazuh
Continuous Integration and Continuous Delivery (CI/CD) practices automate code development and deployment, enhancing efficiency in modern software development. However, the authors highlight that this automation may also pose security risks that need careful management.

Accelerate Your .NET Upgrades with GitHub Copilot
GitHub has launched a public preview of its Copilot app modernization tool for .NET, streamlining the upgrade process with AI assistance. This innovative tool automates code transformations, generates smart upgrade plans, and learns from user inputs, enhancing efficiency and control.

Article: Best Practices for Managing Shared Libraries in .NET Applications at Scale
The article by Sergio Vanin explores real-world instances of shared libraries, examining their impacts and the challenges they pose in dependent projects. It also offers potential solutions to mitigate these blockers, enhancing project efficiency and collaboration.