Related resources for C Code
  • Compiling Multiple files to build an Application9/29/2024 5:54:41 AM. This article explains how to compile multiple C files into a single executable using the C compiler. It covers two approaches: compiling multiple files with the cc command or using the #include direct
  • Async/Await: Beyond the Basics8/5/2024 5:05:35 AM. Error handling in async code involves using try-catch blocks to manage exceptions, ensuring smooth operation. Task chaining, like a relay race, connects tasks so the result of one task feeds into the
  • ASP.NET Core Application Code Analysis Using SonarQube6/11/2024 12:20:41 PM. Explore ASP.NET Core application development with comprehensive code analysis using SonarQube. Enhance code quality, identify issues, and maintain code health through detailed insights.
  • Terminologies in MVC: Part 3 (Scaffolding)4/1/2024 8:34:00 AM. This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
  • Dynamic Code Generation And Code Compilation9/25/2023 4:55:50 AM. Dynamic code generation and code compilation refer to the process of creating and compiling code at runtime rather than at compile time. This technique is often used in scenarios where the structure o
  • Enhancing Code Quality with SonarLint9/21/2023 6:25:44 AM. In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital too
  • Writing Platform-Specific Code with Angular5/4/2023 4:50:36 PM. This article explores how Angular allows developers to write platform-specific code by using platform-specific providers. It explains the concept of platform-specific code and how it can be useful whe
  • CRUD Operation Using Entity Framework Code-First2/7/2023 7:09:22 AM. In this article you will learn how to use the Code-First approach for better security in ASP.NET MVC.
  • Easily Improve Your .NET Code Quality With NDepend 10/4/2022 9:13:58 AM. In this post, we will see how to use the NDepend tool to analyze and improve the .NET code quality by reducing the issues in our source code.
  • Klocwork - Get Started With A Static Code Analyzer11/6/2020 9:49:32 AM. This article helps you get started with a static code analyzer. It begins with the theoretical concepts and ends with a static code analyzer's practical usage using Klocwork.
  • Platform Specific Code In SAP And PCL8/5/2016 6:06:41 PM. In this article, you will learn about platform specific code in SAP and PCL.
  • Static Code Analysis - Overview9/20/2015 7:50:46 AM. In this article you will get an overview of Static Code Analysis.
  • Managed Static Code Analysis in VSTS: Part I11/18/2013 1:52:09 PM. This article attempts to explain the concept of static code analysis and tools that can be used to realize it with a focus on managed code analysis.