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]
Alagunila Meganathan(8)
Onkar Sharma(5)
Dhruvin Shah(5)
Vijayaragavan S(4)
Kartik Kumar(4)
Sagar Pardeshi(3)
Aakash Maurya(3)
Delpin Susai Raj(3)
Sandeep Mishra(2)
Prasad (2)
Sanjay Kumar(2)
Satyaprakash Samantaray(2)
Sanjay Kumar Pathak(2)
Shweta Lodha(2)
Prajnya (2)
Vijai Anand Ramalingam(2)
Prashant Sharma(2)
Shubham Sharma(2)
Emanuel Martins(1)
Anuradha Rani (1)
Mohamed Shifan(1)
Mahesh Chand(1)
Shiv Gupta(1)
Jejji Arora(1)
Rajashekar Syereddy(1)
Najath Risni(1)
Anoop Kumar Sharma(1)
Ravikant Sahu(1)
Ishan Gupta(1)
Fuad Hasan(1)
Maneesha Kashyap(1)
Ishika Tiwari(1)
Deepak Kumar(1)
Mayuresh Joshi(1)
Manikandan M(1)
Anjali Joshi(1)
Sanjay Makwana(1)
Devesh Kachhaway(1)
Abhishek Yadav(1)
Amit Sharan(1)
Nitin (1)
Chandani Prajapati(1)
Nirav Vikani(1)
Muthusamy Thangavel(1)
Manoj Mittal(1)
Suthahar Jegatheesan(1)
Abubackkar Shithik(1)
Jeeva Subburaj(1)
Manpreet Singh(1)
Mahipal Reddy(1)
Venkata Siva Prasad Reddy Pulagam(1)
Ronika Jency(1)
Menaka Priyadharshini B(1)
Vikas Srivastava(1)
Zakir Ahamed(1)
Vidyadharran G(1)
Umair Hassan(1)
Rakesh Trivedi(1)
Anbu Mani(1)
Jose Carlos Macoratti(1)
Guest User(1)
El Mahdi Archane(1)
Pradip Pandey(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.
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.
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.
Find Blank Column Using LINQ In UiPath
Jan 03, 2023.
In this article, you will learn how to find blank column Using LINQ in UiPath.
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.
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.
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.
How To Create Blank Page Without Header And Title In SharePoint Online
Apr 03, 2021.
In this article, we will learn how can we create a page without a header and title in SharePoint online.
Set Date Field To Blank In PowerApps
Mar 19, 2021.
When we create Power apps for SharePoint List, If we have date field then for date field Power apps sets the default date. To set the default date as per our requirement or to make it blank use this approach.
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.
How To Create A Blank Subset Of Data In R
Feb 08, 2021.
In this article, I demonstrated how to create a blank subset of a dataset.
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.
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.
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.
Set Default Value as Null or Blank to Power Apps Dropdown List
May 04, 2020.
In this article, you will learn how to set the default value as null or blank to a Power Apps dropdown list.
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
How To Remove (Blank) From Power BI Slicer
Jul 05, 2019.
In this article, we will talk about how we can easily remove (Blank) from the Power BI Slicer.
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
Jun 10, 2019.
In this article, we will learn how we can create a conditional column within PowerApps Grid View with the Unicode characters. This article is a part of the PowerApps Step by Step Series of the Grid view. The article is useful to all beginner to advanced level professionals who are working in PowerApps or are planning to learn the PowerApps.
How To Create A Header In PowerApps Blank Gallery - PowerApps Grid View
Jun 10, 2019.
In this article, we will learn how we can easily create a Header in the PowerApps Grid view. This article is very useful for the readers who are new to learn PowerApps. Learn the PowerApps Step by Step in all my PowerApps articles.
Create Grid View In PowerApps Using Blank Gallery Control - Part One
Jun 07, 2019.
In this article, we will learn how we can create a Grid View in PowerApps using Blank Gallery Control.
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.
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.
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.
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.
Create Blank PowerApps With Excel As Data Source
Aug 16, 2018.
In this article, we are going to see “how to create blank powerapps with excel as data source”. Before read the article go through the Introduction to PowerApps and Creating Template with it.
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.
How To Create A Blank Logic App In Azure
Nov 07, 2017.
Azure Logic Apps is a fully managed integration platform as a service which provides a way to automate the workflows and business processes. You could easily integrate across different services in the cloud and on-premise through connectors. In this article you will see how to create a blank logic app which will send an email to a Gmail account when a new tweet is posted with the text “SharePoint” or #SharePoint.
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 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.
Create A Blank Database Using PowerShell
May 18, 2017.
Create a blank database using PowerShell. Steps to create a blank database using Windows PowerShell commands. Prerequisites are Windows Azure PowerShell and Azure subscription.
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.
Working With Ionic Check Box Class In Ionic Blank App Using Visual Studio 2015
Nov 24, 2016.
In this article, you will learn about how to add Check Box class in Ionic app, using Visual Studio 2015.
Using Range Classes In Ionic Blank App Using Visual Studio 2015
Nov 24, 2016.
In this article, you will learn about how to add Range classes in Ionic app, using Visual Studio 2015
Working With Ionic Toggle Classes In Ionic Blank App Using Visual Studio 2015
Nov 23, 2016.
In this article, we are going to see how to start using Toggle Classes in Ionic app, using Visual Studio 2015.
Working With Ionic List Item Class In Ionic Blank App using Visual Studio 2015
Nov 17, 2016.
In this article you will learn how to add List Item Class in Ionic App using Visual Studio 2015
Working With Button Class In Ionic Blank App Using Visual Studio 2015
Nov 14, 2016.
In this article, you will learn how to add button control in Ionic app, using Visual Studio 2015.
Working With Color Classes In Ionic Blank App Using Visual Studio 2015
Nov 12, 2016.
In this article, you will learn how to start using the Color classes in Ionic app, using Visual Studio 2015.
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.
Getting Started With Ionic Blank App Using Visual Studio 2015
Nov 03, 2016.
Get started with building a hybrid mobile app using the Ionic Framework and Visual Studio 2015. This guide covers setting up Ionic and Cordova, creating a blank app template, and utilizing the Ionic CLI. Learn to use AngularJS and TypeScript for development, and leverage Visual Studio for debugging and deployment.
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.
How To Build Blank Apps Using Microsoft PowerApps
Oct 19, 2016.
Learn how to build blank apps using Microsoft PowerApps in this comprehensive guide. Perfect for beginners, this tutorial walks you through the process of creating custom apps without any coding.
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.
Using Crystal Report With ASP.NET MVC 5
Sep 26, 2016.
Learn how to use Crystal Report Control in an MVC application to export database table data to PDF using Entity Framework. This guide covers prerequisites, creating a SQL database, setting up an MVC application in Visual Studio, adding ADO.NET Entity Data Model, creating Crystal Reports, and configuring controllers and views.
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.