Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About .exe
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Yadagiri Reddy (6)
Amit Mohanty (3)
Tural Suleymani (3)
Jignesh Trivedi (3)
Sourav Kayal (3)
Kajul Nisha (2)
Jay Krishna Reddy (2)
Karthikeyan Anbarasan (2)
Abhijit Patil (2)
Rahul Bansal (2)
Venkata Subbarao Polisetty (2)
Nikunj Satasiya (2)
Ajay Yadav (2)
Mahesh Alle (2)
Sandeep Mishra (2)
Siddharth Gajbhiye (2)
Monica Rathbun (2)
Madhu Sharma (2)
Catcher Wong (2)
Amit Kumar Singh (1)
Abhishek Yadav (1)
Shriram Pophali (1)
Tamilarasu Arunachalam (1)
Pushpendra Shukla (1)
Prabhu Raja (1)
Harunraseed Basheer (1)
Abdur Rehman (1)
C# Curator (1)
Mageshwaran R (1)
Aradhana Tripathi (1)
Kirtesh Shah (1)
Keerthi Raja (1)
Pankaj Kumar Choudhary (1)
Wilson Mok (1)
Muthuramalingam Duraipandi (1)
Bhavesh Raval (1)
Anupam Maiti (1)
Nagaraj M (1)
Joydip Kanjilal (1)
George (1)
Rama Mohan (1)
Ranganath Prasad (1)
Vitalii Honcharuk (1)
Mike Gold (1)
Jorge Levy (1)
Sagar Lad (1)
Shenbagapandiyan P (1)
Sanjay Kumar (1)
Pradeep Tiwari (1)
Oodit Jethwa (1)
Bechir Bejaoui (1)
C# Corner Live (1)
Rajeev Ranjan (1)
Sairam (1)
Shivam Tiwari (1)
Sachin Kalia (1)
Devesh Omar (1)
Ibrahim Ersoy (1)
Surapureddy Sriram (1)
Anil Kumar (1)
Jamil Moughal (1)
Sourabh Somani (1)
Sibeesh Venu (1)
Atul Warade (1)
Suthahar Jegatheesan (1)
Dhruvin Shah (1)
Rafnas T P (1)
Veena Sarda (1)
Ankur Mishra (1)
Vishal Gilbile (1)
Shalini Ravi (1)
Amit Kumar (1)
Khaja Moizuddin (1)
Related resources for .exe
No resource found
How to Share and Install C# Application on Another Computer as executable file
5/29/2023 11:03:34 AM.
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 instru
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
What is Synchronous and Asynchronous Programming in Javascript
5/24/2023 10:45:00 AM.
ASP.NET Core MVC Request Life Cycle
5/24/2023 7:05:25 AM.
In this article you will learn about description of various stages of ASP.NET Core MVC Request Life Cycle.
Power Pages - Dynamic execution of long FetchXML without $batch
5/17/2023 9:52:33 AM.
Dynamic execution of long FetchXML without $batch
Advanced Query Tuning Techniques in SQL Server
4/27/2023 10:22:15 AM.
Advanced Query Tuning Techniques in SQL Server
Working with Big Data in SQL Server
4/27/2023 8:54:36 AM.
Working with Big Data in SQL Server
Understanding SQL Server Indexes and their Performance Implications
4/25/2023 5:26:31 PM.
Understanding SQL Server Indexes and their Performance Implications
Plugins and Event Execution Pipeline in Dataverse
4/24/2023 5:51:02 AM.
Plugin is a custom event handler that executes in response to a specific event raised during processing a Dataverse operation. It is a custom business logic implemented using custom class as a Class L
Order of SQL Execution
4/16/2023 3:12:13 PM.
In this article we are going to learn about the Order of the SQL execution
SQL Server Execution Plans
3/10/2023 8:46:43 AM.
In this article, you will learn about SQL Server execution plans.
How To Call Stored Procedure In Entity Framework
3/9/2023 11:12:27 AM.
In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
Optimization Of Queries In SQL Server - HEAP TABLES
3/8/2023 2:02:52 PM.
This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
How To Execute SQL Statements From Command Prompt
3/7/2023 5:16:48 AM.
Here we discuss SQL and how to execute SQL statements in a command prompt.
Put SQL Server’s Query Execution Engine on Hold
3/3/2023 6:58:02 AM.
Here you will see how to put your SQL Server’s Query Execution Engine on hold for a while.
Spark Logical And Physical Plans
3/3/2023 5:45:29 AM.
In this article, you will learn about Spark Logical And Physical Plans.
SQL Server Integration Services (SSIS) - Building and Debugging a Package
2/23/2023 10:10:10 AM.
In this article we will look into how to build and debug a package in SSIS.
SQL Executer
2/21/2023 5:04:34 AM.
Here you will see how to use SQL Executer. The article is written for beginners, the methods to communicate with database are kept simple.
Stored Procedures
2/16/2023 7:02:26 AM.
In this article I will explain you about stored procedure. How to create, execute and alter stored procedure. Why to use stored procedures and advantages of stored procedures.
SQL Server Integration Services (SSIS) - Options to Execute a Package in SSIS
2/13/2023 7:04:21 AM.
In this Article we will see How to Execute a SSIS Package Upon Completion of Developing and Building the Package.
Execute A Stored Procedure Programmatically
2/3/2023 8:10:44 AM.
In this article, I will explain how to create a Stored procedure (SP) and execute an SP programmatically.
Filtered Indexes in SQL Server
2/3/2023 6:28:25 AM.
SQL Server 2008 introduced Filtered Index. It is nothing but an optimized non-clustered index.
Indexes In SQL Server
2/3/2023 2:46:48 AM.
This article explains about Indexes and when and how to use them
Indexes in SQL Server
1/29/2023 6:30:08 AM.
A SQL Server Index is used on a database table for faster data access. In this article, learn what SQL Server Indexes are, why do we need them, and how to implement Indexes in SQL Server.
Clustered Vs Non-Clustered Index
1/19/2023 5:46:27 AM.
In this article, you will learn about Clustered vs Non-clustered Index.
Insight.Database .NET Micro ORM - Executing And Carrying Out SELECT SQL Commands
1/10/2023 8:17:02 AM.
Insight. The database micro-format for.NET is quick, light, and, dare we say it, fantastic. SQL commands are simple to run using Insight. SqlCommand class and parameters are no longer used. AddWithVal
Execution Order of Triggers In SQL
1/4/2023 11:28:40 AM.
This article explains the execution order of triggers In SQL.
Tips to Improve SQL Database Performance
1/2/2023 4:16:56 AM.
Performance of data-centric apps heavily rely on the performance of backend API and database. Here are some tops to improve SQL performance.
How To View Data Flow Execution Plan In Azure Data Factory
12/14/2022 3:33:27 AM.
In this article, you will learn how to view Data flow's execution plan in Azure Data Factory.
How To Run And Execute C# Program Using Notepad
11/30/2022 9:44:53 AM.
In this article, you will learn how to run and execute C# programs, using Notepad.
Solution - Angular CLI MODULE_NOT_FOUND Error
11/11/2022 5:48:01 AM.
In this article, you will learn how to create new project at time not found angular-cli.
How To Execute A JavaScript File In Automation Anywhere
9/17/2022 4:04:06 PM.
In this article, you will learn how to execute a javascript file in automation anywhere.
How To Execute Manual JavaScript In Automation Anywhere
9/17/2022 11:22:25 AM.
In this article, you will learn how to execute manual javascript in automation anywhere.
Look Under the Hood of C# Program Execution: Part 1
8/24/2022 5:55:29 AM.
Dear friend, in this article I will take you from the backdoor of C# code execution and show you the step-by-step operation of code execution in C#.
How To Rename Database Objects In SQL Server
8/17/2022 6:37:27 AM.
In this article, you will learn how to rename database objects in SQL Server.
Execute Python In Java
8/1/2022 9:17:49 PM.
In this article, we will see execution of python code in java using library jython, which is written in java.
Logical Query Processing In T-SQL
7/19/2022 8:03:35 PM.
This article demonstrates the practical values of knowing Logical query execution in TSQL.
Persist Method Execution Metadata In Oracle Using ASP.NET Core
4/1/2022 5:01:38 AM.
This article presents a discussion on how we can capture method execution metadata such as execution time, method name, controller name, etc and save these details in an Oracle database.
Could Not Find A Part Of The Path... bin\roslyn\csc.exe
2/16/2022 5:02:53 AM.
This article discusses roslyn issue.
Oracle Data Provider for .NET : Part III
2/15/2022 11:06:26 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
SharpLab - Another Powerful Online Code Execution And Decompiler Tool
1/20/2022 2:03:25 PM.
SharpLab is another online tool that lets you write code, run it, inspect MSIL, and even decompile the MSIL code
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
1/11/2022 3:14:14 AM.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and
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.
Azure Functions With .Net 5 - Execution On Isolated Process
10/20/2021 12:52:11 PM.
In this article, you will learn about Azure Functions with .Neet 5 - execution on isolated process.
Execute Python Script From Power BI
9/17/2021 2:36:15 PM.
In this article, we are going to explore how to execute the python script from Power BI.
Business Rules With Entity Scope And Custom Code Execution
9/1/2021 1:30:45 PM.
In Dynamics 365 CRM or Power Platform, updates in entity data by using service call /SDK which do changes in server side, then server-side business rules will fire i.e., business rules with scope Enti
<⚡> Time Triggered Azure Functions - A Guide To Background Tasks Using C#
8/31/2021 5:52:33 AM.
In this article, you will learn how to schedule background tasks using the C# and Time triggered Azure functions.
Business Rules With Scope Entity And Server-Side Execution
8/25/2021 12:50:24 PM.
In Dynamics 365 CRM or Power Platform, updates in entity data by using service call /SDK which do changes in server side, then server-side business rules will fire i.e., business rules with scope Enti
Dapper Micro ORM (Connection Management)
7/12/2021 12:31:23 PM.
In this article, you will learn about Database Connection Management in Dapper ORM.
Async SqlConnection in ASP.Net 4.5
5/26/2021 11:45:46 AM.
This article explains how to create an async SqlConnection in ASP .Net 4.5 and using the SqlCommand.BeginExecuteNonQuery Method (AsyncCallback, Object).
Dynamic Building and Execution of Assembly Using CodeDome & Reflection
3/25/2021 5:34:22 AM.
This article shows how to enter code, compile it , execute it and apart from that access code and data member from the main or other referenced assembly during runtime.
HTTP Message Handler in Web API: Execution Flow of Custom Message Handler
3/17/2021 10:29:14 AM.
In this article, we will understand the execution flow of the message handler chain.
Automate Nintex Workflow Data Purge To Improve SharePoint 2013 Performance
3/15/2021 3:59:23 AM.
This article talks about Nintex Workflow Data Purging to improve SharePoint 2013 Performance. We know below command is widely used to purge Nintex workflow history and data. However, no one talks abou
How To Highlight Web Elements Using JavascriptExecutor In Selenium WebDriver
3/10/2021 1:53:19 PM.
In this article, will discuss about highlighting the web elements using javascript.
Step by Step Procedure of How to Install an Assembly: Part I
2/8/2021 9:21:19 AM.
This step by step tutorial will guide the programmer to install his assembly in the GAC.
Executable Troubleshooting Guides with Notebooks for SQL People - SQL Server Virtual Conference 2021
2/1/2021 3:12:31 PM.
This session is about Executable Troubleshooting Guides with Notebooks for SQL People in SQL Server Virtual Conference 2021.
SQL Server Create And Execute Parameterized Stored Procedure From Another Stored Procedure
1/11/2021 7:10:31 PM.
In this article am going to explain how to create and execute parameterized stored procedure From another stored procedure, how to prevent SQL Injection attacks, how to insert data in the table using
How To Create Missing Index From Execution Plan
1/7/2021 8:46:49 PM.
In this article, I am going to explain how to create a missing index from an SQL server query execution plan and also show you how you can improve your query execution performance and run your query f
Indexers in C#
1/3/2021 4:56:22 AM.
Indexers provide objects the ability to be indexed like an array.
Enhancements in Assemblies and Versioning in Visual Studio 2005
12/31/2020 8:28:28 AM.
The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend assemb
Native Image Generation in Managed Code
12/31/2020 7:21:19 AM.
This article explains how to write and execute high-performance .NET managed code by employing the Native Image Generator utility as well as some of its disadvantages and recommended scenario guidelin
IIS Hosting .Net Core MVC 3.1 | In Process Hosting | w3wp.exe Worker Process
12/9/2020 7:49:47 AM.
This article covers IIS Hosting in .NET Core MVC 3.1, In Process Hosting, a w3wp.exe Worker Process, running source code with IIS and debugging the same.
To Find Installed Version of .Net Framework Using CLR Version Tool
12/7/2020 4:26:36 AM.
In this article I am sharing thoughts on Clrver.exe, how it works and advantages of this.
Basics of Ngen.exe (Native Image Generator) in .Net
12/3/2020 1:31:40 AM.
I would like to share the basics of Ngen.exe in .Net, collected from various web resources. I will first try to explain the problem then the solution, Ngen.exe, in simple words.
Dynamically Call a Function in C#
11/28/2020 11:15:43 PM.
This article helps you execute a function in runtime.
Executing Assembly Code in C#
11/17/2020 9:03:35 AM.
This article explains how inline assembly programming by linking or invoking CPU-dependent native assembly 32-bit code to C# managed code.
How to Register and Unregister a DLL or ActiveX Controls Using Regsvr32.exe
11/12/2020 7:10:28 AM.
Register Your Assembly in GAC Using Gacutil Exe
11/11/2020 8:27:14 AM.
Here you will learn how to add an assembly to the Global Assembly Cache (GAC).
Code Execution Process
11/10/2020 3:19:55 AM.
In this article you will learn about Code Execution Process.
Data Access Layer to execute Stored Procedures
11/3/2020 1:03:35 AM.
This article explains about executing a single stored procedure or batch of stored procedures from the application layer. As Data access layer completely decoupled from Application layer we just need
Execute Long Running SQL Query Or Stored Procedure From .NET
11/3/2020 12:47:34 AM.
This article describes the asynchronous call to MS SQL statements from .NET environment using C# to avoid UI or main thread freezing.
Introduction To ADO.NET: Part 2
10/29/2020 1:48:15 AM.
This article explains the basic details of ADO.NET Part 2.
What Is IndexedDb And How To Use It
10/14/2020 9:42:00 AM.
A brief introduction to IndexedDb and adding, removing data from IndexedDb.
Command Injection Exercise - Starting Netcat
9/30/2020 1:51:32 PM.
In this article, you will learn about the Command Injection exercise – Starting Netcat.
Session Fixation - Exercise
9/11/2020 12:20:10 PM.
In this article, we are going to look at Session Fixation in ASP.NET web applications with some code examples in VB.NET.
How To Perform Scroll Operations Using JavaScript Executor In Selenium WebDriver
9/5/2020 2:04:08 PM.
In this article, will discuss performing scroll operations using Javascript.
Google Pexel Photo Search Using ReactJS
9/1/2020 11:40:13 PM.
The Pexels API provides a way to access all free videos and images from google.Anyone can download the images and the videos for free without any copyright issue.
How To Perform Click Operation Using JavaScript Executor In Selenium Webdriver
8/31/2020 7:50:48 AM.
In this article, will discuss about performing click operations on buttons, radio buttons, checkboxes and links using the javascript.
How To Enter Text Into A Textbox Using JavascriptExecutor In Selenium WebDriver
8/28/2020 11:10:19 AM.
In this article, will discuss entering text into a textbox using Javascript.
Google Pexel Photo Search Using Angular 8
8/25/2020 8:24:39 AM.
The Pexels API provides a way for you to access all free videos and photos from Pexels
How To Find Elements In A Webpage Using JavaScript
8/25/2020 7:43:08 AM.
In this article, will discuss about finding an element using the javascript.
What Is Javascript Executor In Selenium WebDriver
8/19/2020 7:14:15 AM.
In this article, will discuss about Javascript Executor in Selenium WebDriver.
Caution When Dropping Unused Indexes On An Azure SQL Database
8/13/2020 8:48:40 AM.
In this article, you will learn how to drop Unused Indexes on an Azure SQL Database.
HTML 5 IndexedDB Database
8/4/2020 9:45:30 PM.
This article explains the IndexedDB database, its features and the differences between Web SQL and IndexedDB.
Introduction to IndexedDB
8/4/2020 9:45:11 PM.
In this post we will see some information about IndexedDB.
Implement Background Tasks In Microservices With IHostedService And BackgroundService Class In .NET
7/31/2020 7:59:25 AM.
Here, we try to understand Implementing Background Task in microservices using IHostedService and BackgroundService class.
Building Video Indexer Mobile Application Using Cognitive Service
7/8/2020 4:19:42 AM.
Microsoft introduced the public preview of Video Indexer as a part of Cognitive Service. Previously, we used Video API but now it's replaced with Video Indexer. Video Indexer automatically extract
Execute SQL Server Stored Procedure With User Parameter In Power BI
6/18/2020 12:32:01 AM.
Sometimes there is a situation in which we need to get data by consuming SQL Server stored procedure. SQL Server stored procedure has parameters which we need to pass dynamically. Power BI provides a
Creating a Setup File For Desktop Application Using Visual Studio 2010
6/9/2020 1:27:02 AM.
In this article you will learn how to create a setup file for desktop application to install software on the client machine using Visual Studio 2010.
SQL Query Execution Plan Operations
4/29/2020 8:27:56 AM.
In this article you will learn about SQL query execution plan operations.
SQL Query Execution Plan
4/27/2020 11:42:34 PM.
In this article, you will learn about SQL query execution plan.
Twin X Axis Plot And Intersection Of Indexes In Python
4/23/2020 11:37:41 PM.
In this article, I would show how to plot two different Y axes on the same X axis with different left and right scales. I would also show how to intersect indexes to select data.
Exercice 1 of JavaScript Objects With String
4/14/2020 9:51:55 PM.
This article explains JavaScript Objects with Strings.
Controlling Button Execution Through JavaScript Function
4/7/2020 2:20:37 PM.
This article is basically a continuation of my previous articles of passing a value from a JavaScript function to an ASP.NET function.
Using Sorted Sets Of Redis To Delay Execution In ASP.NET Core
3/11/2020 11:27:29 AM.
This article showed you a simple solution of how to done delay execution in ASP.NET Core using Redis sorted sets.
Using Redis To Delay Execution In ASP.NET Core
3/2/2020 12:54:51 PM.
In this article, you will learn how to usie Redis To Done Delay Execution In ASP.NET Core.
How Does Python Code Run: CPython And Python Difference
2/14/2020 8:42:37 AM.
Refer to this article to learn the execution process of the Python code. This article will provide you the clear difference between CPython and Python.
How To Install Python And Configure It With Visual Studio Code Editor With Git Bash
2/14/2020 12:52:56 AM.
In this article, we will learn what Python is and how to install and execute it using IDLE IDE. We will see how to configure Python with Visual Code and Git Bash.
Learn Angular's Folder Structure And Execution Flow For Beginners - Part Two
2/5/2020 9:20:44 AM.
In this article, we will learn about the Folder Structure as well as the execution flow in Angular.
SQL Server In Memory Table Indexes
2/5/2020 7:08:06 AM.
In this article you will learn about SQL Server in memory table indexes.