Category: .net
-
ASPNET Core websites, developping with SSL
While working on the backend for To-Do.Studio, we ran into a scenario where we needed to test on a developer’s machine with https (ssl) enabled. note – we use Kestral for testing and not IISExpress. First thing we did was to try and add a https url in the LaunchSettings.json…
-
The art of Debugging
I have been debugging software for the last 20 years, and although things have changed, I realize I took it for granted and never really thought about it. Basics There were two debugging technique if was introduced to when I started. Attach a debugger to a program and hit breakpoints.…
-
Sharing an IDE
Well, it’s happening… I just saw this channel9 video on how to share a code writing, debugging session with someone else… It’s also the first feature i know of which works with VS Code and Visual Studio.net at the same time. Enjoy ! https://code.visualstudio.com/blogs/2017/11/15/live-share
