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]
Sanjay Kumar(2)
Kajul Nisha(2)
Vishnujeet Kumar(2)
Rohit Gupta(1)
Jayant Kumar(1)
Shikha Tiwari(1)
Kunj Sangani(1)
Sarthak Varshney(1)
Sai Kumar Koona(1)
Abubakar Siddiq(1)
Shashangka Shekhar(1)
Kishor Bikram Oli(1)
Jose Carlos Macoratti(1)
Priyaranjan K S(1)
Nikunj Trivedi(1)
Raj Bandi(1)
Ajay Yadav(1)
Pankaj Bajaj(1)
Sai Sherlekar(1)
Mahesh Alle(1)
Monish Bansal(1)
Prabhakar Maurya(1)
Aman Singhal(1)
Srinivasa Sivkumar(1)
Satya Prakash(1)
Amit Patel(1)
Mahesh Chand(1)
Praveen Kumar(1)
Bechir Bejaoui(1)
Scott Lysle(1)
Yuan Wang(1)
Tom Curry(1)
Resources
No resource found
Spec Kit: What It Is and How It Helps Teams Build Better Software With AI
May 12, 2026.
Learn what Spec Kit is, how it works, and how AI-powered Specification-Driven Development helps developers build software faster with clearer requirements, better planning, and improved code quality.
How to Convert a Python Script to an Executable (.exe)
Oct 06, 2025.
Learn how to convert your Python scripts into standalone Windows executables (.exe) using PyInstaller! This comprehensive guide covers everything from installation and basic conversion to adding custom icons, bundling external resources like images and JSON files, and accessing those resources reliably at runtime using sys._MEIPASS.
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.
Establishing Communication Between Executable Files Using TCP/IP
Mar 19, 2024.
WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Steps include server/client development, execution instructions. Use CommonHelper for collaboration.
Effective Communication Between Executable Files Using Shared Memory
Mar 18, 2024.
In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
How to Share and Install C# Application on Another Computer as executable file
May 29, 2023.
This article provides a comprehensive guide on installing, modifying, and uninstalling a C# application project as an executable (.exe) file in Visual Studio 2022. By following the step-by-step instructions outlined here, you will learn how to generate a standalone executable file and share it with other machines.
How to Generate a Standalone Executable File from C# Project in Visual Studio 2022
May 29, 2023.
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 to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
How To Create Portable Modules Using PowerShell In MacOS
Jul 14, 2020.
In this article you will learn how to create portable modules using PowerShell in macOS.
What is Docker?
Apr 24, 2020.
Docker is an open-source platform that automates application deployment in lightweight, portable containers, ensuring consistent environments across development and production.
Creating Trimmed Self-Contained Single Executable Using .NET Core 3.0
Oct 17, 2019.
In this article, you will learn how to create a trimmed self-contained single executable using .NET Core 3.0.
How To Create A .NET Core 3.0 Trimmed Self-Contained Single Executable App Using VS Code
Jul 28, 2019.
In this tutorial, we are going to learn how to create a self-contained app using Asp.Net Core 3.0 using Visual Studio code.
.NET Standard / .NET Standard Library
Nov 19, 2016.
.NET Standard is a set of APIs that define the base class libraries available across different .NET implementations, ensuring compatibility and portability between platforms like .NET Framework, .NET Core, and Xamarin.
Xamarin.Forms: Data Binding (Android, iOS and Windows)
Jun 19, 2016.
In this article, we will learn about Data Binding in Xamarin.Forms using Portable Class Library (PCL) that works on all platforms (Android, iOS and Windows).
Introducing Xamarin Forms
Dec 31, 2015.
In this article you will learn about Xamarin Forms.
Convert Your Windows Device Into A Wi-Fi Hotspot
Oct 09, 2015.
This article discusses about how to convert your windows device into a portable hotspot.
Scan Barcode and Verify Data From Database Using Web Service On Windows CE Portable Terminal Scanner Device
May 06, 2015.
This article shows how to scan a barcode in a Windows CE Portable Terminal Scanner Device and verify the scanned data from a SQL Server Database.
Using Cryptography in Portable Xamarin Forms (Windows Phone, Android and IOS)
Dec 23, 2014.
In this article, I will explain how to use cryptographic algorithms as common code in C# targeting multiple mobile platforms (Windows phone, Android and IOS) using Xamarin forms without depending on native functionality.
Applied Reverse Engineering With OllyDbg
Oct 27, 2014.
This paper explores executable cracking using OllyDbg, focusing on reverse engineering without source code. It emphasizes Assembly Programming and tools like OllyDbg and CFF Explorer. Methods include patching binaries to bypass copy protection. A trial software example demonstrates debugging and modifying code to remove expiration.
Portable Class Library (PCL) in .NET
Jul 22, 2014.
This article provides an introduction to Portable Class Library (PCL).
Backup Your Source Code Daily Using C# Programming
Jul 09, 2014.
Discover an automated solution for daily source code backup with ease. This content introduces an executable file designed to streamline the backup process, ensuring your data is safeguarded without manual intervention.
Portable Class Library With Model View View-Model (MVVM)
Jan 01, 2014.
In this article I will explore one more cool idea, the Portable Class Library (PCL) with Model View View-Model (MVVM). After an introduction to the PCL,I’ll also provide a good number of PCL Demos in multiple platforms.
Introduction to Portable Class Library (PCL)
Dec 25, 2013.
This article exlains the need for a Portable Class Library (PCL), explains how a PCL solves the problem and then explains how to use it.
Code Execution Process
Mar 20, 2013.
The code execution process involves compilation or interpretation, generating machine code or bytecode, loading into memory, and executing instructions. It includes steps like lexical analysis, parsing, optimization, and runtime environment setup, crucial for efficient program execution.
iPhone Memory Leaks Tracking and Use of Instruments
Feb 14, 2013.
This article explores iPhone memory leaks, detailing how to track them using Instruments and NSZombie. It explains what memory leaks are, their causes, and the consequences of losing track of allocated memory.
Create Windows To Go Drive in Windows 8
Jan 28, 2013.
In this article we explain how to create a Windows To Go drive for Windows 8.
Create a Portable Version of Windows 8 Without Extra Software
Jan 02, 2013.
In this article we are going to explain how to create a portable version of Windows 8 without extra software.
C# or VB.NET: World War III
Nov 09, 2012.
I know many .NET developers have this question in their mind. Which language do I use to develop .NET applications?
Protect Portable Storage With BitLocker in Windows 8
Oct 01, 2012.
This article describes protection of Portable Storage with BitLocker To Go in Windows 8.
Portable Class Library in .NET 4.0/4.5
Jun 18, 2012.
Few days back I was working windows phone application as usual I created class library project for keeping separate business login. But I realize we cannot add as a reference normal class library in the Windows Phone 7 Application.
Application Startup and Executable Path
Apr 26, 2010.
The code snippet in this article demonstrates how to use Application class static properties to get Windows Forms application startup path, executable path and user data path using C#.
Namespaces and Assemblies in C#
Nov 27, 2009.
In this article I will explain about Namespaces and Assemblies in C#.
Introduction to The Resources .resx and Resources Files: Part I
May 05, 2008.
In some cases an application needs some external resources to perform specified tasks. And I mean by external resources, those none executables data logically deployed with a given application.
Embed PDFs into a Web Page with a Custom Control
Jan 23, 2007.
This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control.
How to remotely load an executable file in ASP.NET
Jul 26, 2006.
A simple ASP.NET sample to load an executable file (or an application) remotely from internet.
Working with Portable Network Graphics(PNG) Format : Part I
Dec 13, 2002.
First off, why use PNG instead of GIF? Probably the most important reason is that GIF supports a maximum of 256 colors.