MSDN Community

Your hub for Microsoft technology discussions and learning.

Getting Started with .NET CI/CD Pipelines

Posted on: October 26, 2023 | Author: Jane Doe

An introductory guide to setting up your first Continuous Integration and Continuous Deployment pipelines for .NET applications using popular tools like Azure DevOps and GitHub Actions.

.NET CI/CD Azure DevOps GitHub Actions
Read More

Optimizing .NET Build Times in CI/CD

Posted on: October 25, 2023 | Author: John Smith

Discover techniques and best practices to significantly reduce your .NET project build durations, making your CI/CD process more efficient and faster.

.NET CI/CD Performance Build Optimization
Read More

Automated Testing Strategies for .NET CI/CD

Posted on: October 24, 2023 | Author: Alice Williams

Learn how to integrate various types of automated tests (unit, integration, end-to-end) into your .NET CI/CD workflows to ensure code quality and stability.

.NET CI/CD Testing Unit Tests Integration Tests
Read More

Deploying .NET Microservices with CI/CD

Posted on: October 23, 2023 | Author: Bob Johnson

Explore the intricacies of deploying .NET-based microservices using CI/CD practices, covering containerization with Docker and orchestration with Kubernetes.

.NET CI/CD Microservices Docker Kubernetes
Read More

Security Best Practices in .NET CI/CD

Posted on: October 22, 2023 | Author: Carol Brown

Understand how to bake security into your .NET CI/CD pipeline, from code scanning and dependency checking to secure artifact management.

.NET CI/CD Security DevSecOps
Read More