PreviousNext

C# Debug vs. Release builds and debugging in Visual Studio

by bill-s, 2018-05-21T16:47:36.793Z

‘Out of the box’ the C# build configurations are Debug and Release. I planned to write a write an introductory article but as I delved deeper into internals I started exploring actual behaviour with Roslyn vs. previous commentary / what the documentation states. So, while I do start with the basics, I hope there is something for more experienced C# developers too.

Read More