Videos that analyze errors in software projects are an excellent opportunity to practice coding and learn from other people’s mistakes. This time we’ll analyze the .NET 6 source code.
Have fun watching this video and coding 🙂
Videos that analyze errors in software projects are an excellent opportunity to practice coding and learn from other people’s mistakes. This time we’ll analyze the .NET 6 source code.
Have fun watching this video and coding 🙂
What is the MISRA standard and what is it for? How to secure your code with the use of MISRA and the PVS-Studio static analyzer? In this video, we tried to briefly answer these and other questions.
Have fun watching this video and coding 🙂
How can simple XML files processing turn into a security weakness? How can a blog deployed on your machine cause a data leak? Today we’ll find answers to these questions, learn what XXE is and how it looks like.
Continue readingThis article contains a very interesting example. The absence of the return statement in a value-returning function leads to undefined behavior. It’s a perfect example of how wrong code can crash one day, even though it could work for many years.
Continue readingWhen developers do make mistakes, it’s often accidental or because the developers are in a hurry. These errors often make their way into small edits to the code. Let’s review one of these cases: a developer fixes an error and introduces a new one simultaneously.
Continue readingLet’s take a look at the list of information sources that can be useful for the C# / .NET developers. Our list includes blogs, repositories with source code, standards and accounts of developers who covers the deep aspects of the C# and .NET.
Continue readingC# is a user-friendly language. However, it may be difficult for beginners. We’ve prepared 10 C# tips for those who are starting their journey. We hope these tips will help you to improve your skills in programming.
Have fun watching this video and coding 🙂
Readers surely have favorite websites and blogs about C++. Hopefully, today your collection will grow.
Continue readingYes, even well-tested applications like compilers have errors. Check the video to learn more about them.
Have fun watching this video and coding 🙂
The .NET 6 turned out to be much-awaited and major release. If you write for .NET, you could hardly miss such an event. We also couldn’t pass by the new version of this platform. We decided to check what interesting things we can find in the sources of .NET libraries.
Continue reading