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 Projects
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (7)
Satyaprakash Samantaray (6)
CSharp TV (4)
Nimit Joshi (4)
David Mccarter (3)
Shivprasad (3)
Chetan Sanghani (2)
Saravanan Ganesan (2)
Debendra Dash (2)
Vitalii Honcharuk (2)
Ramesh Kartik (2)
Suthish Nair (2)
Doug Doedens (2)
Satya Karki (1)
Shubhankar Banerjee (1)
Sai Kumar Koona (1)
Shilpa Tanwar (1)
Abhishek Yadav (1)
Rajan M (1)
Abhishek Chadha (1)
Janarthanan Selvaraj (1)
Sanjay Kumar (1)
Rushi Mehta (1)
Jitendra Mesavaniya (1)
Alpesh Maniya (1)
Ashutosh Singh (1)
Akkiraju Ivaturi (1)
Shaishav Desai (1)
Abdul Sammad (1)
Akhil K (1)
Mahesh Chand (1)
Vinay Ayinapurapu (1)
Sarathlal Saseendran (1)
Andrew Fenster (1)
Iqra Ali (1)
shrijeet (1)
Vishnu Prasad (1)
Nagaraj M (1)
Josue Yeray Julian Ferreiro (1)
Prashant Bansal (1)
Sandeep Sharma (1)
Harsha Vardhini (1)
Dinesh Kushwaha (1)
Santosh Kumar Adidawarpu (1)
Prashant Kumar (1)
Rion Williams (1)
Afzaal Ahmad Zeeshan (1)
Manoj Kulkarni (1)
Vidya Vrat Agarwal (1)
Rahul Kumar Saxena (1)
Praveen Raveendran Pillai (1)
Jean Paul (1)
Sunny Sharma (1)
Ashish Shukla (1)
Stephen Grover (1)
Dipal Choksi (1)
BangaruBabu Pureti (1)
Related resources for Projects
No resource found
Socio-Technical Engineering and the Role of Roles in Software Projects
10/25/2024 11:47:45 AM.
This video will demonstrate how these activities of systems engineering can be reinterpreted in the realm of socio-technical systems.
Mastering API Testing with Api.http Files in .NET Projects
10/23/2024 6:06:57 AM.
The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. Thi
Why Developers are Choosing Alchemy for Blockchain Projects?
9/30/2024 9:50:47 AM.
Learn how Alchemy simplifies blockchain development with multi-chain support, real-world use cases, and an easy-to-use dashboard for building and managing dApps effortlessly.
How To Enable C# 7.1 Version To My Projects
8/7/2024 10:45:55 AM.
To update your project to C# 7.1, you can use one of three methods: 1) Through Visual Studio Project Properties by selecting C# 7.1 in the Build menu. 2) By editing the csproj file and setting <Lan
How to Implement Pagination in Next.js
8/2/2024 5:22:44 AM.
Pagination helps manage large datasets by dividing them into manageable chunks. You can implement pagination in Next.js either server-side or client-side. Here's a streamlined guide to get you sta
Integrating IoT Projects with ESP32 Using C# and .NET
6/27/2024 5:50:22 AM.
The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for monito
How To Perform Custom Actions And Upgrades Using Visual Studio Installer
6/24/2024 9:02:40 AM.
Visual Studio provides installer projects in order to make application deployment simple. To have Visual Studio installer project type with your version of Visual Studio, make sure you download and in
Techniques for Risk Management in Complex Projects
6/16/2024 8:37:27 AM.
This article outlines risk management strategies for complex projects, emphasizing the importance of identifying, categorizing, and prioritizing risks. It covers the development of mitigation plans, a
Unveiling HTML's Secret Sauce: The Power of Attributes
6/8/2024 1:52:36 PM.
Explore essential HTML attributes like accept, alt, autocomplete, contenteditable, download, hidden, srcset, readonly, loading, and poster, crucial for enhancing user experiences, accessibility, and p
How to Run an Effective Daily Stand-Up Meeting in Agile Projects
6/5/2024 5:24:38 AM.
Daily stand-up meetings are a core component of agile methodologies, including Scrum and Kanban. They provide a structured yet flexible way for teams to communicate, coordinate, and stay aligned. Howe
Discovering Azure AI Studio and its Capabilities
6/4/2024 5:56:23 AM.
This article details the step-by-step process for creating an Azure AI Hub, setting up Azure AI projects, appropriate use of Azure AI Studio, and managing tasks within Azure AI Hub.
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
Deploying Windows Applications using Visual Studio 2010
4/18/2024 1:29:16 PM.
In this article, we'll Learn how to deploy your Windows applications efficiently with Visual Studio 2010. Explore ClickOnce deployment, setup projects, MSI installers, and best practices for packa
Properly Setting Up .NET Core Projects
4/11/2024 6:20:44 AM.
Properly Setting Up .NET Core Projects involves configuring project structure, managing dependencies via NuGet packages, selecting appropriate SDK versions and target frameworks, and adhering to best
CLI Implementation in .NET Core: Create MVC Projects Easily
4/11/2024 6:15:58 AM.
The dotnet CLI is a vital cross-platform tool for .NET Core development. It offers basic, project modification, and advanced commands, simplifying tasks like SDK listing, project creation, build, and
Folder Structure of .NET Projects
3/20/2024 7:12:51 AM.
The folder structure of a .NET project is fundamental for developers navigating the vast ecosystem of .NET development. Whether you're building a console application or a web application, having a
Implementing AI and ML in C# Projects
3/14/2024 9:35:14 AM.
Explore the integration of AI and ML into C# projects with this beginner-friendly guide. Power of ML.NET, TensorFlow.NET, and Accord.NET to implement machine learning algorithms in your C# application
Securing Your .NET Projects: Simple Strategies and Real Examples
2/18/2024 4:46:27 AM.
In today's digital world, keeping our software safe from cyber threats is super important. For developers working with .NET projects, it's not just a good idea but really necessary to make sur
Creating and Sharing .NET Assemblies For a .NET Application Projects
2/1/2024 11:13:07 AM.
This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications. It covers assembly creation, referencing, and deployment to the Global Assembly Cache (GAC).
Effective QA Strategy for Software Success
10/19/2023 11:20:11 AM.
Crafting a Kickass QA Strategy A Recipe for Software Success" is a title that suggests the development of a comprehensive and effective Quality Assurance (QA) strategy to ensure the success of so
Real-Time Insights with Azure Stream Analytics in IoT Projects
9/25/2023 8:29:56 AM.
Azure Stream Analytics is a Microsoft Azure service for real-time data stream processing. It enables the ingestion, processing, and analysis of streaming data from various sources, such as IoT devices
Boosting IoT Projects with Cloud Storage and Azure IoT
9/1/2023 8:33:27 AM.
In the era of IoT-driven digital transformation, efficient data storage is paramount. Cloud storage, particularly Microsoft Azure IoT's solution, empowers IoT projects with scalability, accessibil
Access .NET Projects via LAN
8/31/2023 4:29:44 AM.
How you can access .NET project through LAN. Unlock the potential of LAN access for your .NET project. Discover how to create a web application, configure endpoints, and seamlessly access it from any
Using PnP SPFx Yeoman Generator For Creating SPFx Projects
8/25/2023 9:33:47 AM.
In this article, you will learn how to use PnP SPFx Yeoman Generator for Creating SPFx Projects.
10 Reasons Why Software Projects Fail
12/29/2022 11:32:38 PM.
In this article, you will see the top 10 reasons why software projects fail.
Files To Be Committed To Source Control In SPFx Projects
10/27/2022 7:26:47 AM.
In this article explains what files to be committed to source control during SPFx source code check in.
Open Legacy Projects (4.5 Framework) In Visual Studio 2022
3/20/2022 4:42:39 PM.
In this post, we will see how to open legacy 4.5 framework projects in Visual Studio 2022.
Growth Mindset Show Ep. 9 - 2022
3/13/2022 11:35:13 AM.
Growth Mindset Show Ep. 9 - 2022
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Know About GitHub Reviewer
1/17/2022 2:34:00 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Managing Files On GitHub Using Git Bash In Real-Time Scenario - Removing A Specific File From Pull Request
1/17/2022 2:32:13 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Tutorial : Creating Visual Studio Add-Ins
1/7/2022 9:03:21 AM.
In this example we'll create an add-in that allows you to insert a copyright statement at the top of your code window.
When To Use Abstract Class and Interface In Real Projects
11/18/2021 10:03:40 AM.
In this article, you will learn when to use an abstract class and an interface in real projects.
Code Collaboration, Testing, Releases And Support On Enterprise Projects
7/15/2021 6:12:49 AM.
Overview of code collaboration, testing, releases and support on enterprise-level projects.
How Do Enterprise-Level Software Projects Start?
7/15/2021 6:11:39 AM.
In this article, I'll walk you through the processes from initiating business needs to get ready to start software development.
CSS For Large Projects And Large Teams
7/6/2021 7:12:29 AM.
In this article, you will learn how to manage CSS in a large project, with many developers across multiple years.
Keynote: 7 Important Requirements for Any Successful Project - Code Quality & Performance Virtual Conference
6/21/2021 10:46:35 AM.
This is the Keynote session in Code Quality & Performance Virtual Conference and about 7 Important Requirements for Any Successful Project
Additional Information About ASP.Net Helios
6/7/2021 11:36:08 AM.
This article describes how to work with the AspNet.Loader.IIS assembly in the Helios Project without using the OWIN Host.
Managing Files On GitHub Using Git Bash 📥📤 In Real-Time Scenario - Owner Uploads Project In GitHub Repo
5/25/2021 2:41:17 PM.
We discuss on steps to push, pull and clone repository files to GitHub by team members using Git Bash under organization. Here one member will add reviewers to review its pushed files by creating pull
Lets Know About Team In GitHub 📥📤 In Details
5/22/2021 2:35:34 PM.
Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions. Organization owners and team maintainers can give teams admi
Let's Learn About GitHub Projects 📥📤 In Detail
5/21/2021 12:18:56 PM.
We can now implement GitHub Projects at the Organization level. All users in the Organization will have access to its Projects, so we and our team can plan and manage work across repositories.
SQL Projects for Database Development - SQL Server Virtual Conference 2021
2/1/2021 3:36:31 PM.
This session is about "SQL Projects for Database Development" in SQL Server Virtual Conference 2021.
Continuous Integration For .NET Projects With Jenkins
11/9/2020 5:33:55 AM.
DevOps is a huge and complex concept in itself, and most of the time DevOps is also misunderstood just like continuous integration. In any case, continuous integration is only a single step in the lon
Deployment: Customizing your .NET deployment Projects
6/9/2020 1:18:08 AM.
The fact of the matter is that Visual Studio.NET already contains everything you need to create a rich setup experience for your users. In this article we are going to show you two ways to add a readm
Deploying Programs in C#
6/9/2020 1:08:28 AM.
Deploying projects in Visual Studio.NET is fairly straightforward. Most of the process is automated for you through some convenient wizards so it doesn't require much effort. Keep in mind, though
Step by Step Guide to Create a Setup for a Web Application
6/9/2020 12:17:16 AM.
Deployment of an application is big issue in application software development.
Creating Setup and Deployment Projects in VS.NET
6/9/2020 12:08:52 AM.
This step-by-step tutorial guides you how to create a setup and deployment project using Visual Studio .NET to build a setup of your applications.
Simple Plugin Architecture Using Reflection With WPF Projects
3/2/2020 1:15:29 PM.
In this article we will see simple plugin architecture using reflection.
Windows 10 For Developers 4 of N: Upgrading to Visual Studio 2015RC
1/3/2020 3:38:30 AM.
This article shows how to upgrade our projects from CTP6 to RC of Visual Studio 2015.
Properly Setting Up .NET Framework Projects
11/27/2019 11:34:00 PM.
In this article, you will learn how to properly setting up .NET Framework Projects.
How To Include External JavaScript Frameworks To TypeScript Projects
10/7/2019 2:14:39 AM.
In this article we will see how can we include external JavaScript Frameworks To TypeScript Projects
Introduction To Gradle For Developing Multiple Projects
9/18/2019 7:04:43 AM.
In this article, we discuss Gradle and also have a look at its features, the installation guide, its advantages and create a simple program using Gradle.
How To Add Custom CSS File In SharePoint Framework Projects And Reference It In Your Component
5/12/2019 11:23:44 PM.
In this article, you will learn how to add a custom CSS file in the SharePoint framework (SPFx) projects and refer to it in your component.
How to Start Planning and Estimating Projects in Agile
9/4/2018 4:15:44 AM.
How to start planning and estimating projects in AGILE. This is an overview of what measure the project estimate can be done and how to we measure it. In what way we can measure the velocity of a TEAM
Code Coverage In xUnit.net Unit Test Projects In Visual Studio Enterprise 2017
8/27/2018 12:00:45 PM.
In this tutorial, we will understand the code coverage concepts in Visual Studio 2017 Enterprise and how to include and exclude the necessary part of the code.
Is Quality Part Of The Open-Source Projects Your App Is Using?
6/25/2018 4:36:57 PM.
How important is code quality to your team? It should be at the top of the list, not only to make your customers happy, but make your team happier when bugs arise and when features need to be added. P
Reuse The Model Classes Of Entity Data Model (.edmx) To Multiple Projects Using Class Library In ASP.NET Web API - Part Three
4/28/2018 5:06:44 PM.
A class library is useful when you want to share code between multiple programs. Class Library is a collection of reusable types including classes, interfaces and data types included in the .NET Fram
How to Perform Estimations in Agile Projects
9/26/2017 3:18:10 AM.
This probably helps you all to apply various techniques to derive the right estimation or your projects.
Sonarqube Installation Process And Viewing Quality Report For .Net Projects
3/1/2017 10:47:35 AM.
In this article, you will learn about Sonarqube installation process and viewing quality report for .NET projects.
How To Bulk Create Projects In Project Server 2010, 2013 And Project Online PWA
2/5/2017 12:23:14 PM.
In this article, you will learn how to bulk create projects in Project Server 2010, 2013, and Project Online PWA.
Extending MVC Controllers From External Assemblies And Projects
1/13/2017 11:26:52 AM.
In this article you will learn how to extend MVC Controllers from External Assemblies and Projects.
How To Select .NET Edition For Your Projects
12/20/2016 11:39:00 AM.
Here, you will learn about the selection of .NET edition for your projects.
How To Open .Net Core Projects Created Using Command Tooling In Visual Studio 2015
12/4/2016 5:07:57 PM.
In this article you will learn about how to open .Net Core Projects created using command tooling In Visual Studio 2015.
Working With Singleton Design Pattern In Real Time Projects
9/13/2016 7:10:45 AM.
In this article, you will learn, what Singleton is and how to use Singleton pattern in projects.
Choosing Right Type of WCF Project
5/19/2015 2:44:14 PM.
This article describes how to choose the right type of WCF Project.
Unit Testing In MVC Projects
4/21/2015 1:30:26 PM.
In this article we will learn about Unit Testing In MVC Projects.
Delegates in Actual Projects
5/19/2014 2:38:32 PM.
This article explains how to use delegates in actual projects.
Copy JS Files to Library Using Module in SharePoint 2010
3/22/2014 12:58:31 PM.
This article exlains how to copy our JS / CSS / IMAGE files into a SharePoint Library in a SharePoint Project using Visual Studio Modules and a package in a WSP.
Introducing Helios Based OWIN Application
2/23/2014 11:19:27 AM.
This article describes the use of a Helios based OWIN application and you can also learn to apply it to an existing OWIN application.
Getting Started With New ASP.Net Project Helios
2/22/2014 1:42:36 PM.
This article describes the new ASP.NET Project named "Helios".
Set Multiple Startup Projects in Visual Studio
8/5/2013 5:51:27 PM.
It's common for developers to work on multiple projects at the same time and they're required to all run in parallel.
Introduction To New ASP.Net Web Project
7/5/2013 8:50:58 PM.
In this article, I am describing how to create the ASP.NET Web Project in Visual Studio 2013.
Web Application Projects and Web Site Projects in Visual Studio
3/26/2013 9:04:00 PM.
We can create two different types of ASP.NET projects; the web application project and the web site project. In this article we will discuss the differences and some of the uses of the web application and web site project types.
Remove Recent Projects, Solutions, Recent Files, Find and Replace Entries From Visual Studio.
2/23/2013 2:48:56 PM.
This article will show how to remove Recent Projects, Solutions, Recent Files and Find and Replace entries from Visual Studio.
Transforming Visual Studio .NET Projects into NANT files using XSLT and .NET
9/29/2012 6:14:31 AM.
I was looking for a solution on how to execute an XSL transform on a C# project file and convert it to a Nant build file. Nant provides the xsl file to do the conversion under the open source license agreement, but Nant does not provide away of producing the transformation.
Experiencing SQL Server 2008 Database Projects in Visual Studio 2010
5/19/2012 6:24:08 AM.
This article explains or gives a small introduction to the new project template available under .NET Framework 4. Here, I am trying my best to explain the template because I am also exploring and learning this new template.
Liquid Brain using Managed DirectX 9.0
5/19/2012 1:11:10 AM.
Liquid Brain is a Managed DirectX animated example of hexagonally close packed spheres.
Introduction to Scrum
9/28/2010 12:16:05 AM.
In this article we will take a look at the Scrum methodology for software projects.
How to: Remove recent projects from VS 2005 and VS2008
4/20/2010 12:50:45 AM.
In this article I am going to show you how to replace the recent projects available in VS 2005 and VS2008.
Simple 6 steps to run your first Azure Worker Role Program
1/7/2010 4:55:46 AM.
In this article we will try to understand 6 basic steps to create worker role project and as we run through the article we will try to understand the various fundamental methods which are executed in worker role projects.
Five step of how to use logging utility in your projects using application blocks
6/3/2009 1:10:49 AM.
It's new world of software reusability. Gone are the days when we need to build things from scratch. One of the most needed functionality is the logging utility. Every software project needs a logging utility. To make your own logging utility is a big project by itself. In this tutorial we will quickly run through how you can use Microsoft logging application blocks to log messages and activities.
Project Management Schedule Management FAQ series
4/14/2009 4:13:11 AM.
In this article we will run through a quick FAQ for schedule management of software projects.
George Steeve's .NET Tutorial Projects
12/9/2007 10:12:06 AM.
This download contains a set of about 17 projects that are used by George to teach C# and .NET. George has been kind enough to share his hard work with the C# Corner Community. The download include some great multimedia samples that show you how to play audio, video, and speech using .NET and C#.
Effective Remote Communication between Businesses for Accomplishing .NET Software Projects
8/21/2007 10:12:27 PM.
Many .NET software projects today are accomplished by remote programming talent. This article illustrates some suggested guidelines to follow for both client and consultant when proceeding with their project.
Macro to Update References of all Projects in a Solution
2/16/2006 1:11:17 AM.
When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies.
Macro to Add Strong Names to VS.NET Projects
2/16/2006 12:30:58 AM.
When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.