C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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]
Vijayaragavan S(5)
Onkar Sharma(5)
Kartik Kumar(4)
Sagar Pardeshi(3)
Aakash Maurya(3)
Sarathlal Saseendran(3)
Delpin Susai Raj(3)
Anoop Kumar Sharma(2)
Sandeep Mishra(2)
Prasad (2)
Sanjay Kumar(2)
Satyaprakash Samantaray(2)
Sanjay Kumar Pathak(2)
Shweta Lodha(2)
Prajnya (2)
Allen Oneill(2)
Anbu Mani(2)
Prashant Sharma(2)
Shubham Sharma(2)
Emanuel Martins(1)
John Godel(1)
Vijay Kumari(1)
Anuradha Rani (1)
Mohamed Shifan(1)
Mahesh Chand(1)
Shiv Gupta(1)
Jejji Arora(1)
Rajashekar Syereddy(1)
Lokesh Varman(1)
Najath Risni(1)
Ravikant Sahu(1)
Ishan Gupta(1)
Nahid Sultana(1)
Maneesha Kashyap(1)
Ishika Tiwari(1)
Deepak Kumar(1)
Mayuresh Joshi(1)
Kishan Zalariya(1)
Manikandan M(1)
Anjali Joshi(1)
Amit Sharan(1)
Nitin (1)
Prakash Khaire (Ph.D.)(1)
Arindam Dawn(1)
Chandani Prajapati(1)
Nirav Vikani(1)
Manoj Mittal(1)
Suthahar Jegatheesan(1)
Abubackkar Shithik(1)
Jeeva Subburaj(1)
Dhruvin Shah(1)
Manpreet Singh(1)
Mahipal Reddy(1)
Venkata Siva Prasad Reddy Pulagam(1)
Menaka Priyadharshini B(1)
Vikas Srivastava(1)
Zakir Ahamed(1)
Amit Kumar Singh(1)
Vijai Anand Ramalingam(1)
Umair Hassan(1)
Rakesh Trivedi(1)
Jose Carlos Macoratti(1)
Ali Imran(1)
Guest User(1)
Pradip Pandey(1)
Ibrahim Ersoy(1)
Ashish Tiwari(1)
Sibeesh Venu(1)
Ramees (1)
Resources
No resource found
Setting the App Icon and SplashScreen in MAUI [GamesCatalog] 17
Apr 23, 2025.
Configured custom app icon and splash screen in .NET MAUI using SVG files from FontAwesome. Integrated local game rating storage via the IGDB API. Prepping for next phase: building a Web API backend.
Evolution of Web Scraping: Insights from John Godel on the Enhanced HtmlFetcher Class
Mar 24, 2025.
In the ever-evolving landscape of web development, efficiently retrieving and parsing web data has become crucial. Recently, I had the opportunity to delve into a sophisticated yet efficient C# class that achieves this goal: the HtmlFetcher class.
Web Scraping Using Python
Feb 21, 2025.
Learn how to scrape book details like titles, prices, and ratings from 'Books to Scrape' using Python. This guide covers web scraping basics, data extraction, and enhancements for efficient data handling.
Web Scraping using BeautifulSoup in Python
Sep 03, 2024.
Discover the basics of web scraping, HTML parsing, and how to extract data from websites efficiently. Ideal for beginners and professionals, this tutorial walks you through the process step by step with examples.
How to Create Scrollable Screen?
Jul 25, 2024.
Learn how to create and manage scrollable screens in your project, enhancing user experience with full-screen scrolling. This guide covers adding and configuring scrollable screens, managing control alignment, and handling dynamic content like galleries.
Create Comment System Like Facebook YouTube Viva Engage Yammer
Jul 23, 2024.
The article explains how to implement a commenting feature using a scrollable screen. It covers creating a scrollable screen, adding and aligning controls, handling dynamic gallery heights, and managing visibility settings. The goal is to enable user comments and display them effectively, similar to social media platforms.
Create Scrollable Screen in PowerApps
Jul 22, 2024.
Creating a scrollable screen is essential for enhancing user experience by allowing access to content that exceeds the viewport. This guide covers various methods to implement scrolling, including vertical and horizontal scrolling, using CSS, JavaScript, and popular frameworks.
Create Dynamic and Flexible Height Gallery
Jul 22, 2024.
We often come across where scrolling of controls is not needed or avoided. In such case we can make controls height flexible or overflowing. In below article we will see how to overflow gallery height. When the item count increases gallery height also increases without having a scroll bar.
Automating Resume Screening with Power Automate and ChatGPT
Apr 08, 2024.
In this article, we will discover how businesses can revolutionize their hiring process through the automation of resume screening using Power Automate and ChatGPT.
Automate Candidate Screening with ChatGPT AI in Process Automation
Mar 27, 2024.
Microsoft introduces the ChatGPT model, revolutionizing customer interactions and internal communication. Businesses adopt ChatGPT for automated tasks, enhancing productivity and personalized experiences. Explore its potential and implementation steps.
Managing Storage Spaces with File Server Resource Manager (FSRM)
Mar 13, 2024.
FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
Dynamics 365 - Duplicate Detection with PowerApps
Mar 11, 2024.
This document outlines the process of detecting duplicate contacts in Dynamics 365 when generating a new contact. It explains how to set up a Blank Canvas App, establish a connection with a Dynamics 365 Data Source, and design a dialog screen for duplicate detection.
From Script to Screen in Seconds: OpenAI's Sora Reimagines Video Creation
Mar 09, 2024.
OpenAI has unveiled a new tool called Sora that promises to shake up video creation. Imagine describing a scene and having it come to life as a video! This AI-powered tech could revolutionize everything from social media content to educational materials. Get ready.
Dynamic Theme Change Across Canvas App Screens
Mar 07, 2024.
This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
Print Output of First n Natural Numbers in UI Screen in Unity 3
Feb 28, 2024.
To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
Creating a Personalized Waiting Window in .NET 6, 7, 8 WPF
Feb 26, 2024.
A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
Auto Detect Responsive Screen Sizes Using Angular and Bootstrap
Feb 19, 2024.
This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator for detecting changes in the window size, allowing for dynamic adjustment of screen dimensions.
Android Responsive Login Screen Design using Constraint Layout
Feb 16, 2024.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Dynamically Alter Theme Across All Screens Within the Canvas App
Feb 13, 2024.
Learn how to seamlessly adjust the theme across all screens within your Canvas app dynamically. Explore methods for real-time theme modification, ensuring consistent and adaptive UI theming for a cohesive user experience.
How to Implement a Video Splash Screen in Xamarin Android
Jan 11, 2024.
This guide provides a step-by-step approach to implementing a captivating video splash screen in Xamarin Android. It covers preparing the video, adding it to resources, updating the layout file, setting video source in code, handling permissions, adjusting splash screen duration, testing, and refining.
Python Text Extraction
Dec 11, 2023.
Unlock the untold stories within digital images through text extraction. Explore the fusion of technology and human-readable language using Tesseract OCR and Python. This article guides you through installation, script writing, and the art of revealing narratives hidden in pictures. Elevate your coding journey!
How to Create File Screening Management in FSRM
Dec 06, 2023.
This article guides you through the process of setting up file screening management in File Server Resource Management (FSRM). File screening management allows control over the types of files stored on a file server, limiting specific file extensions.
Working with Splash Screen in .NET MAUI
Nov 26, 2023.
In this article, we will learn How to create and customize the splash screen in .NET MAUI.
Lock Screen in Jetpack Compose
Aug 25, 2023.
This article will describe how we can create a lock screen in Android with Jetpack Compose.
How to Build a Login Screen in SwiftUI?
Aug 24, 2023.
Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
Screen Resolution in Desktop flow using Microsoft Power Automate
May 26, 2023.
Reading this article, you can learn how to get or set the screen resolution using the Get screen resolution action and Set screen resolution action in a workstation group of actions with Desktop flow using Microsoft Power Automate.
Control Screen Saver Action in Desktop Flow using Microsoft Power Automate
May 25, 2023.
Reading this article, you can learn how to control the screen saver using the Control screen saver action in a workstation group of actions with Desktop flow using Microsoft Power Automate.
Power Apps Confirmation Pop up screen using Container controls
Apr 26, 2023.
In this article, we will see how to add a confirmation pop-up screen for changing the status of an item in gallery control using container controls. This can be done using rectangle control also, but you must group all the controls for pop-up screen as well as set properties individually for the controls used in the confirmation screen. Using container controls, you don't need to group controls and set individual properties.
SharePoint Item Display and Edit Screens Without Any Customization
Apr 24, 2023.
In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have requirements where we want to show/ edit the details of any selected SharePoint list item. In most cases we go with custom web part or some app in Power Apps, but we can achieve this without any customization. We can use out of box SharePoint web parts and features to do this.
Understand Properties And Events Of Screens In PowerApps
Dec 29, 2022.
In this article, you will learn about properties and events associated with PowerApps screen.
Manage Screens In PowerApps
Dec 28, 2022.
This article will focus on managing the screens in PowerApps and performing basic operations related to the screens.
Understanding Screens And Screen Templates In PowerApps
Dec 28, 2022.
This article focus on screens and screen templates available into the PowerApps.
Data Scraping Using UiPath
Dec 20, 2022.
This article is to give an idea on data scraping using UiPath.
Screen Capture Using Python
Jun 13, 2022.
This articles explains about capturing a screen using Python.
Animated Screen In Windows Forms
May 18, 2022.
In this article, you will learn how to add an animated screen using Windows Forms.
Custom Progress Bar In Splash Screen Using C#
May 16, 2022.
In this article, you will learn about custom progress bar in splash screen using c#.
Developing A Splash Screen Using Java
Apr 14, 2022.
You must have noticed that whenever you launch any application, be it on any platform, there is a displaying of a Logo Image related to the firm/organization which owns the application. This lasts usually for around 3-5 seconds. This image (Logo/Banner) display feature is known as Splash Screen. This is also known as Loading Screen since it appears while the application is loading.
Work From Home Hack - Keep Your Screen Active Forever Using Python
Apr 04, 2022.
Understand how to keep your screen active forever.
How To Call A Function With Parameters From Multiple Screens In PowerApps
Feb 28, 2022.
In this article, we will learn how we can call a function with parameters in the canvas app powerapps. Similar to javascript function calling we can also call a reusable formula in PowerApps with the help of toggle control.
Easily Do Web Scraping In .NET Core 6.0
Feb 20, 2022.
In this post, we will see how to do web scraping in .NET Core 6.0 applications.
Web Scraping In C# Using ScraperAPI
Jan 30, 2022.
In this article, we will explore how to create real life web scraper using ScraperAPI and HtmlAgilityPack.
Implement The Splash Screen In Xamarin.Android
Jul 09, 2021.
In this article, I have explained the splash screen activity in Xamarin.Android.
Fetch Data From JSON File And Display It On The Screen - Swift
Jun 23, 2021.
In this article, you will learn how to fetch data from JSON files and display it on the screen.
PowerApps Bulk Update Collection With Patch And Floating Concept Used For Screen Customization
Jun 14, 2021.
In this article, I will explain on edit, update or delete multiple tasks of the Task gallery along with this I will explain the floating concept in Power Apps which will help for better architecture in the design of Application.
Project Management Application (Create Project) Using PowerApps And SharePoint Online
Mar 13, 2021.
In this article, you will learn about Project Management Application using PowerApps and SharePoint Online. Along with that, the series will be a Tutorial for PowerApps learning for Beginners. I hope, some tips and tricks will also help the PowerApps users to implement this on their work.
Creating A Custom Camera View (Create Half Screen Camera In Xamarin.Forms) - Xamarin
Jan 20, 2021.
In this article, you will learn how to create a Custom Camera View (Create Half Screen Camera in Xamarin.Forms) - Xamarin.
Create a Slider Show Screen Space On Button Click Using C# Script In Untiy
Nov 02, 2020.
In this article, you will learn how to create the slider show screen space on button click using c# script in untiy.
Web Scraping Using Python
Sep 02, 2020.
This article contains a step-by-step guide on learning Web Scraping (extracting value data from a webpage) using Python.
30 Days Of Python đšâđ» - Day 23 - Web Scraping
Aug 17, 2020.
In this article, you will learn about Web Scraping in Python.
Steps To Fix Firebase Hosting đ„ Shows Welcome Screen Instead of index.html Page Of Angular Web đApplication
Aug 03, 2020.
Deploy Angular project production in Firebase hosting and fix issue after hosting.
How To Create A Popup Screen In PowerApps
Jul 30, 2020.
In this article, we will see step by step implementation to create a popup screen in powerapps.
Data Scraping In Webpage Automation Using UiPath Studio
Jun 01, 2020.
By reading this article, you can learn how to scrape the data from a web page automation bot using the OpenBrowser and Write CSV activities in UiPath Studio Pro Community.
How To Record Screen On Windows 10
May 26, 2020.
In this tutorial, I describe how to Record your Windows 10 screen effortlessly using built-in tools or third-party software. Capture tutorials, gameplay, presentations, or demonstrations with ease. Enhance productivity or share experiences seamlessly through screen recording.
Microsoft Surface Duo Setup and Xamarin Forms-Based Android Application Example
May 12, 2020.
I have explained how to setup Microsoft surface duo emulator and shown a demo of an Xamarin forms-based Android application in this article. You will be able to run the Microsoft Surface Duo emulator on your machine and test your existing Xamarin forms-based applications in Surface Duo.
Steps to Build a PowerApp Screen, Connector And Navigation
Mar 30, 2020.
Learn how to build & design a power apps canvas-based application (i.e. home screen, navigation and list view control).
Azure Content Mask for Presentations and Screen Recordings
Feb 05, 2020.
In this article, you will learn how to add the Azure content mask for presentations and screen recordings.
How to Take Screenshots in Windows 10
Feb 05, 2020.
In this tutorial, I discuss how to Discover various methods to effortlessly capture screenshots in Windows 10. From utilizing keyboard shortcuts like Print Screen to leveraging built-in tools like Snipping Tool and Snip & Sketch, learn how to capture, save, and share screenshots with ease.
How To Pin Command Prompt (Administrator) In Windows 10
Dec 31, 2019.
Learn how to pin the Command Prompt (Cmd) as an administrator (Admin) to the start screen, desktop, and taskbar in Windows 10. Pinning allows for quick access to frequently used applications and settings.
Change Screen Refresh Rate In Windows 10
Dec 06, 2019.
In this article, I have described how to change the screen refresh rate in Windows 10. The Screen refresh rate in Windows 10 is the number of times during a second that a device reconstructs its buffer.
How To Enable Screen Saver In Windows 10
Nov 07, 2019.
To enable the screen saver in Windows 10, access "Settings," navigate to "Personalization," then "Lock screen," and select "Screen saver settings." Choose a screensaver and set the idle timeout. This enhances desktop security and adds customization to your computer's display.
How To Create Splash Screen Using Kotlin In Android Studio
Sep 30, 2019.
In this article, I will show you how to create a splash screen using Kotlin In Android Studio.
ScreencastR - Simple Screen Sharing App Using SignalR Streaming
Aug 16, 2019.
In this article, we will see how to create a simple screen- sharing app using signalR streaming with IAsyncEnumerable API
C# Corner Author Posts Analytics With Angular 8
Jun 15, 2019.
In this post, we will see how to fetch the article, blog, and news details for an author from the C# Corner site and show post analytics in an Angular 8 application. We will show a chart (Pie, Doughnut, and Polar area) and other analytics with the author data. We will use HtmlAgilityPack library to scrape the data from C# Corner site and Chart.js library to show the chart in Angular 8 application.
Redirect Users To A Specific Screen Of PowerApps From Email Notification Or Deep Links
May 29, 2019.
In this article, we will learn how we can redirect users to a specific PowerApps screen. The concept is sometimes called âDeep Links in PowerAppsâ. Here, we will use Param() function to redirect user to specific page from the web URL.
How To Use/Switch Screens On Microsoft PowerApps In Office 365
Jan 29, 2019.
There are many small fixations or steps to make your PowerApps completely functional. Some of them can be achieved directly and some of them have their tricky way. Here in this article, we are going to see one of those fixations.
Screen Lock Active Or Release In Xamarin Forms Application Using Xamarin Essentials For Android And UWP
Nov 16, 2018.
Reading this article, we can learn how to How to Keep your screen asleep while your application running in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
Deep Linking Into A Specific Screen On Mail Body In PowerApps
Nov 16, 2018.
In this article I am going to explain how to provide a link which will help to navigate a specific screen of your application in PowerApps from email body.
Data Scraping From A Website And Saving To SQL Server Using UiPath (RPA)
Nov 12, 2018.
We will see the data scraping from a website and save data to SQL server. I will fetch some user data from C# Corner site and save to different variables. Later I will save these variables to SQL server database.
Absolute Dimensions Of App Screen - Xamarin.Forms
Sep 13, 2018.
Today, we are going to learn how to get the exact dimensions of the app screen. First, let us learn what is the need of absolute dimensions of the app screen.
Web Scraping - Learn The Fundamentals In 60 Minutes
Sep 12, 2018.
Introduction to a free resource on web scraping - what you need to know before you get started!
Splash Screen With Metro Framework In WinForms
Jun 01, 2018.
In this article, I am going to explain how to create a splash screen using Metro Framework in Visual Studio 2017.
How To Add Splash Screen And App Icon In UWP Project
Dec 21, 2017.
In this article, we will learn a very simple way to add Splash Screen and App Icon in UWP application.
Windows Forms Application C# - Splash Screen With Metro Framework
Sep 06, 2017.
In this article, we will discuss how to create a splash screen using Metro Framework step-by-step. We will create a progress bar to load any process in a Windows.Forms application. The splash screen actually displays at the process running time.
How To Perform Web Scraping Using Python Program
Sep 04, 2017.
Web Scraping (also known as Screen Scraping, Web Data Extraction, Web Harvesting etc.) is a process to scrap (extract) data from web pages, web document, HTML document or XML document in a structured manner and then store in database, text file as a spreadsheet , as a XML , or in whatever file format we want to save in.
How To Create Multi-Screen Request Form App For SharePoint Online List Using PowerApps
Aug 22, 2017.
In this article you will see how to create multi-screen request form app for SharePoint Online list using PowerApps. Refer to getting started with PowerApps and Flow for more details. Refer to my previous article to create a simple approval app using PowerApps and Flow in SharePoint Online.
Add Images Icons And Splash Screen In Xamarin.Forms
Apr 24, 2017.
Add Images icons and Splash Screen in Xamarin.Forms.
Create Animated Splash Screen In Xamarin With Visual Studio 2015
Mar 02, 2017.
In this article, we learned how to create an animated splash screen in Xamarin with Visual Studio 2015.
Xamarin Android - Create Android App Supporting Multiple Screens
Feb 20, 2017.
In this article, you will create an Android app that supports multiple screens.
Splash Screen In Xamarin.Forms Application For Android And UWP
Jan 21, 2017.
In this article, you will learn how to add Splash Screen in Xamarin.Forms application for Android and Universal Windows Platform with XAML and Visual C#, using Visual Studio 2017.
Creating A Splash Screen In Xamarin.Forms
Dec 29, 2016.
In this article, Iâll show how to create a splash screen in a Xamarin.Forms application.
Enabling Spotlight Images On Windows 10 Lockscreen
Dec 28, 2016.
In this article, you will learn more about how to enable Windows Spotlight images on the lockscreen of Windows 10.
How To Turn ON Or OFF SmartScreen Filter In Microsoft Edge In Windows 10
Dec 13, 2016.
In this article, youâll learn how to turn the SmartScreen Filter ON or OFF in Microsoft Edge, in Windows 10.
WebScraping With C# - Point And Scrape!
Nov 15, 2016.
Automate WebScraping - point and click web scrape with Javascript and C#
Creating A Splash Screen In Xamarin Android App Using Visual Studio 2015
Nov 04, 2016.
In this article, you will learn how to create a splash screen in Xamarin Android app, using Visual Studio 2015.
Web Scraping In C#
Nov 02, 2016.
In this article, you will learn about Web Scraping in C#.
How To Change Screen Resolution On Windows 10
Oct 31, 2016.
In this article, you will learn how to change the screen resolution, color calibration, clear Type text, display adapter, Font Size, and other display settings in Windows 10.
How To Get Mobile Phone Screen Size In Xamarin Android App Using Visual Studio 2015
Oct 22, 2016.
In this article, you will learn how to get the mobile phone screen size in Xamarin Android app, using Visual Studio 2015.
Creating Splash Screen And Other Tile Icons For UWP Apps - Part Two
Oct 14, 2016.
In this article, you will learn how to create a splash screen and other tile icons for UWP apps.
How To Disable Cortana On Lock Screen In Windows 10
Oct 05, 2016.
In this article, you will learn how to disable Cortana on lock screen in Windows 10.
How To Change Login Screen Background In Windows 10
Oct 04, 2016.
In this article, you will find the steps to change the background of your login screen in Windows 10.
How To Enable Cortana On Lock Screen In Windows 10
Oct 04, 2016.
In this article, you will learn how to enable Cortana on lock screen in Windows 10.
How To Hide (Disable) Your Personal Information On The Windows 10 Login Screen
Sep 19, 2016.
In this article, you will learn, how to hide (disable) your personal information on the Windows 10 login screen.
How To Change Splash Screen Image In Windows Universal App
Sep 07, 2016.
In this article, you will learn how to change the Splash screen in Universal Windows app.
How To Change Windows 10 Lock Screen Timings
Aug 31, 2016.
In this article, you will learn how to change windows 10 Lock screen timings.
Activity Behavior When Screen Orientation Changes In Android Application
Aug 31, 2016.
In this article, you will learn about the activity behavior of views, when screen orientation changes to either portrait or landscape.
Splash Screen In UWP
Jun 01, 2016.
This article covers the topic of adding Splash Screen to UWP apps.
Xamarin Android: Create Android Splash Screen App
May 07, 2016.
In this article you will create a Xamarin Android Splash Screen app.
Creating Watermark While Taking Screenshot Of A Screen In Android Application
Apr 30, 2016.
In this article you will learn about how to create watermark while taking screenshot of a screen in Android application.
Programmatically Change The Element Or Page Into Full Screen Mode
Mar 06, 2016.
In this article we are going to see how we can change any element or any page into full screen mode programmatically.
Enabling And Disabling Screen Capture In Windows 10
Jan 23, 2016.
In the following article I will show how to enable and disable screen capturing feature in Universal Windows Platform.