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]
Riya Patel(2)
Mahesh Chand(2)
Ran Kornfeld(2)
Scott Lysle(2)
Tanuj (1)
Vishal Yelve(1)
Rohit Gupta(1)
Onkar Sharma(1)
Bhuvanesh Mohankumar(1)
Kalyankumar Ravichandran(1)
Prabhakar Maurya(1)
Amira Bedhiafi(1)
Mushtaq M A(1)
Vijayaragavan S(1)
Satya Prakash(1)
Amit Choudhary(1)
Chandra Hundigam(1)
Sharad Gupta(1)
Aman Singhal(1)
C# Curator(1)
Chandrakant Parmar(1)
Tim Osten(1)
Resources
No resource found
⚡ 15 C# Performance Mistakes That Kill Your Application (And How to Fix Them).
Feb 25, 2026.
Boost C# app performance! Discover 15 common mistakes that kill scalability & learn how to fix them. Essential for APIs, microservices, & high-throughput systems.
Power BI Data Modeling Mistakes That Kill Performance
Jan 20, 2026.
Optimize Power BI models! Discover common data modeling mistakes that kill performance, from star schema flaws to calculated column overuse. Build faster reports!
Async Mistakes that can kill an ASP.NET Core application
Oct 24, 2025.
Learn the top 10 async mistakes that can kill your ASP.NET Core app. Discover common pitfalls, performance issues, and best practices to write efficient, scalable, and deadlock-free async code.
Will GenAI Kill Software Developer Jobs?
Jul 24, 2024.
Are you a software developer? Do you wonder if GenAI will steal your job? AI is transforming software development, reducing the need for routine coding. To stay relevant, developers should focus on continuous learning, creativity, problem-solving, soft skills, and effective collaboration with AI tools.
How To Kill A Process In Windows 11
Dec 28, 2021.
In this article, you will learn how you can force-quit or kill a process in Windows 11.
How To Kill A Process In Windows 10
Oct 16, 2019.
In this article, I have described how to kill a process in Windows 10.
How To Kill Web Jobs In Azure
Sep 12, 2016.
In this article, you will learn, how to kill Web jobs in Azure.
Skill Sets That Can Even Kill QA Profession
Jul 03, 2015.
In this article you will learn various skill sets that can even kill a QA profession.
How to Kill Process in Windows 8
Nov 28, 2012.
In this article we are going to explain how to kill a process in Windows 8 using the Task Manager.
Six Java features C# developers will kill for...
Jul 06, 2006.
Not everything on the .NET framework is perfect, and Microsoft still has more improvements to implement. This time we will look at six features available to Java developers but unfortunally absent from C#.
Six C# features Java developers will kill for...
Jun 21, 2006.
C# is called Java on steroids, and everyone agrees that it is based on some long-time Java ideas and concepts. But, there are differences, and some of them make C# very powerful compared to Java. Here are six of them.
Stop killing your Fabric Capacity now !
May 18, 2026.
Stop sabotaging your Fabric Capacity! Learn how inefficient models, DAX, reports, and schedules silently kill performance. Optimize for a healthy Fabric environment.
How to Secure Power BI Without Killing Performance
Jan 28, 2026.
Secure Power BI without sacrificing performance! Learn how to implement effective security measures like RLS, workspace design, and auditing for optimal speed.
.NET 10 Kills MessagingCenter — Here’s the Modern Replacement for Your MAUI App
Nov 17, 2025.
Migrate your .NET MAUI app from the deprecated MessagingCenter to WeakReferenceMessenger in .NET 10. Learn why it was removed and how to modernize your app's communication for better performance and maintainability.
How To Use Start/Kill Process Activity In UiPath Using UiPath Studio
Nov 28, 2022.
Reading this article, we can learn How to use Start and Kill process Activity in UiPath using UiPath Studio.
Listing and Killing Processes with Visual Basic
Nov 09, 2012.
This article provides a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID.
Kill Process From the Command Prompt In Windows 8
Sep 09, 2012.
To terminate a process via Command Prompt in Windows 8, use the "taskkill" command followed by "/F" to force termination and "/IM" to specify the process name. For example, "taskkill /F /IM process_name.exe" forcefully ends the specified process.
Killing Active SQL Server DB Connections
Apr 12, 2012.
Here you will learn how to kill active SQL Server DB Connections.
Killing Processes From a Windows Form Application in C#
May 01, 2008.
This article provides you a simple example of how to use the System.Diagnostics.Process library to display a list of running processes, and to select and kill processes by their process name and ID.
Kill an Application with System Menu using C#
Nov 20, 2002.
This article uses the Windows API’s to kill the application running under windows environment.
MySQLi Function in PHP: Part 9
May 27, 2013.
In this article I describe the PHP MySQLi functions mysqli_kill, mysqli_more_result, mysqli_multi_query, mysqli_next_result and mysqli_num_fields.
Completely Close Metro Apps In Windows 8
Jan 16, 2013.
In this article we explain how to completely close (kill) Metro apps in Windows 8.
Understanding Process in C#
Feb 04, 2010.
In this article I will explain you about the Diagnostics and Process in C#.
Understanding Threading in .NET Framework
Apr 21, 2005.
This article describes how to use threading model in .NET Framework including creating, joining, suspending, killing, and interlocking threads. Create thread in C#, Join thread in C#, Suspend thread in C#, Kill thread in C#,
Building Dynamic Service in C#
Oct 31, 2003.
This is a service that will run an application, and can be used over an over without hard coding any information.
ProTracker v1.0 : A Process Tracking Utility
Feb 14, 2001.
ProTracker is a process tracking utility similar to Windows NT Task Manager's Processes tab window.