C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Afzaal Ahmad Zeeshan(2)
Dhruvin Shah(1)
Rohatash Kumar(1)
Megha Goyal(1)
Shantanu (1)
C# Curator(1)
gary sun(1)
Resources
No resource found
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.
Application Of Unicode In .NET Core
Oct 13, 2016.
In this article, you will learn how to use Unicode in .NET Core applications.
Reading and Writing Unicode Data in .NET
Mar 13, 2015.
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 applications, including ASP.NET web applications.
UNICODE and NCHAR Functions in SQL Server 2012
Jan 04, 2013.
Here, I am going to explain some basics of UNICODE data types and functions in SQL Server.
Unicode Function in Excel 2013
Sep 19, 2012.
In this article we will discuss how to use the Unicode function in Excel 2013.
Password Policy/Strength ASP.NET MVC Validator
Nov 25, 2010.
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, and HTML Helper. Properties like UnicodeCharSetRanges, MinPasswordLength, and others set requirements.
String Encoding/Decoding and Conversions in C#
Feb 02, 2010.
In this article, I will explain C# String Encoding/Decoding and Conversions in C#.
C# Tokenizer
Aug 27, 2001.
A simple tokenizer in csharp without using regex or MatchCollections.