2 followers
Wesley is a Microsoft MVP, board member at VISUG (Belgian Visual Studio User Group) and coding architect at Xebia.
Account enumeration is the process where someone attempts to find out which accounts are valid users in a system, by using typically the login,...
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...