TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C# project
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sanjay Kumar (1)
Kajul Nisha (1)
Amit Mohanty (1)
Mahesh Chand (1)
Related resources for C# project
No resource found
Efficient Solution Parsing in .NET 8 Using DTE & Microsoft.Build
5/20/2024 11:41:46 AM.
A solution parser within the realm of C# generally denotes a software or library capable of parsing and understanding the data within a Visual Studio solution (.sln) file and its corresponding project
How to Generate a Standalone Executable File from C# Project in Visual Studio 2022
5/29/2023 10:58:23 AM.
In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application
How to Use C# 12's Source Generators to Improve Performance and Efficiency
4/18/2023 7:15:57 AM.
How to Use C# 12's Source Generators to Improve Performance and Efficiency
Creating an Empty Project using VS.NET
8/29/2006 7:57:57 AM.
This tutorial guides you towards your first C# Empty project step by step. After that I'll show you how to add a class to the project and few members to the class and call this class members from the main method.