Today we are dissecting AWS SDK for .NET. We will look at suspicious code fragments, figure out...
In this article, we will thoroughly examine the XSS vulnerability in a CMS written in C#. Let's...
Do developers care about code security? This question, I believe, is still open to debate. I wrote...
In this article, we're going to discuss the CVE-2020-36620 vulnerability and see how a NuGet package...
Here we'll discuss how SAST solutions find security flaws. I'll tell you about different and...
Overtaking Python, C++ became the TIOBE's language of 2022. It outscored Rust, C#, Go and others by...
.NET 7 has been released! It's time for us to dig into its source code and start looking for errors...
Suppose we need to sort the collection by multiple keys. In C#, we can do this with the help of...
Use static analysis regularly, not just before releases... The earlier you find errors, the...
Vulnerabilities produce enormous reputational and financial risks. That's why many companies are...
Some believe that experienced developers do not make silly errors. Comparison errors? Dereferencing...
You decided to make an app that works with SVG. Encouraged by the enthusiasm, you collected libraries...
How can simple XML files processing turn into a security weakness? How can a blog deployed on your...
Let's take a look at the list of information sources that can be useful for the C# / .NET developers....
2021 is coming to an end, which means it's time to sum up the year! Today we'll tell you about the...
The .NET 6 turned out to be much-awaited and major release. If you write for .NET, you could hardly...
Today, we discuss C# code quality and a variety of errors by the example of CMS DotNetNuke. We're...
People often see work in support as something negative. Today we'll look at it from a different...
In April 2021 Microsoft announced a new version of its IDE – Visual Studio 2022 – while also...
Today we're going to discuss how small optimizations in the right places of the application can...
C# has low barriers to entry and forgives a lot. Seriously, you may not understand how things work...
Do you like the ?. operator? Well, who doesn't? Many people like these concise null checks. However...
We continue to develop PVS-Studio as a SAST solution. Thus, one of our major goals is expanding OWASP...