Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
>
C#

Posts: C# articles

Jan 27 2017
How to capture a variable in C# and not to shoot yourself in the foot
Ivan Kishchenko
Back in 2005, with the release of C# 2.0 standard we got a possibility to pass a variable to the body of an anonymous delegate by capturing it from the current context. In 2008 the C# 3.0 brought...
...
Dec 16 2016
Re-analysis of Umbraco code
Sergey Khrenov
Time passes inexorably. It feels that just recently we announced the release of the C# static code analyzer, checked the first projects, and started writing articles about it. But a whole year...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
Nov 29 2016
Analysis of bugs in Orchard CMS
Ivan Kishchenko
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. Software IP management and project development governance are provided by...
...
Nov 18 2016
Virtual events in C#: something went wrong
Sergey Khrenov
Not so long ago I was working on a new C# diagnostic - V3119 - for the PVS-Studio static code analyzer. The function of this diagnostic is to detect potentially unsafe constructions in the...
...
Nov 02 2016
We continue checking Microsoft projects: analysis of PowerShell
Sergey Vasiliev
It has become a "good tradition" for Microsoft to make their products open-source: CoreFX, .Net Compiler Platform (Roslyn), Code Contracts, MSBuild, and other projects. For us, the developers...
...
Oct 13 2016
GitExtensions bugs found and analyzed
Ivan Kishchenko
As it is known, the Git kernel is a utility set of a command line with parameters. Usually, we use utilities that provide us with a familiar graphical interface, for comfortable work. I also...
...
Oct 07 2016
Why using finalizers is a bad idea
Ilya Ivanov
Not so long ago we worked on a diagnostic rule related to the finalizer check. This provoked an argument on the details of the garbage collector work and the finalization of objects. Although we...
...
Oct 03 2016
Chatbots, and how will Microsoft help us with this?
Sergey Khrenov
This overview article is devoted to the study of a trend which is growing rapidly in popularity in the IT industry - chatbots, and the role of Microsoft in their development process. The article...
...
Sep 22 2016
Searching for bugs in Mono: there are hundreds of them!
Sergey Vasiliev
It's very interesting to check large projects. As a rule, we do manage to find unusual and peculiar errors, and tell people about them. Also, it's a great way to test our analyzer and improve all...
...
Aug 24 2016
Checking the Source Code of MSBuild with PVS-Studio
Sergey Khrenov
As we continue developing PVS-Studio static code analyzer, we often have to check large open-source projects by renowned developers. The fact that even such projects contain a certain amount of...
...
View more Pagination arrow previous
Showing: - of 215