Speaking at Milwaukee .NET Conference
I’ll be giving a talk at Milwaukee .NET Conference on Exception Driven Development on November 11, 2017
I’ll be giving a talk at Milwaukee .NET Conference on Exception Driven Development on November 11, 2017
Compare practical JavaScript IDE choices around editing, debugging, and extension support to choose the environment that fits your daily coding workflow.
Learn why Exceptionless went open source and how to use it for centralized exception tracking, faster diagnostics, and lightweight self-hosted workflows.
Implement GoTo Line in a custom Visual Studio editor with command wiring and UI patterns that speed large-file navigation during debugging and refactoring.
I had spent considerable time trying to open a new document window and then set the document text to the result of the generated template text. I found this to be an almost impossible task and…