C# CSharp Cyber Security Google Guest Post MVC reCAPTCHA Security date_range September 04, 2021 JavaScript | Validate Google reCAPTCHA Codingzee comment Add Comment In this article, we will learn how to integrate Google reCHAPTCHA using JavaScript code in a web application, in my case I am implementing f...
Cyber Security Google Guest Post reCAPTCHA date_range September 04, 2021 How to Configured Google reCAPTCHA Account Codingzee comment Add Comment Introduction In this article, we will learn the configuration of a Google reCAPTCHA account which helps us to implement Google reCAPTCHA to ...
C# CSharp Guest Post LINQ PVS-Studio date_range April 27, 2021 C# | How to Use Methods that Return Default Values Codingzee comment Add Comment Which method should you use to get the first collection's element that meets a certain condition - ' First ' or ' FirstOrDef...
C# Code Analyzer CSharp Guest Post PVS-Studio date_range April 20, 2021 C# | Code Analysis Using Roslyn Syntax Trivia Codingzee comment Add Comment Where to start if we want to analyze all the comments in the code? Which syntax tree nodes do we need to traverse to do this? How can we fig...
C# CSharp Guest Post PVS-Studio date_range April 12, 2021 C# | Code Analysis Using Roslyn Semantic Model Codingzee comment Add Comment In the previous notes, we analyzed the source files, relying entirely on the syntax tree and traversing its nodes. In many cases, traversing...
C# CSharp Guest Post PVS-Studio date_range April 07, 2021 C# | Code Analysis With Roslyn's Syntax Trees Codingzee comment Add Comment In the previous article, we compared Visual Studio's templates that one can use to build their own static analyzer. There we detailed ho...
C# Code Analyzer CSharp Guest Post PVS-Studio date_range March 19, 2021 Static Analyzer for C# Project Templates in Visual Studio Codingzee comment Add Comment ''Static code analyzer'' sounds a bit complicated, doesn't it? What if after reading this small note, you will have enou...
C# CSharp Guest Post PVS-Studio date_range November 20, 2020 How to Remember Nullable Value Types Codingzee comment Add Comment Recently nullable reference types have become trendy. Meanwhile, the good old nullable value types are still here and actively used. How we...