Table of Contents

DW10 Project Quickstart

When implementing a DynamicWeb solution, it's important to structure the project in a way that makes collaboration and deployment easy. This is true whether you're working locally or pushing changes to staging/production from a CI/CD pipeline.

In this series of articles, we'll go over our recommendations and best practices regarding project structures and developer workflows - and hopefully help you get off to a good start with DynamicWeb 10 projects!

We will cover:

  • How to create a .NET solution file containing multiple projects
  • How to add Swift to the project
  • Fundamental considerations when working with DW10 in teams
  • How to set up continuous integration/continuous delivery

Before you engage with these articles, please consult this guide to make sure you have have the prerequisites for local development installed.

To top