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]
Arun Choudhary(5)
Atul Sharma(4)
Mahesh Chand(3)
Scott Lysle(3)
Sarthak Varshney(2)
Rajiv Singh(2)
Sr Karthiga(2)
Aman Singhal(2)
Tony Tromp(2)
Sandhiya Priya(1)
Nitin (1)
Parth Soni(1)
Kirtesh Shah(1)
Vijay Yadav(1)
Muhammad Asif(1)
Janarthanan S(1)
Ashutosh Singh(1)
Jayraj Chhaya(1)
Abiola David(1)
Viknaraj Manogararajah(1)
Diksha Gupta(1)
Gokulakrishna (1)
Pankajkumar Patel(1)
Onkar Sharma(1)
Prabakaran M(1)
Gaurav Gahlot(1)
Delpin Susai Raj(1)
Shubham Sharma(1)
Santosh Kumar Adidawarpu(1)
Manisha Biswas(1)
Sumantro Mukherjee(1)
Max McCarty(1)
Jignesh Trivedi(1)
Pankaj Lohani(1)
Amir Ali(1)
ArunKumar Yalamarthy(1)
Sachin Bhardwaj(1)
Gaurav Gupta(1)
Ibrahim Ersoy(1)
Prabhakar Maurya(1)
Richa Garg(1)
Kamal Rawat(1)
Vipendra Verma(1)
Vijay Prativadi(1)
C# Curator(1)
Mohammad Elsheimy(1)
Stephen Grover(1)
Trevor Misfeldt(1)
Mark Johnson(1)
Resources
No resource found
Length of Longest Cycle in a Directed Graph
Apr 22, 2026.
Learn how to find the length of the longest cycle in a directed graph where each node has at most one outgoing edge. This article explains the concept using a functional graph approach, combined with DFS and timestamp tracking to efficiently detect cycles and compute their lengths in O(V + E) time. Includes a clean Java implementation, step-by-step explanation, and edge case handling—ideal for coding interviews and advanced graph problem practice.
How Do I Use AI to Personalize Sales Outreach at Scale Without Sounding Generic?
Dec 31, 2025.
Learn how to use AI, like ChatGPT, to personalize sales outreach at scale without sounding generic. Discover proven strategies for relevance and credibility.
Unity 6.2 Now Available
Aug 21, 2025.
Unity 6.2 boosts game development with faster performance, stability, and new XR tools. Unity AI Beta automates tasks, aids debugging, manages assets, and enhances workflow for smarter, more efficient game creation.
Embed and View SharePoint PDFs in Power Apps Using the Experimental PDF Viewer
Jun 18, 2025.
Power Apps has introduced a powerful experimental control that allows you to embed and view PDFs directly inside your app interface.
Understanding .http Files in .NET 8
Dec 01, 2024.
Discover how to enhance API testing with Visual Studio's .http file feature. Learn to create and execute HTTP requests directly within the IDE, eliminating the need for external tools like Postman.
How to Show Direct Binary Image Using Handler in ASP.NET WebForms
Aug 09, 2024.
Learn how to display images stored as binary data in a database using an HTTP handler in ASP.NET WebForms. This guide covers creating a database table, a stored procedure for image retrieval, and implementing an HTTP handler to serve images dynamically. It also includes integrating the handler into a web form.
Azure Functions Hosting Models: In-Process and Isolated Models
Jul 08, 2024.
Explore Azure Functions' hosting models: In-Process offers low latency and simplicity with shared process hosting, while Isolated ensures enhanced isolation and custom dependencies with each function running in its own process.
Joint Solution Benefits of VMware and NVIDIA
Jun 03, 2024.
Discover the benefits of the VMware and NVIDIA joint solution, designed to enhance AI deployment, performance, and scalability for modern AI applications.
Using Prompt Shield to Prevent Prompt Injection Attacks
May 30, 2024.
This article explores Prompt Shield, an advanced security solution created to protect AI systems from Direct and Indirect Prompt Injection Attacks. Utilizing cutting-edge detection and prevention mechanisms, Prompt Shield maintains the integrity and reliability of large language models (LLMs).
VMware Cloud on AWS: A Guide to Network Connectivity Options
Apr 21, 2024.
Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
Keeping Your .NET Core API Safe and Sound
Apr 19, 2024.
In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve into the various aspects of API security in .NET Core and explore best practices to bolster your defenses.
Use .http files in Visual Studio
Feb 13, 2024.
In Visual Studio, .http files enable direct API testing within the IDE from Visual Studio 2019 onwards. Before this, developers relied on tools like Postman or Swagger, or unit testing. These files streamline API testing by allowing requests.
What is DirectLake in Microsoft Fabric Data Warehouse and its Benefits?
Nov 13, 2023.
This article focuses on DirectLake in Microsoft Fabric Data Warehouse and its Benefits. DirectLake is a feature of Microsoft Fabric Data Warehouse that allows analysts, engineers, and users to access and query data directly from Azure Data Lake Storage without loading the data into the warehouse.
Kahn's Algorithm for Detecting Cycles in Directed Graphs
Sep 07, 2023.
This C# code implements Kahn's algorithm to detect cycles in a directed graph. It represents the graph using adjacency lists and provides methods for adding edges and checking for cycles.
Detect Cycle in a Directed Graph
Sep 06, 2023.
This C# code snippet efficiently detects cycles in a directed graph using Depth-First Search (DFS). It employs an adjacency list represented by a Dictionary<int, List<int>> and returns a boolean indicating whether a cycle is present.
Deploying ExpressRoute Direct In Azure
Aug 08, 2022.
In this article, you will learn how to deploy ExpressRoute Direct In Azure.
How To Connect Azure SQL Data With Power BI Via Direct Query
Jun 29, 2021.
In simple words It's allow to connect data directly from the source repository, known as DirectQuery.
A Short Note On AWS Networking
Feb 17, 2020.
In this article, you will learn about AWS Networking.
Print RDLC Report Directly To Printer In MVC
Feb 04, 2020.
Learn how to seamlessly integrate RDLC reports into your MVC application and print them directly to the printer. Explore efficient methods for handling report generation and rendering, leveraging MVC's structure to manage data flow and ensure a smooth printing process.
How To Customize System Sounds In Windows 10
Jan 02, 2020.
In this article, I have described how to personalize the system sounds for an event in Windows 10.
All About OWASP #3 - Sensitive Data Exposure
Apr 24, 2019.
In this part of the study of OWASP Top 10 Threats, we will understand Threat # 3 – Sensitive Data Exposure.
All About OWASP #2 - Broken Authentication
Apr 01, 2019.
In this article, we will learn about Secure Programming of SOUND programming methodology. We will cover Broken Authentication from OWASP's top 10 security threats.
All About OWASP #1 - SQL Injection Attack
Feb 13, 2019.
Considering security as the most important aspect of an application and as the First step in SOUND Programming Methodology, we will be covering SQL Injection Attack and Prevention.
An Effective Coding And Code Review Technique
Jan 09, 2019.
Coding and Code review are the most basic building blocks of any software product. Any lapse may severely affect the schedule, quality, and of course the cost. Not only in the review but a few issues can also be found at a later stage as well. That may lead to rework.
Importing Sound To Game Using Construct 2
Jun 22, 2018.
Constructor is based on 2D game creation, without using coding. Now in this article, I will explain about how to design the game start page using constructor. Constructor 2 is a powerful HTML 5 game creator, designed especially for 2D game creators.
Direct Dependencies And Enumeration
Oct 09, 2017.
In this post, we will be talking about the two most commonly used types of relationships, namely, direct dependency relationship and enumeration.
How To Play Sound In Xamarin iOS App
May 20, 2017.
In this article, you will learn how to play sound in Xamarin iOS, using Xamarin Studio.
How To Disable The Notification Sound In Windows 10
Sep 15, 2016.
In this article, you will learn how to disable the Notification Sound in Windows 10.
Making Sound In Arduino
Sep 03, 2016.
In this article, I am going to explain about making sound in Arduino.
Insecure Direct Object Reference And Its Prevention Mechanism
Jun 19, 2016.
In this article you will learn about Insecure Direct Object Reference and its prevention mechanism.
Let's Make A Complete Holographic App With Unity
May 03, 2016.
In this article you will learn how to make a complete Holographic App with Unity.
The Working of Sound Sensor With Arduino Mega 2560
Feb 13, 2016.
In this article I have explained the working of sound sensor with Arduino Mega 2560.
Building Experiences With Direct Ink on Windows 10
May 28, 2015.
In this article you will learn how to Build Experiences with Direct Ink on Windows 10.
Securing Your ASP.Net App Data That Has an Insecure Direct Object Reference
Mar 11, 2015.
In this article we will learn about measures for making your ASP.NET App Data Secure.
Code-First Stored Procedure Entity Framework 6.0
Sep 10, 2014.
This content explains how to configure Entity Framework 6.0 and above to use stored procedures with a Code-First approach. It details overriding the OnModelCreating method in DbContext to map stored procedures for CRUD operations.
SystemSounds Object in F#
Nov 01, 2013.
SystemSounds object is used to access the system sounds provided by the Windows operating system. The SystemSounds object has sounds such as asterisk, beep, hand, exclamation and question.
Add Sound to Your Application in Android Studio
Jul 18, 2013.
This article explains how to start sound on a button click using the raw folder in Android Studio.
Minesweeper in WPF
Apr 06, 2013.
This article shows how to use different WPF features to build minesweeper game.
Change the Windows 8 Sound Scheme
Jan 30, 2013.
In this article we explain how to change the Windows 8 Sound Scheme.
Customize Windows 8 Shutdown, Logon and Logoff Sounds
Jan 30, 2013.
In this article we explain how to customize the Windows 8 shutdown, logon and logoff sounds.
Gaming App2 Using Basic Sound or Animations
Jan 08, 2013.
In this article I will explain how to create a game using animation or how to use sound effects for a particular event or action in iPhone.
How to Add Custom Sounds in Windows 8
Dec 03, 2012.
In this article we learn how to add custom sounds for events in Windows 8.
Playing Background Music in Windows Store Applications
Nov 24, 2012.
You have an awesome sound and you'd like to play it in your app or game looping whether you navigate to another page or not.. So, read this article and learn how.
Play Sounds on an ASP.NET Web Page
Nov 10, 2012.
This article describes a quick and easy approach to playing sound files on an ASP.NET web page in response to an event.
How to Enable Startup Sound in Windows 8
Oct 25, 2012.
In this article we are going to explain how to enable starting Windows sounds in Windows 8.
Sound Effect In Simple Media Player Using Windows Store Apps
Oct 04, 2012.
In this article I explain how to use sound effects in Windows Store apps.
Different Ways to Call Webservice
Sep 27, 2012.
In this article we will learn to call a webservice using mainly two different approaches.
Enable the Windows Startup Sound in Windows 8
Sep 22, 2012.
This article describes how to enable the Windows Startup Sound in Windows 8.
Change Alarm Tone in Windows 8
Aug 31, 2012.
In this article we are explaining how to change the alarm tone in Windows 8.
Turn Off Windows Startup Sound in Windows 8
Aug 09, 2012.
This article describes how to turn off the Windows Startup Sound in Windows 8.
Disable Webpage Sounds in Internet Explorer Using Windows 8
Jun 28, 2012.
This article describes how to disable webpage sounds in Internet Explorer using Windows 8.
Prevents Users From Changing the Sound Scheme in Windows 8
Jun 24, 2012.
In this article we are explaining how to prevent users from changing the sound scheme.
Change System Sounds For Events in Windows 8
May 27, 2012.
In this article I am going to explain how to change system sounds in Windows 8.
Sound Effects in SilverLight 5 Via WCF Service
Mar 31, 2012.
Today, in this article let’s concentrate on another SilverLight application, whereby communicating with a WCF Service to perform some operation.
Using Tools and Windows in Expression Blend 2.0
Sep 14, 2010.
This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
Creating a Sound Recorder in C and C#
Mar 23, 2010.
In this article we will learn how to record audio and play sound files in C and C#.
SoundPlayer in WPF
Jul 29, 2008.
The code snippet in this article shows how to play sounds in WPF.
Embedding and Playing WAV Audio Files in a Win Forms Application
Jan 18, 2007.
This article describes an approach to embedding WAV audio files into an application and playing them through the use of the System.Media class library.
Aural Alert Generator (Voice and Tones)
Aug 25, 2006.
This article describes an application used to generate and test aural alerts; I wrote the application originally to allow me to define and test aural alerts for use in a couple of cockpit simulators, however, you could use the application to generate aural alerts for any purpose. The application also may be used to define voice messages which may be optionally saved as wave files for subsequent use in other applications.
Playing Sounds in .NET 2.0 Using Sound Player
Feb 13, 2006.
If you have ever played sounds in your applications, you must be familiar with PlaySound() WIN32 function. Prior to .NET 2.0, there was no way to play sounds thorugh the managed API. The SoundPlayer class introduced in .NET 2.0 now allows developers to play sounds using managed API.
Liquid Brain using Managed DirectX 9.0
May 07, 2003.
Liquid Brain is a Managed DirectX animated example of hexagonally close packed spheres.
Iterations and Performance in .NET
Apr 15, 2003.
I’ve been implementing numerical libraries in .NET and have come to some conclusions about iteration performance.
Working With DirectDraw and Bitmap Images
Sep 05, 2002.
This month in the C-sharp DirectX column, we will be adding bitmap image support to our game engine.
Welcome to DX-Corner
Aug 14, 2002.
In this column we will explore the COM interoperability of DirectX and focus on game programming with C#.
Space Breakout - 2D Game Developed using DirectX and C#
Apr 11, 2002.
GDI+ is a feature rich graphics API that makes sophisticated graphical effects highly accessible to the C# developers. Unfortunately if youve tried to develop smooth detailed animation using GDI+ you have undoubtedly discovered that just how slow it can be. Consequently it is not particularly suited to games development, if you want to really take advantage of your 1 gig + processor and that fancy new graphics card youre going to have to get a little more low level and dirty, enter Microsofts DirectX API.