C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pankaj Kumar Choudhary(1)
Praveen Kumar(1)
Vivek Gupta(1)
Sukesh Marla(1)
Shikha Tiwari(1)
Mohamed Azarudeen Z(1)
Ismail Pazarbasi(1)
Karen Christenson(1)
Resources
No resource found
C# Preprocessor Directives
Mar 21, 2015.
In this article we will learn how to work with C# Preprocessor Directives.
C# Preprocessor Directives
Dec 18, 2009.
In this article I will explain you about C# Preprocessor Directives.
C# Language Preprocessor Directives
Jun 05, 2001.
This lesson contains C# language preprocessor directives including #if, #else, #define, #undef, #line etc with sample examples.
Preprocessor Directive in C#
Sep 10, 2012.
In this article we will see when and how to use some of the preprocessor directives in C# programming.
Compiling Multiple Files to Build an Application
Sep 29, 2024.
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 directive to link functions.
💥Unlocking the Power of CSS: Best Practices and Sample Code for Stunning Web Design
May 11, 2023.
Best practices to follow while styling CSS
Comparing Conditional Attributes In C/C++ versus C#
Apr 09, 2005.
Conditional attributes are used in programming languages like C, C++, and C# to control whether or not specific code elements should be included in the compiled output. These attributes allow developers to conditionally include or exclude certain parts of the code based on preprocessor directives or compilation symbols. In C and C++, conditional compilation is primarily achieved using preprocessor directives like #ifdef, #else, #endif, etc. In C#, the [Conditional] attribute provides a similar functionality but at a more granular level, allowing methods to be conditionally compiled based on specified symbols.
C# Style-Sheet
May 31, 2002.
This article contains a C# style-sheet for the GNU a2ps print utility. The style-sheet keywords, comments, preprocessor directives, and [] style attributes are pretty-printed in the typical a2ps fonts.