Wesley is an Azure MVP, crew member at Techorama and coding architect at Xpirit.
Recently, I had to pass around some data between two HTTP requests in an ASP.NET Core project. Because this data could be interesting to retain during...
When I read Ken's blog post about an issue he had with a certain class in a project he is working on, his solution didn't sit quite right with me. I...
Welcome back for my second post about debugging! In this post, I'll give you an overview of the basic capabilities of the debugger in Visual Studio...
Disclaimer: there might never be a Part 2. Together with Maarten (who already has written some content concerning debugging and monitoring software),...
I'm in the middle of preparing a session about security, and one topic you regularly bump into when thinking about security and writing code is SQL...
CSP, or Content Security Policy, is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross-Site...