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 ADS
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (6)
Sarthak Varshney (6)
Naveen Kumar (3)
Tuhin Paul (3)
Mahesh Chand (3)
Gowtham K (3)
Sandeep Sharma (3)
Tural Suleymani (2)
Jochen Bartlau (2)
Aman Gupta (2)
Baibhav Kumar (2)
Jobin S (2)
Ashish Bhatnagar (2)
Alagunila Meganathan (2)
Tasadduq Burney (2)
Prasad Rane (2)
Venkata Siva Prasad Reddy Pulagam (2)
Nitin (1)
Rasmita Dash (1)
Jalpa Dhola (1)
Abhishek Yadav (1)
Shilpa Tanwar (1)
Jitendra Mesavaniya (1)
El Mahdi Archane (1)
Ayush Gupta (1)
Rasul Huseynov (1)
Tahir Ansari (1)
Kaviya Balasubramanian (1)
Gaurav Gupta (1)
Vikas Singh (1)
Rajendra Prasad (1)
Hadshana Kamalanathan (1)
Najath Risni (1)
Mithilesh Tata (1)
Umesh Baradkar (1)
Habibul Rehman (1)
Dhiraj Poojary (1)
Lokesh Varman (1)
Ajay Kumar (1)
Hm Ahsan Joyia (1)
Keyur (1)
Sonu Chauhan (1)
Vulpes (1)
Vinodh Kumar (1)
Amit Choudhary (1)
Abhishek Singhal (1)
C# Curator (1)
Sameer Shukla (1)
Sanwar Ranwa (1)
Sai Kumar Koona (1)
Vitalii Honcharuk (1)
K J Sharma (1)
Satyaprakash Samantaray (1)
Sandeep Mishra (1)
Nikhil Bhojani (1)
Mike Gold (1)
Chintan Rathod (1)
Shawon Ashraf (1)
Ravishankar Velladurai (1)
Raman Sama (1)
Abhishek Dubey (1)
Rohatash Kumar (1)
Raj Kumar (1)
Siddharth Vaghasia (1)
G Gnana Arun Ganesh (1)
Frank Gutierrez (1)
Stephen Simon (1)
Gaurav Gahlot (1)
Chandrakant Parmar (1)
Sivaraman Dhamodaran (1)
Related resources for ADS
No resource found
Google launches Android XR: Gemini Era Arrives for Headsets and Glasses
12/18/2024 10:13:45 AM.
Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
I’m Preparing for FAANG : Getting Started with Essentials
12/18/2024 4:07:35 AM.
Data structures and algorithms are important, but it is not always easy to grasp their main ideas. This “I’m Preparing for FAANG“ series will help you not just learn data structures and algorithms but
A Threadsafe C# LRUCache Implementation
12/16/2024 5:27:17 AM.
The LRUCache<TKey, TValue> class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retaining a fixed number of items and evicting the leas
Dealing With Excel Sheets
9/17/2024 10:25:24 AM.
Learn essential techniques for managing Excel sheets effectively! This guide covers everything from basic data entry and spreadsheet formulas to advanced features like automation and troubleshooting.
Update a SpreadSheet from a Power Automate Flow
9/17/2024 5:40:32 AM.
Learn how to automate data entry in Excel by integrating flows, streamlining tasks, and improving productivity. Perfect for automating repetitive updates, this tutorial simplifies data management in O
Virtual Threads in Java JDK
9/8/2024 7:58:38 AM.
Java Virtual Threads, introduced in Project Loom, offer a lightweight alternative to traditional platform threads by allowing the JVM to manage threads instead of the OS. This improves scalability and
Understanding Multithreading with the Thread Class in C#
8/6/2024 10:12:49 AM.
Learn how to implement multithreading in C# using the Thread class. This guide covers creating and managing threads, passing parameters, handling exceptions, and using Task for simplified parallelism.
How to Handling File Uploads in Next.js?
8/2/2024 4:33:07 AM.
Handling file uploads in Next.js involves creating an API endpoint to receive and process the files and a client-side component to manage file selection and submission. This guide provides a comprehen
Java 21: The Latest Features and Improvements
7/26/2024 4:11:18 AM.
Java 21 introduces significant enhancements including Pattern Matching for Switch, Record Patterns, and String Templates. It also features Sequenced Collections, Virtual Threads, and Scoped Values, st
Understanding Threads and Multithreading in Java
6/27/2024 10:58:39 AM.
This article explains the concepts of threads and multithreading in Java, highlighting their benefits, lifecycle, and examples, along with the advantages and disadvantages of using multithreading in p
Synchronizing Threads with AutoResetEvent in C# .NET
6/23/2024 3:47:19 PM.
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by act
Azure AI Fundamentals (AI-900): Prepare For Exam
6/11/2024 9:42:28 AM.
If you're planning to take the AI-900 exam, check out my article for a comprehensive overview of all the essential topics you'll need to understand. In this article, I consolidate my series on
Implementing Model Binding in ASP.NET Core Web API
6/10/2024 8:06:43 AM.
Model binding in ASP.NET Core automates the conversion of HTTP request data into .NET objects, simplifying data transfer between client-side requests and server-side code. It supports various data sou
Linq To Excel In Action
6/5/2024 5:34:51 AM.
Explore using LinqToExcel library in C# to query data from Excel spreadsheets effortlessly. Learn step-by-step creation of a console application, installation of LinqToExcel packages, and querying Exc
Understanding Threads and Processes: A Guide to Multiprocessing
5/28/2024 12:03:34 PM.
Multiprocessing revolutionizes computing by allowing CPUs to handle multiple tasks concurrently. Explore process-based and thread-based multiprocessing, their characteristics, key differences, and pra
Feature of Computer Vision Workloads on Azure
5/15/2024 9:54:29 AM.
In this article, we will explore the features of computer vision workloads on Azure, exploring key tasks such as image classification, object detection, semantic segmentation, optical character recogn
Concepts of Threads, Thread Pools, and Tasks in C#
5/13/2024 10:33:44 AM.
Threads are the smallest units of execution, enabling concurrency but requiring manual management. Thread pools efficiently manage threads for short-lived tasks, while tasks abstract asynchronous oper
Introduction to Monitor Class in C#
5/13/2024 10:26:11 AM.
The Monitor class is built on dotNET’s FCL (Framework Class Library) infrastructure. In general, it provides to achieve thread safety.
😇How the Compiler Reads Your Code?
5/13/2024 8:12:24 AM.
C# compilation, from syntactic and semantic analysis to optimization techniques. Learn how the Common Language Runtime (CLR) executes compiled code and discover the role of the Just-In-Time (JIT) comp
Common Workloads in Artificial Intelligence
5/9/2024 10:06:57 AM.
Artificial Intelligence encompasses a diverse range of workloads, each serving unique purposes and driving innovation across industries. In this article deep dive into the common workloads.
Cloud Show with Magnus Recording ft. Niclas Madsen Ep. 24
5/3/2024 8:18:18 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Create Or Update Excel Sheet From Azure Web Job
5/2/2024 9:55:28 AM.
In this article, I would like to share the steps and code to create/update an Excel from an Azure web job. Using Microsoft.Interop.Excel, we can create and update the Excel sheet but in Azure web job,
Import Data to Excel SpreadSheet in .NET
4/29/2024 9:56:16 AM.
Learn how to import data into Excel spreadsheets using C# and . NET. Explore Excel interop, data manipulation, and CSV handling. Automate data import/export tasks, manage connections, and format data
Optimizing Security & Performance in .NET Core Apps for Heavy Loads
4/24/2024 7:40:20 AM.
Secure and optimize your .NET Core apps for heavy traffic with strategies like load balancing, caching, authentication, encryption, and monitoring. Implementing these ensures both security and perform
How To Convert List <DataTable> Into DataSet
4/23/2024 11:15:59 AM.
Retrieve employee details from database using stored procedure. Group data by department with LINQ. Export List<DataTable> to Excel with multiple spreadsheets. Bind List<DataTable> to Gri
Manage Security Alerts In Azure Security Center
4/23/2024 8:54:32 AM.
Learn how to manage security alerts in Azure Security Center to strengthen your security position and protect Azure resources. Discover advanced detections with Azure Defender and utilize Azure Securi
Working with Banner Ads and Random Ads in JavaScript
4/23/2024 4:25:47 AM.
Banners are images that appear at the top and bottom of Web pages and generally link to other sites. This script dynamically generates banner ads, linking to different sites based on the day of the we
VMware Cloud: Optimize Workloads
4/22/2024 4:16:34 AM.
Unleash peak performance & cost savings in your VMware Cloud! Explore 5 key strategies for workload placement, maximizing agility & efficiency for your cloud environment. #VMwareCloud #CloudOp
Securing Your Workloads in VMware Cloud
4/22/2024 3:52:59 AM.
Fortify your VMware Cloud environment! Discover essential security practices for access control, networking, disaster recovery & more. #VMwareCloud #CloudSecurity
Alibaba Cloud ECS vs ACK: Choosing Right Solution for Workloads
4/15/2024 8:18:44 AM.
Struggling to choose between ECS and ACK for your containerized apps on Alibaba Cloud? This guide unlocks the key differences to pick the ideal service for scaling & managing your workloads.
Migrate and Run VMware Workloads to Oracle Cloud VMware Solution
4/10/2024 7:10:31 AM.
Migrating VMware workloads to the cloud can be a complex but rewarding process. This article explores the benefits, challenges, and steps involved in migrating and running VMware workloads on Oracle C
How to Connect Azure VMware Solution to an Azure VNet
4/3/2024 10:16:38 AM.
Learn how to seamlessly connect Azure VMware Solution to an Azure VNet, enabling you to integrate your VMware workloads with Azure services.
Simplifying File Uploads with .NET Core 7 Minimal APIs
3/21/2024 8:59:44 AM.
Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handli
The Cloud Show with Magnus Mårtensson ft. Mads Torgersen - Ep. 21
3/20/2024 12:55:14 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
How to Add Customize Download Timer Button in Blogger
3/7/2024 8:35:12 AM.
This article provides a guide on adding a customized download timer button on Blogger, offering increased convenience and control to users. It discusses the benefits of such a button, including schedu
Save Specific Twitter Tweet To Excel Spreadsheet With Azure Logic App
3/1/2024 10:46:14 AM.
Utilize Azure Logic App to automate capturing specific Twitter tweets and storing them in an Excel spreadsheet. Employ Twitter API integration, webhooks, and Azure Blob Storage for seamless data trans
Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time Data
2/28/2024 5:15:01 AM.
Vue.js, with its reactive framework and extensive ecosystem, provides developers with powerful tools to handle HTTP requests seamlessly. In this guide, we will explore advanced examples, extending bey
Vue.js HTTP Requests: Error Handling, Authentication, and File Uploads
2/28/2024 5:09:20 AM.
Vue.js, with its simplicity and reactivity, is not only a front-end framework but also excels in facilitating communication between the client and server through HTTP requests. In this article, we wil
How to Create CSV File from Excel Spreadsheet
2/27/2024 4:16:16 AM.
Explore methods to Create CSV File from Excel Spreadsheet. Get the best solutions to carte or save CSV files from Excel Spreadsheet in easy steps.
Create an Excel Template and Upload It to the Library
2/26/2024 8:47:15 AM.
In this article, Here, you'll find instructions on how to create and use an Excel template for various tasks, ensuring a blank starting point for your projects.
Secure Facebook Webhook Payloads in ASP.NET Core 8 with HMAC256 Verification
2/8/2024 8:15:07 AM.
In the realm of web development, integrating with platforms like Meta Facebook is common. This article guides us through verifying Facebook webhook payload signatures in ASP.NET Core 8, which is cruci
Multithreading in C#: Processes, Threads, and Performance Optimization
2/7/2024 10:06:03 AM.
In this article, we will learn to Explore how threads are managed, synchronized, and executed at the kernel level, shedding light on the core mechanisms of concurrency and parallelism.
Load Balancing Strategies: Optimizing Performance and Reliability
1/22/2024 11:06:35 AM.
This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It co
Securing PDF Uploads in MVC: Mitigating PDF Injection and Cross-site Scripting Vulnerabilities
1/15/2024 9:33:29 AM.
PDF Injection, also known as PDF XSS (Cross-site Scripting), can be a serious security vulnerability. To prevent such issues during PDF upload and viewing in an MVC (Model-View-Controller) applicatio
Java 21: New Features and Examples
11/2/2023 10:48:59 AM.
Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include reco
How Instagram Uses What You Speak About to Target Advertising?
10/25/2023 8:59:30 AM.
Have you ever pondered why you see so many advertisements on Instagram for goods and services that you find appealing? It's not by accident either. Facebook's parent company, Meta, also contr
Rockin’ The Code World with dotNetDave ft. Mads Torgersen - Ep. 89
10/20/2023 12:52:06 PM.
In this episode, Mads Torgersen will talk about C# new features design and Philosophy.
.NET Task Parallel Library vs System.Threading.Channels
10/18/2023 6:49:02 AM.
Concurrency in modern software development is vital for applications to efficiently manage multiple tasks simultaneously. In the .NET ecosystem, developers have two powerful tools for concurrency: the
Threads In C#
10/5/2023 5:56:28 AM.
Learn how to use threads in C#.
Using Chaos to Create Calmness (in Azure Workloads)
9/25/2023 2:05:54 PM.
In this session we will focus on DevOps and Azure Architecture, about the tools, going through a demo-packed scenario, to see it all in action.
Result Wrapper Package: Simplifying API Responses
9/17/2023 6:21:16 AM.
ResultWrapper package is to standardize API responses. This standardization allows for seamless integration with other APIs and ensures that the response format remains predictable and manageable acro
What is Threading in C#?
9/15/2023 6:37:06 AM.
Threading in C# empowers concurrent task execution within a single process. Enhance application performance, responsiveness, and scalability for complex operations. Learn the basics and explore advanc
Thread Synchronization using VS.NET 2005
9/12/2023 6:12:52 AM.
When two or more threads need access to a shared resource, they need some way to ensure that the resource will be used by only one thread at a time. The process by which this is achieved is called syn
Converting Dates to Words in C#
8/29/2023 10:02:10 AM.
In this article, I'd therefore like to present a simple program which does all this.
How to install Azure DevOps Server?
8/20/2023 7:47:02 PM.
In this article, you will learn how to install Azure DevOps Server in a windows machine.
Automating File Uploads to Azure Storage with Azure Pipelines
8/18/2023 4:56:19 AM.
Automate Azure Storage uploads via Azure Pipelines in software development. Streamline processes, reduce manual tasks, and ensure reliable uploads by creating an automated pipeline. Enhance collaborat
Chaos Engineering for Azure workloads - Azure for Sure - S2 - Ep. 7
3/22/2023 2:41:06 PM.
In this session, you will learn about Chaos Engineering for Azure workloads.
Deploy .NET 6 Workloads To Google Kubernetes Engine And Explore Kubernetes Features And Deployment
3/15/2023 10:41:58 AM.
In this article, we will try to set up our first GKE cluster. We would also deploy .NET 6 service to GKE. In the end, we would explore Kubernetes features and deployments.
How To Create Docker Image Of .NET 6 Workloads And Push It To Google Container Registry
3/9/2023 2:50:19 PM.
In this article, we would try to understand Google container registry. We would also set up new .NET 6 application and build custom image using Docker. In the last step we would push this image to GCR
Monitoring Azure Synapse Analytics Workloads Using DMVs
11/15/2022 5:24:17 AM.
In this article, you will learn how to monitor Azure Synapse Analytics Workloads using DMVs.
Synchronizing Threads in a Multithreaded Application in .Net - C#
8/31/2022 9:37:30 AM.
Here you will see synchronization of threads in a multithreaded application in .Net.
Threads And ThreadGroups In Java
6/20/2022 4:49:51 AM.
Thread creates a new thread of execution. The name of the thread is specified by the ThreadName. Thread groups are to manage groups of threads as a unit.
ACTION_HEADSET_PLUG Intent In Android
5/18/2022 2:12:38 PM.
In this article, you will learn about ACTION_HEADSET_PLUG intent in Android.
Automating NuGet Package Uploads
5/4/2022 6:45:10 AM.
Maintaining a huge number of packages on NuGet can be a tedious task. Here's a slick shortcut for automating things.
Debugging and Tracing in C#
3/31/2022 9:02:46 AM.
In this article I will explain you about the Debugging and Tracing in C#.
Java 8 - orElse vs orElseGet
12/24/2021 7:18:09 AM.
The article explains the difference between the two methods orElse vs orElseGet.
How To Add Synfusion Spreadsheet component In Angular Application
12/16/2021 3:56:35 PM.
In this article, you will learn how to add Synfusion Spreadsheet component in Angular application.
Understanding Worker Thread And I/O Completion Port (IOCP)
12/13/2021 6:28:02 AM.
In this article, you will learn about worker thread and I/O Completion Port (IOCP).
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.
Integrate Facebook Ads Using ASP.NET MVC
6/18/2021 4:53:36 AM.
In this article, you will learn how to integrate facebook login into your application and using these API's you can retrieve data from Facebook Ads.
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
Rockin' The Code World with dotNetDave ft. Mads Torgersen - Show 3
10/13/2020 7:32:55 AM.
The third episode of Rockin' The Code World with dotNetDave ft. Mads Torgersen
Insecure File Uploads
9/11/2020 12:17:56 PM.
In this article, you will learn about insecure file uploads.
Debug Async Code
6/15/2020 5:20:23 AM.
In this article, you will learn how to debug async code.
How To Open and Read an Excel Spreadsheet into a ListView in .NET
5/21/2020 1:01:26 AM.
The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel.
Android Threads and Handlers
3/21/2020 7:39:21 AM.
This tutorial describes the usage of Threads and Handlers in an Android application. It also covers how to handle the application lifecycle together with threads.
Extracting Data From Large Spreadsheets Using Python And Openpyxl
3/17/2020 11:49:51 PM.
At least once in life, every computer user has to handle some spreadsheets or, excel files. Sometimes it's to put formulas in for accounting, sometimes it's to store data from Google forms or
Floating Chat Heads Using Android Application
2/25/2020 1:09:32 AM.
We all love the chat head or chat bubbles from the popular Facebook Messanger. This provides very handy and easy access to the chat conversation screen no matter which screen you are on. Chat heads ar
Exporting Kendo SpreadSheet To PDF With Remote DataBinding
2/20/2020 8:28:59 AM.
From this article you will learn how to export kendo spreadsheet to PDF with remote databinding.
Understanding Parallel Programming Using Pthreads In PHP
2/13/2020 7:59:02 AM.
PHP is the appeal of a simple synchronous, single-threaded programming which attracts most developers. And for significant performance improvement,Pthreads can enhance the experience of your website i
Handling Events In Kendo SpreadSheet Using jQuery
2/5/2020 12:45:27 AM.
From this article you will learn how to handle the events in kendo spreadsheet using Jquery.
How To Create A Thread In Java
9/19/2019 6:47:46 AM.
In this article we discuss how to create a thread in Java and also discuss Multi-threading and Multi-tasking in Java.
How To Provide Joining And Naming To Threads In Java
9/19/2019 6:35:58 AM.
In this article we discuss Joining and Naming of Thread in Java.
Working With Threads in Java
9/12/2019 5:43:32 AM.
In this article you will learn how to set the priority of a thread and use the og join(), isAlive() methods in Java
Rotate Ads Without Refreshing the Page Using AdRotator in ASP.NET
8/19/2019 4:56:06 PM.
This article explains the concept of the AdRotator control without the user refreshing the page and rotates the ads on a certain time interval.
Implementing AdRotator Control in ASP.NET
8/19/2019 2:53:28 PM.
This article and attached code example shows how to use an ASP.NET AdRotator control in a Web application using C#.
Perform Single And Multiple Task Using Multiple-Thread In Java
7/25/2019 1:21:22 AM.
This article explains how to perform a single and multiple tasks using multiple threads.
Create And Update Google SpreadSheet Via Google API.NET Library
6/11/2019 9:41:34 AM.
In this article, you will learn how to create and update a Google SpreadSheet via Google API.NET library.
Creating an Excel Spreadsheet Programmatically
5/14/2019 6:40:28 AM.
In this article, we will see to create excel, make visible, add a new workbook and to set a value for cell in the Excel file using C#.
C# Thread Basics
3/30/2019 9:56:34 AM.
Learn the basics of C# Thread. This code example explains how to create a Thread in C# and .NET Core.
Accessing Global Address List via System.DirectoryServices Namespace
3/7/2019 12:02:27 AM.
This is a how-to article to access the GAL from ASP.NET, using the DropDownList ASP.NET server control as the UI. To accomplish this the article will illustrate by utilizing ADSI technology from a C#
Virtual Reality Vs Augmented Reality | Quick Overview With Examples
1/17/2019 2:18:33 AM.
In this video, you will learn about what Virtual Reality is and what Augmented Reality is. Also, will see the difference between Virtual Reality and Augmented Reality. I will also discuss how you can
Passing Data To A Thread In C# and .NET
1/15/2019 10:46:03 PM.
How to pass data to a thread in C#. In this article, I will demonstrate how to use the ThreadStart to pass data from your main program to a new thread using the ParameterizedThreadStart.
Remote DataBinding In Kendo SpreadSheet
12/31/2018 11:00:57 PM.
From this article you will learn how to implement the remote data binding in Kendo spreadsheets.
What Is New In C# 8.0
12/15/2018 10:59:46 AM.
Microsft has released this video where the project head of C# language, Mads Torgersen is talking about new features of C# 8.0.
Understanding Threading in .NET Framework
9/17/2018 1:16:54 AM.
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 i
Google AdMob - Display Ads In Xamarin Forms
9/12/2018 10:22:58 AM.
Hello Everyone, I am going to show how to display Google AdMob Ads for Android and iOS applications for CSharp - Xamarin Mobile Development.
Getting Started With Google AdMob
9/4/2018 10:48:00 AM.
Hello Everyone, We are going to learn how to create an account in Google AdMob and how to generate API keys for Android/iOS, which helps us to display ads in our applications.
Creating Simple Thread In C#
3/26/2018 1:04:10 AM.
This video shows creating and running threads in C-Sharp. It also explains the use of Thread.Join().
How To Connect The Outlook Mail To Excel With Microsoft Flow
10/31/2017 6:03:08 PM.
This article helps you to learn how to create a Flow between the Outlook Mail and Excel Spreadsheet.