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 ico
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rikam Palkar (3)
Sanwar Ranwa (3)
Arun Choudhary (3)
Adarsh Nigam (2)
Sagar Pardeshi (2)
Rohatash Kumar (2)
Gaurav Gupta (2)
Sardar Mudassar Ali Khan (2)
Mahesh Chand (2)
Sourav Kayal (2)
Lalit Bansal (2)
Manish Tewatia (2)
Rizwan Ali (2)
Dhruvin Shah (2)
Gnanavel Sekar (2)
Praveen Raveendran Pillai (1)
Mariusz Postol (1)
Keyur Pandya (1)
Menaka Priyadharshini B (1)
Prabhat Kumar (1)
Alpesh Maniya (1)
Varun Setia (1)
Shiv (1)
Naveen Kumar (1)
Vulpes (1)
Ehsan Sajjad (1)
Shweta Lodha (1)
Vipin Kumar (1)
Shantanu (1)
Jayraj Chhaya (1)
Lajapathy Arun (1)
Keyur (1)
Ahmad Mozaffar (1)
Tanmay Sarkar (1)
Rahul Sahay (1)
gary sun (1)
Ritesh Sharma (1)
Ashish Bajpai (1)
Tahir Ansari (1)
Michal Habalcik (1)
Dhairya Krishnat (1)
Dipen Lama (1)
Shakti Saxena (1)
Suyog Patil (1)
Bechir Bejaoui (1)
Mike Gold (1)
Manikandan M (1)
Abhishek Tiwari (1)
Scott Lysle (1)
Sameer Shukla (1)
Siddharth Vaghasia (1)
Venkatasubbarao Polisetty (1)
Ramakrishna Pathuri (1)
Afzaal Ahmad Zeeshan (1)
Ashish Bhatnagar (1)
Yatendrasinh Joddha (1)
Munib Butt (1)
Mahalasa Kini (1)
Muthusamy Thangavel (1)
Abhishek Mishra (1)
Jagan Mohan (1)
Rahul (1)
Waleed Mohamed (1)
Chintan Rathod (1)
Nanddeep Nachan (1)
Abubackkar Shithik (1)
Avnish Kumar (1)
Ashutosh Gupta (1)
Shubham Sharma (1)
Abhishek Kumar (1)
Prabhakar Maurya (1)
Sunny Sharma (1)
Sanjoli Gupta (1)
Shubham Srivastava (1)
Nirav Daraniya (1)
Edinbiro James (1)
Farhan Ahmed (1)
Ram Prasad M (1)
C# Curator (1)
Saleh Qadeer (1)
Manoj Mittal (1)
Sarathlal Saseendran (1)
Related resources for ico
No resource found
Sorting with IComparable in C#
11/14/2024 11:00:04 AM.
Learn how to implement the IComparable interface in C# to customize sorting behavior for objects. Explore sorting techniques, comparisons, and examples to efficiently order data in collections like li
Gemini vs. ChatGPT: What Sets Them Apart For Developers?
9/28/2024 5:44:38 AM.
This article explores the key differences between Gemini and ChatGPT, two AI platforms widely used by developers. It compares their features, coding assistance, API support, and integration capabiliti
Power BI: Transform Hyperlinks into Icons for Better User Experience
7/24/2024 6:16:03 AM.
Learn how to enhance your Power BI reports by transforming plain text hyperlinks into clickable icons. This step-by-step guide will show you how to categorize URL fields and display them as icons, imp
Create Comment System Like Facebook YouTube Viva Engage Yammer
7/23/2024 6:50:52 AM.
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 managi
Programming in Practice - GUI - XAML - Description of the User Interface
7/9/2024 12:34:12 AM.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a d
Centralized Project Updates with Teams Messaging Extension
7/2/2024 5:25:29 AM.
Learn how to create a Microsoft Teams Messaging Extension to centralize project updates from multiple project managers into OneNote. From this article, we learn to set up a Power Automate flow to save
Popup Notification in Windows Forms
6/19/2024 9:54:53 AM.
Learn how to implement popup notifications in Windows Forms applications with this comprehensive guide. Explore techniques using MessageBox, NotifyIcon, and custom forms for user-friendly notification
WPF ICommand In MVVM
6/12/2024 10:28:28 AM.
Commands provide a mechanism for the view to update the model in the MVVM architecture. Commands provide a way to search the element tree for a command handler.
C# Comparison Fundamentals: Best Practices and Tips
6/11/2024 4:25:21 AM.
Comparison operations are a fundamental aspect of programming in C#. Whether you're comparing primitive types, strings, or objects, or handling null values, understanding the nuances of comparison
MVVM Architecture
6/5/2024 8:14:53 AM.
Learn about the significance of software architecture like MVVM, which separates UI from backend, enhancing maintainability. Explore MVVM's components: Model (business logic), View (UI), ViewModel
All About AppSettings In ASP.NET Core
6/4/2024 12:49:50 PM.
Learn how to configure ASP.NET Core applications using appsettings.json. This guide covers adding keys for database connections, email settings, and more in the appsettings file. Discover methods to r
Using GO and Semi-Colon in SQL Server 2012
5/30/2024 12:12:09 PM.
Learn about the usage of the GO command and semicolon in SQL Server. Understand how to use GO as a batch separator and change it in SQL Server Management Studio. Semicolon (;) terminates SQL statement
Core Concepts of Natural Language Processing
5/21/2024 4:06:26 AM.
Natural Language Processing is a field of artificial intelligence that focuses on the interaction between computers and humans through natural language. Core concepts include tokenization, part-of-spe
A Dictionary Class Which Permits Duplicate Keys
5/20/2024 11:57:02 AM.
A dictionary class permitting duplicate keys accommodates multiple values for the same key. It employs strategies like chaining or allowing multiple entries with the same key, enhancing flexibility in
Understand Virtual Object.Equals, Static Object.Equals and Reference.Equals in Object Class
5/1/2024 11:12:00 AM.
In the Object class of C#, the Equals method can be overridden, creating virtual and static versions. Virtual Equals compares content, static compares references, while Reference. Equals provide refer
Handling UI Control's Events in ViewModel (Prism 5.0)
4/29/2024 9:58:03 AM.
This article explains how to data bind a command from my viewModel to an event. In other words, how to make the code-behind not contain any code related to event handlers of a control.
Impove App Launch Performance With MultiCore JIT in .NET Framework
4/25/2024 8:48:50 AM.
Learn how to enhance the launch performance of your .NET Framework 4.5 applications by leveraging MultiCore JIT (Just-In-Time) compilation. Discover techniques to optimize code compilation, reduce sta
How to Create Custom Icons Using Font Awesome
4/10/2024 10:51:42 AM.
Learn how to enhance your web design by creating custom icons using Font Awesome. Font Awesome offers a vast library of scalable vector icons that can be customized to suit your website's aestheti
Password Policy/Strength ASP.NET MVC Validator
4/4/2024 9:12:10 AM.
The ASP .NET MVC Password Policy Validator facilitates implementing password policies and determining password strength for web system users. It utilizes ASP .NET MVC architecture, extension methods,
API Development Using Dapper and Microsoft Asp.NET Core Web API
12/24/2023 4:38:11 PM.
ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations.
Response Compression in ASP.NET Core
12/13/2023 10:39:30 AM.
Response Compression. Learn the essentials of response compression in web applications, enhancing performance by reducing HTTP response sizes. Explore benefits, implementation steps, compression provi
Dynamically Sorting Object At Runtime Using Reflection C#
12/6/2023 9:20:08 AM.
Dynamic sorting of objects at runtime using reflection in C# involves leveraging the power of reflection to examine object properties and sort them based on specific criteria without having to write s
Difference Between Concurrency and Parallelism in C#
11/9/2023 5:31:39 AM.
The article you provided gives a comprehensive overview of the concepts of concurrency and parallelism and their relevance in C# programming. It highlights the distinctions between the two concepts an
Three Popular C# Interfaces
10/12/2023 11:53:45 AM.
In this article, you will learn about the most common interfaces in the C# Libraries that you can use to create robust classes and objects.
How you make a dll file which contains the icon set like "SHELL32.dll"
9/25/2023 10:36:20 AM.
Here I describe how you make a dll file which contains the icon set like SHELL32.dll.
IEnumerable and ICollection in C#
9/19/2023 5:12:11 AM.
In this article you will learn about IEnumerable and ICollection in the C# language.
Addressing Common Code Smells in ASP.NET Core
9/9/2023 11:25:15 AM.
Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaini
C# Tokenizer
9/5/2023 8:26:12 AM.
A simple tokenizer in csharp without using regex or MatchCollections.
Comparing Complex Type With ==, Equals, IEquatable and IComparable in C#
9/5/2023 4:49:28 AM.
In C#, when comparing complex types (objects) for equality and ordering, you have several options and methods available, each with its own purpose and behavior. Here's an overview of how to compar
Parallel Programming In C# To Leverage Multicore Processor
8/24/2023 9:23:57 AM.
Parallel Programming in C# to Leverage Multicore Processor is a guide that focuses on harnessing the power of parallelism in C# to efficiently utilize the capabilities of modern multicore processors.
Designing Sortable Collections using IComparable
8/18/2023 6:20:59 AM.
.NET Framework Class Library provides several interfaces to support additional functionality in collections such as ICollection, IList, and IComparable. IComparable interface is used to support the so
Understanding the IComparable in C#
8/9/2023 4:53:11 PM.
IComparable is a C# interface for comparing objects within the same type, enabling sorting based on specific criteria. Explore its definition, usage, and benefits in facilitating object comparison and
How To Minimize Application To System Tray In C#
6/9/2023 7:20:48 AM.
Minimizing the application to the system tray (officially known as the Notification Area) is a great alternative to a standard behavior we are accustomed to. Only a few basic steps are necessary to do
Conditional Formatting By Icons In Power BI
12/20/2022 8:40:56 AM.
In this article, you will learn about conditional formatting by icons in power BI.
Sorting Collection of Custom Type using Generic
11/30/2022 9:19:46 AM.
This article shows a simple and easy way to sort the business object collection using generic.
IComparable, IComparer And IEquatable Interfaces In C#
11/23/2022 10:13:38 AM.
In this article you will learn about IComparable, IComparer And IEquatable Interfaces In C#.
Add High Quality Vector(SVG)Images in Power Apps
11/23/2022 6:50:38 AM.
Using Vector(SVG) mages instead of images to retain the image quality on relative UI for Power Apps
Important Interface in .NET: Work With ICollection Interface
11/17/2022 9:33:03 AM.
In this presentation we will understand the ICollection interface of the .NET class library.
Using IComparable and IComparer to compare objects
8/23/2022 6:13:42 AM.
This article informs you that the .Net framework and especially the System.Collection namespace provides us two built in interfaces witch are IComparable and IComparer interfaces that enables us compa
Programming in C#: Understanding the SortedDictionary Class
8/22/2022 9:32:21 AM.
This article illustrates a powerful collection in C#, the SortedDictionary. In the article we will discuss two ways to sort key-value pairs: using an IComparer object and using IComparable keys.
Implement The Generic Badge View In Xamarin.Forms
8/3/2022 11:30:34 PM.
In this article, I will explain the Generic Badge in xamarin forms. We can implement the badge for Android, iOS and UWP. The plugin creates a custom renderer for each platform and a custom attached pr
Reduce Spacing Between CollectionView Cell
5/13/2022 1:48:07 PM.
This article is about to reduce white spacing between CollectionView cells.
Image Conversion Utility in C#
4/6/2022 11:33:07 AM.
This article describes a very easy approach to building an image conversion utility that will permit the user to open a supported image type and convert it to another supported image type.
Binding an ArrayList with DataGrid Control
3/29/2022 10:31:00 AM.
I have seen several questions on how to bind an ArrayList with data-bound controls such as a DataGrid. In this step by step tutorial, I will show how to create an ArrayList of objects and bind it to a
Getting Started With FastAPI
3/25/2022 4:48:21 AM.
The article explains with example how to develop REST APIs with FastAPI Python Framework.
Debugging The Hottest Release Of Visual Studio With Code Demos
11/13/2021 12:48:29 PM.
Microsoft released Visual studio 2022 on 8th November 2021. Let's unpack it's few features.
Using Font Awesome Icons In PowerApps
9/17/2021 2:07:06 PM.
In this article, we will see how we can use font awesome icons in Power Apps.
Usage Of Encode URI In Power Automate
8/2/2021 4:39:27 AM.
In Power Automate, to return a uniform resource identifier (URI) encoded version for a string by replacing URL-unsafe characters with escape characters we can use either encodeUriComponent or uriCompo
TreeView Control With Custom Icons in ASP.Net Using SiteMap
5/24/2021 9:26:55 AM.
This article describes customization of a TreeView Control with custom icons in ASP.Net using a SiteMap.
Important Interface in .NET: Work With IComparable Interface
2/3/2021 6:19:03 AM.
In this article we will discuss the IComparable interface in the .NET class library.
Reading and Writing Unicode Data in .NET
11/6/2020 1:21:12 AM.
This article is for beginners about writing and reading Unicode data from various data sources, including text files, user input and databases. It also demonstrates how to display that data in .NET ap
Role Of JSF In A UI Framework
8/11/2020 6:47:36 AM.
The evolution of web development began with Servlet technology, which was used to directly generate HTML pages for displaying them on a web browser. Next, came JSP, which is a hybrid between an HTML p
How To Use Semantic UI Icons And Flags In ReactJS
8/3/2020 9:52:57 AM.
In this article, you will learn how to use Semantic UI Icons and flags in ReactJS.
IComparable Vs IComparer Interface In C#
6/22/2020 10:08:39 AM.
These 2 interfaces are basically use to sort user defined object collections
ICommand Interface In MVVM
6/16/2020 5:37:56 AM.
RelayCommand is a widely used concept in WPF-MVVM, One must understand it's behavior. In this article, we will learn it's implementation & behavior.
Initial Exchange Offering (IEO) Is The New ICO
6/5/2020 1:18:51 AM.
In this article, you will learn how the Initial Exchange Offering (IEO) is the new ICO.
Automatic Semicolon [;] Insertion In JavaScript
5/28/2020 4:26:10 AM.
In JavaScript, it is said that semicolons are optional. It's true, because JavaScript automatically inserts a semicolon, where it is required. Sometimes this feature confuses us a lot. This articl
Using The IComparable And IComparer Interface In C#
5/18/2020 9:29:05 AM.
One of the most used functionalities in our C# classes is the ability to sort the different instances of a class. This is mostly done when we create a generic List of our class type and next, we want
Sort Array List Of Objects In C# (IComparable And IComparator)
5/11/2020 11:11:53 AM.
In this article you will learn how to sort array List Of Objects In C# (IComparable And IComparator).
Hide/Visible Icon's in Power Apps Based on a SP Group Permission - Power Automate
4/21/2020 3:39:47 PM.
In this article, you will learn how to Hide/Visible Icon’s in power apps based on SP Group Permission – Power Automate.
Azure Kubernetes Service Networking - Kubenet Virtual Network
4/20/2020 7:00:30 PM.
This article provides details for the Azure Kubernetes Service Networking option using Kubenet and Calico.
SharePoint Online Modern Document Library View Formatting - Thumbnail Along With Extension Icon And Created By
4/18/2020 1:08:35 AM.
In this article, you will learn sharepoint online modern document library view formatting - thumbnail along with extension icon and created by.
Best Practices in JavaScript
4/16/2020 2:01:03 AM.
This article provides a good workable set of JavaScript standards that are the result of my experience with JavaScript.
ASP.NET Core - Accessing Configuration Settings From Appsettings.json File
4/14/2020 1:53:21 PM.
In this article, you will learn how to read configuration settings from appsettings.json file in an Asp.Net core web application.
Calling Code behind Function in JavaScript
4/3/2020 2:50:19 AM.
In this article we see how to call C# Function from JavaScript.
Build First Application Using Android Studio
3/24/2020 12:39:57 AM.
Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and d
AutoComplete And MultiComplete TextView in Mono For Android
3/20/2020 3:16:57 AM.
This article is about the AutoComplete and MultiComplete TextViews which can show a suggestions based list of data in Android.
Working With Text Controls in Mono for Android
3/20/2020 3:05:28 AM.
By using text controls in your Android application, we can configure, style, and manipulate the controls in a variety of ways.
SharePoint Framework - Facelift Your Dropdowns With Office UI Fabric Icons
3/9/2020 11:52:46 PM.
In this article, you will learn about SharePoint Framework - Facelift your Dropowns with Office UI Fabric Icons.
Change Android Application Icon Using Android Studio
2/26/2020 4:07:49 AM.
In this article, I will show you how to change the Android application Icon using Android studio. Icons are part of the graphical user Interface of the mobile application.
Essentials Of MVVM 💻📱🖥️
2/17/2020 8:55:10 AM.
MVVM is a must-have design pattern during the development of WPF, UWP, and Xamarin for taking advantage of user device capabilities and browser memory to improve application performance.
Implementing C# Generic Collections Using Collection<T>, ICollection<T> With IEnumerator<T>
1/24/2020 7:31:34 PM.
In this article, you will learn how to create your own custom collections using Generic Collections class.
How To Use Material UI Icons In ReactJS Application
1/18/2020 3:21:19 AM.
In this article, you will learn how to use material UI icons in ReactJS application.
How to Turn Off and On Notification Area Icons in Windows 10
1/17/2020 5:06:05 PM.
This article explains the Notification Area (System Tray) icons in Windows 10 and how to turn them off and turn on depending on our needs.
How To Change The Size Of Desktop Icons And Taskbar Icons In Windows 10
1/13/2020 3:32:55 AM.
In this article you will learn how to change the size of desktop and taskbar icons in Windows 10.
React Material UI Expansion Panel And Dialogs
1/6/2020 9:11:34 AM.
In this article, you will learn about React Material UI Expansion Panel and Dialogs.
Set the Icon of a Folder Shortcut in Windows 10
1/6/2020 5:34:52 AM.
This article will mainly focus on how to change the icon of a shortcut in Windows 10.
Clear the Clipboard Memory in Windows 10 by Shortcut
1/3/2020 3:20:03 AM.
This article explains the clipboard in Windows 10 and also how to clear the clipboard memory in Windows 10 using a shortcut.
Create All Applications Shortcut in Windows 8
12/12/2019 5:26:46 AM.
In this article we are explaining how to create a shortcut for All applications in Windows 8.
Creating Reusable and Scalable Calendar Icon in HTML5 and CSS3
12/12/2019 3:43:39 AM.
This article explains how tro create a calendar icon for your blog or website, and yes, it is scalable, so you can resize it to any ratio and it will not be blurred just by changing a font-size.
Prevent User From Changing Desktop Icons in Windows 8
12/6/2019 2:25:16 AM.
This article describes how to prevent a user from changing Desktop Icons in Windows 8.
Create Shortcut Icons in Windows 8
12/6/2019 12:09:18 AM.
In this article we are going to learn how to create an icon in Windows 8 to restart your system.
Hide Volume Control Icon in Windows 8
12/4/2019 4:28:44 AM.
This article explains how to hide the Volume Control Icon in the Taskbar in Windows 8.
Remove Recycle Bin Icon From Desktop in Windows 8
12/4/2019 2:46:35 AM.
In this article I describe how to remove the Recycle Bin icon from the Desktop in Windows 8.
How to Install Custom Icons in Windows 8
12/4/2019 12:34:48 AM.
In this article I will explain how to install custom icons in Windows 8
Turn Off System Icons in Windows 8
12/2/2019 4:10:08 AM.
Here we describe the procedure to disable the system icons from the notification area.
ICommand Interface In MVVM - WPF
11/7/2019 11:36:52 PM.
In this article, you will learn about ICommand in WPF - MVVM.
Deploy an Azure Kubernetes Service cluster using the Azure CLI
10/30/2019 8:19:34 AM.
In this article you’ll learn about deploying an Azure Kubernetes Service (AKS) cluster using the Azure CLI(Command Line Interfce).
Dynamically Add Font Awesome Icon In ASP.NET MVC
10/11/2019 8:33:54 AM.
This article will explain how to add font awesome icons dynamically in ASP.Net MVC.
Apply Conditional Formatting For A Text Column Using Icons In Power BI
9/26/2019 8:41:48 AM.
In this article, we will talk how we can apply conditional formatting on a Text column using Icons in Power BI. We will apply different icons for different text columns in Power BI.
Installing SharePoint Framework (SPFx) Field Customizer On An Exisiting List Column
8/2/2019 8:51:58 AM.
This article describes how to package an SPFx Field Customizer without provisioning a custom Field and install it on an existing column in the SharePoint site.
How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
7/26/2019 12:13:34 AM.
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 vi
UNICODE and NCHAR Functions in SQL Server 2012
7/15/2019 12:10:13 AM.
Here, I am going to explain some basics of UNICODE data types and functions in SQL Server.
String Encoding/Decoding and Conversions in C#
6/2/2019 6:29:24 AM.
In this article, I will explain C# String Encoding/Decoding and Conversions in C#.
Avoid ICO Scams - Tips And Tricks
5/29/2019 11:22:46 AM.
In this article, you will learn the tips and tricks to avoid ICO scams.
Adding Platform-Specific Images And Icons In Application
5/9/2019 8:59:53 AM.
In this article, you will learn how to add platform-specific images and icons in an application.
SharePoint Framework (SPFX) Extension - Add Custom Icon To List View Command Set
4/2/2019 10:43:34 AM.
How to add a custom icon to the ListView command set in the List and Library view.
ASP.NET MVC 5 - Kendo UI - Working With MultiColumnComboBox Using EF
1/23/2019 9:08:39 AM.
In this article, I will demonstrate how to work with MultiColumnComboBox in ASP.NET MVC5 using Kendo UI and EF
ASP.NET MVC 5 - Kendo UI - How To Group The MultiColumnComboBox values And Working With Events
1/14/2019 9:11:30 AM.
In this article, I will demonstrate how to group the MultiColumnComboBox values and how to work with events in ASP.NET MVC5 using Kendo UI and EF.
Working With AI-Assisted IntelliCode In VS 2017 And VS Code
12/26/2018 1:01:07 PM.
We will see how to install AI-assisted IntelliCode in Visual Studio 2017 and Visual Studio Code and get IntelliSense with IntelliCode in both Visual Studio and Visual Studio Code.