My Insights session "Mastering Kinetic - Development Tips and Tricks"

Great Session @Waffqle_De_LaCroix Kudos! I’ll have to meet you half way and fill in some other tips/tricks for “debugging/sandbox” tagging on to yours, soon. :slight_smile: Well Done!


There was one more thing that was kinda cool you copy the host.config from your server to a new .NET Core Visual Studio project rename it I think to app.config or web.config and .NET Core will resolve dependencies and other things for easy prototyping kinda like the LINQPad Helper, which I havent tried to make work yet with .NET Core.

Goodie Related to Sources on-prem

Related to On-Prem debugging if you have Startup issues or want some more in-depth debugging behind the scenes you can enable it in web.config

5 Likes