A way to deal with HTTP error responses
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 know tha...
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 know tha...
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 2015, and...
Disclaimer: there might never be a Part 2. Together with Maarten (who already has written some content concerning debugging and monitoring software), we're g...
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 Injection...
CSP, or Content Security Policy, is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross-Site Scripting (XS...