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 words
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Jaiswal (4)
Jasminder Singh (3)
Vulpes (3)
Vinod Kumar (3)
Ck Nitin (2)
Kaviya Balasubramanian (2)
Swesh S (2)
Jignesh Trivedi (2)
Sharad Gupta (2)
C# Curator (2)
Akbar Mulla (2)
Sam Hobbs (2)
Afzaal Ahmad Zeeshan (2)
Vithal Wadje (2)
Jean Paul (2)
Babita (1)
Raveena Attri (1)
George (1)
Mohammed Asief (1)
Rohatash Kumar (1)
Jay Krishnareddy (1)
Jay Smith (1)
Jitendra Mesavaniya (1)
Yogendra Kumar (1)
Ramesh Palanivel (1)
Aakash Maurya (1)
Sardar Mudassar Ali Khan (1)
Abhishek Yadav (1)
Kapil Gaur (1)
Rahul Singh (1)
Vo Duc Thanh (1)
Ahmar Husain (1)
Atul Sharma (1)
Khurram Shehzad (1)
Surya Kant (1)
Erika Ehrli Cabral (1)
Mohamed Azarudeen Z (1)
Deepak Tewatia (1)
Rakesh (1)
Hemant Srivastava (1)
Uday Dodiya (1)
Akash Bhimani (1)
Yogeshkumar Hadiya (1)
CSharp TV (1)
Navin Prakash (1)
Brijesh Jalan (1)
Akshay Teotia (1)
Željko Perić (1)
Dennis Thomas (1)
Muhammad Imran Ansari (1)
Sai Kumar Koona (1)
Ajay Yadav (1)
Guest User (1)
Dipa Mehta (1)
Sanjoli Gupta (1)
Ramees (1)
Anas Chaudhary (1)
Satendra Singh Bhati (1)
Shalini Dixit (1)
Sandeep Sharma (1)
Harshad Pansuriya (1)
Sourabh Somani (1)
Rafnas T P (1)
Pawan Tiwari (1)
Abhishek Mishra (1)
Manoj Mittal (1)
Fiyaz Hasan (1)
Derek Iwasiuk (1)
Ramakrishna Basagalla (1)
Manoj Kulkarni (1)
Rupesh Kahane (1)
Madhuri Mishra (1)
Sai Bagewadi (1)
Gaurav Kumar (1)
Sachin Kalia (1)
Shweta Lodha (1)
Ramesh Maruthi (1)
Prabhakar Maurya (1)
Shekhar Chauhan (1)
Subraya Hegde (1)
Related resources for words
No resource found
Build a Password Generator Application in HTML and JavaScript(with Code Example)
11/20/2024 9:26:03 AM.
Create a customizable Password Generator tool with HTML, CSS, and JavaScript. This tool allows users to define password length, and include uppercase, lowercase, numbers, and special characters, ensur
Build Your Own Number to Words Converter
11/6/2024 7:11:30 AM.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect
Multi-Threading (3), async, await in C#
7/8/2024 10:58:42 AM.
This article will discuss Async, Wait key words in C#
Hash Password Generator
5/28/2024 11:19:41 AM.
This visual tool generates the hashed password using either SHA1 or MD5 hashing algorithm depending on the choice you make. It will display the hashed password in the read only text box, it can also c
Var Vs Dynamic Keywords In C#
5/24/2024 10:22:29 AM.
Difference Between Var And Dynamic In C#. The two concepts of static and dynamic types in C# can be illustrated with the use of the two keywords named var and dynamic. Var Vs Dynamic In C#.
Const, ReadOnly and Static Keywords in C#
5/24/2024 9:36:40 AM.
Explore the differences between const, readonly, and static keywords in C#. This guide covers their unique functionalities, use cases, and best practices in C# programming. Learn how to effectively us
Some Important Keywords of C#: Part 1
5/24/2024 9:36:12 AM.
This is very simple part 1 article but will clear some of the concepts of C# for those who are learning or for those also who might have good knowledge but unfortunately miss these important keywords.
Usage of “Required” Keyword in C#
5/17/2024 4:21:25 AM.
In this article, we will learn about the usage of required keywords in C#. In C# 11, the `required` keyword enforces the initialization of properties and fields within classes, records, or structs, en
Enable Enterprise Metadata Keywords in SharePoint List
5/9/2024 11:55:11 AM.
Learn how to enhance information organization and search capabilities in SharePoint by enabling enterprise metadata keywords on lists. Empower users to apply standardized metadata tags for categorizat
Easy Password Generator: Create Secure Passwords in ASP.NET
4/5/2024 5:39:03 AM.
Discover a powerful Password Generator tool designed to enhance your online security. Our innovative solution creates strong and unique passwords with customizable length and complexity.
What is Public Methods or Public Keyword in C#?
4/2/2024 6:41:24 AM.
Access modifiers play a crucial role in object-oriented programming languages like C#. They dictate the accessibility of classes, methods, properties, and other members within a program. In this artic
Difference Between Const, ReadOnly and Static ReadOnly in C#
3/28/2024 10:38:00 AM.
Common keywords like Const, ReadOnly, and Static ReadOnly are quite confusing. So today we will discuss these keywords and try to understand the difference between Const, ReadOnly, and Static ReadOnly
Boost Coding Productivity with Yield Keywords in C#
3/28/2024 6:24:18 AM.
In today's programming landscape, continuous learning is essential for developers to enhance productivity and efficiency. C# introduces new features like yield return and yield break, optimizing c
Learn SharePoint In Series - Part Fourteen - Enterprise Metadata And Keywords Settings In List
2/15/2024 12:07:27 PM.
Explore enterprise metadata and keyword settings in SharePoint lists. Learn to manage content classification, taxonomy, and information governance effectively within your organization's informatio
Beyond Keywords: Decoding the Hidden Meaning - Semantic Search
12/20/2023 5:07:21 AM.
Semantic Search represents a significant shift in how we interact with information. As technology advances, Engines will become even better at grasping complex concepts and nuances in language. As voi
Using RESTSharp for CRUD Operations in ASP.NET Core Web API
12/19/2023 7:24:01 AM.
Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to focu
Delving into Meaning: An Introduction to Semantics
12/19/2023 7:20:22 AM.
Why is this fascinating field important? Semantics touches almost every aspect of our lives, from the clarity of legal documents to the power of poetry. It helps us build smarter AI systems that truly
How To Define Variables And Constants In R
11/17/2023 6:28:57 AM.
In this article, I am going to explain about variables and constants in R.
How To Use Dynamic To Return Different Objects On Runtime In C#
11/7/2023 11:29:41 AM.
A lot of time you get a requirement to return different kind of object from a single method. Is it possible? Yes there are ways by which you can deliver different objects on run time and dynamic is on
How To validate Appsetting.json Configuration Values In .NET
10/16/2023 9:26:04 AM.
In .NET applications, the appsettings.json file is commonly used to store configuration settings. It's essential to validate the values stored in this file to ensure that they meet the required fo
Understanding Yield Return in C#
10/10/2023 5:28:29 AM.
The C# yield keyword signals to the compiler that the method in which it appears is an iterator block. The compiler generates a class to implement the behavior that is expressed in the iterator block.
Change Number To Words In C#
10/5/2023 12:05:01 PM.
Recently in my current project I came across a problem where I need to generate a customer invoice where I needed to convert total amount into its verbal representation
Implement Multiple Inheritance In C#
9/25/2023 5:59:06 AM.
C# does not support multiple inheritance for classes in the traditional sense, meaning a class cannot inherit from more than one class. However, C# provides mechanisms to achieve similar functionality
Object Vs var Vs Dynamic Type in C#
9/22/2023 10:54:17 AM.
In this article you will learn about Object Vs var Vs Dynamic type in C#.
C# ref Keyword
9/21/2023 11:49:00 AM.
C# ref and C# out keywords are used in method parameters. This article helps you decide whether to use a ref or out keyword, especially when the parameter types are value types.
Converting Numbers To Words Using The Indian Numbering System
9/18/2023 8:21:46 AM.
In this article, I'd like to present a similar program using the Indian numbering system. This system differs from the US/UK systems in that it doesn't use 'millions' but instead uses
Automatic Reading And Verification Of Microsoft Word Document In C# Using Aspose.Words
9/15/2023 4:33:59 AM.
Student Course Registration and Verification automatically reads the Roll Number slips in a Microsoft Word document. It parses the Microsoft Word document and then makes corrections if required. It al
Ref And Out Keywords In C#
9/6/2023 10:40:13 AM.
In C#, the ref and out keywords are used as parameter modifiers in method signatures to indicate how method arguments should be treated. They are often used when you need to pass arguments to a method
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.
Converting Numbers to Words in C#
8/28/2023 10:02:00 AM.
This article shows how to convert a number to words.
Params Keyword in C#
6/16/2023 9:45:22 AM.
C# params. In this article, I explain how and what is the use of the params keyword in C#.
Method Overriding in C#
6/15/2023 10:14:57 AM.
Method overriding in C# is used to implement abstract or virtual methods. Learn how to c# override to implement method overriding in C#.
OOPS Concepts And .NET - Part One - Classes, Objects, And Structures
6/6/2023 6:50:13 AM.
The following article kicks off a three-part article series that will present definitions and samples for different Object-Oriented Programming concepts and its implementation in .NET.
Personalization Unleashed: Supercharge User Experiences with Azure Personalizer💥
5/24/2023 4:48:53 AM.
Discover the game-changing potential of Azure Personalizer! This powerful tool empowers developers to create personalized experiences that captivate and engage users like never before. By leveraging c
How to remove duplicate words from string in C#
4/15/2023 4:04:48 AM.
This article covers all possible methods of removing duplicate words from string in C# with code examples and explanations.
What is the purpose of the 'async' and 'await' keywords in JavaScript?
3/12/2023 6:53:52 PM.
Learn what the 'async' and 'await' keywords are in JavaScript and how to use them in async code.
Getting Started With Basic SQL Keywords And SQL Join
2/24/2023 6:29:40 AM.
In this article you will be learning about the basic keywords of the SQL Language.
Finding Duplicates Among Multiple Columns in SQL
12/28/2022 8:21:54 AM.
Here I show how to find duplicates and their frequency among multiple columns using the GROUP BY clause.
SQL Keyword
12/13/2022 5:23:47 AM.
In this article we will learn about SQL Keyword
Fundamentals of C#
11/22/2022 10:16:13 AM.
This article defines the fundamentals of C# in detail.
Reverse Words In A String In C#
11/7/2022 6:24:29 AM.
Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Modern Authentication - Why passwords Are No Longer a Priority - Azure User Group Sweden
8/6/2022 4:50:47 AM.
In this session, you will learn how these new techniques provide additional protection and security for your cloud identities and demonstrate how to plan and architect a strong hybrid identity structu
Var, Final And Dynamic Keywords In Flutter 😎
7/2/2022 5:18:47 PM.
In this article, we will learn about var, final and dynamic keywords it’s more important in dart.
Generating Random Passwords with ASP. NET and C#
5/11/2022 10:21:27 AM.
This tutorial shows how we can use C# to generate a random password.
Work with "out" and "ref" keywords in C#
5/2/2022 6:07:51 AM.
The out and ref keyword look quite similar in nature. Both parameters are used to return back some value to the caller of the function. But still there is a small but important difference between them
How To Wrap Words In DataGridView Cell
4/26/2022 12:27:11 PM.
This article explains how to wrap words inside data grid view cell, and change cell height while typing in text.
Reverse Words of a String in C#
3/29/2022 10:12:51 AM.
In this article, I explain how to reverse full string content with the help of c#.
An Introduction to Method Overriding - Virtual, Override And New Keywords in C# explained
3/10/2022 4:57:44 AM.
Use of inheritance and polymorphism has become an integral part of our life as a programmer. Inheritance provides a lot of benefits including code reusability, separation of concerns, cleaner code, ex
How To Censor Bad Words From Text
1/31/2022 8:32:15 AM.
In this article, we will discuss how to censors bad words from the given text.
Working With Async/Await/Task Keywords In Depth
12/13/2021 9:29:26 PM.
In this article, you will learn how to work with Async/Await/Task keywords in depth.
Extreme .NET Reverse Engineering: Part 5
2/3/2021 6:52:33 AM.
In this article, we have seen how to obtain sensitive information without having access to real source code, including how to manipulate IL code to do that.
10 Most Used Keywords In C#
10/19/2020 7:41:02 AM.
In this article you will learn about the most useful keywords in C# with example.
Voice of a Developer: Part Nine - JavaScript Useful Reserved Keywords
5/24/2020 8:11:44 PM.
In this article you will learn about JavaScript useful Reserved Keywords.
Python Tokens Explained
2/12/2020 1:33:06 AM.
In my previous article, we covered how to declare variables in Python Editor Jupyter. Now, we will continue with more features and learn the concept of object-oriented programming in Python. In this a
Changing User Account Passwords in Windows 8
12/3/2019 11:48:39 PM.
In this article I will explain how to change the user account password in Windows 8
Keywords In SEO And Their Types
10/31/2019 8:37:28 AM.
In this article, you will learn about Keywords in SEO and their Types.
Why To Choose Java
9/28/2019 7:16:19 AM.
This article highlights the advantages of Java and builds your affection for Java Technologies.
Keywords in Java
9/20/2019 12:33:58 AM.
This article explains some important keywords in Java.
Important Shortcut Keywords For NetBeans IDE
9/19/2019 5:42:49 AM.
Basic keys used for shortcuts in NetBeans are discussed in this article.
Introduction To Super And This Keyword In Java
9/16/2019 6:55:16 AM.
In this article we discuss super and this keyword in java. The super keyword in the Java programming language refers to the superclass of the class where the super keyword is currently being used.
Package Keyword In Java
9/9/2019 12:12:30 AM.
In this article you will learn about Package control keyword in Java.
Get Content Reading Time Estimation
4/24/2019 9:17:44 AM.
In this article, we will learn how can we get a reading time estimation, like on the Medium website.
Convert Numeric Value Into Words (Currency) In C#
3/14/2019 4:15:17 AM.
Convert Numeric Value Into Words (Currency) In C#.
Convert A Number Into Words Using Recursion
12/11/2018 11:14:38 PM.
This article explains how to convert a number into words using recursion. I am posting this article to help the developers in the situation where they need to convert an amount into words for reportin
Natural Language Processing Using Azure Machine Learning Studio
10/24/2018 2:00:05 AM.
This video walks you through the concepts of N-Grams and how to use N-Grams to build Natural Language Processing Models in Azure Machine Learning Studio.
Ref And Out KeyWords - Two Separated Twins
3/28/2018 2:21:33 AM.
In this article, I am going to explain the concepts of some useful keywords like Ref & Out parameters. These keywords are used along with the data to be passed to a function as parameter. Below I
Keywords - Const, ReadOnly, And Static ReadOnly In C#
3/20/2018 10:06:11 AM.
In this article, I am going to explain about const, read-only, & static keywords in C#.
How To Add/Remove Synonyms Or Alternative Keywords To QnA Maker Service
1/25/2018 12:04:48 AM.
In this video, we will see how to add or remove alteration from QnAMaker Services using QnAMaker V3.0 Cognitive Services.
ASP.NET Core API Versioning In Simple Words (Update 1.2.0)
7/25/2017 12:43:39 PM.
This article shows you how to enable API versioning for ASP.NET Core Web API following three different techniques.
Most Misused Words And Phrases: Part 1
12/10/2016 1:25:25 PM.
This article is for authors. This is the first list of two lists of English words and phrases that should either not be used or often should not be used (in articles at least), with corresponding corr
Insightful Tips To Consider In Local PPC
6/12/2016 2:25:44 PM.
In this article you will learn about dome insightful tips to consider in Local PPC.
Hashing Passwords In .NET Core With Tips
6/8/2016 12:11:08 AM.
In this article you will learn about how to hash passwords in .NET Core with tips.
Virtual, Override And New Keywords In C#
4/27/2016 4:24:44 PM.
In this article you will learn about Virtual, Override, and New Keywords in C#.
Ref And Out Keywords In C#
4/10/2016 11:54:29 AM.
In this article, we will talk about the ref and out keywords in C#.
Keywords In C# With Real Life Example
11/15/2015 8:32:14 AM.
In this article we will discuss about Keywords in C# with real life example.
Check Password Strength Using Ajax PasswordStrength Control in ASP.NET
9/2/2015 3:28:30 AM.
In this article we will learn how to check strength of password using PasswordStrength control of Ajax Control Toolkit.
Efficiently Storing Passwords in .NET Framework
7/30/2015 2:46:51 PM.
In this article I provide a general advice for storing passwords, how to manage them in a database and a few other tips. Plus source code examples for storing the passwords.
Understanding LINQ in Simple Words
5/21/2015 6:04:46 PM.
This article explains Language Integrated Query (LINQ) in detail.
Most Misused Words And Phrases: Part 2
5/21/2015 3:23:38 PM.
This article is for authors. This is the second list of two lists of English words and phrases that should either not be used or often should not be used (in articles at least), with corresponding corrections or alternatives.
How to Determine if Two Words Are Anagrams of Each Other in C#
5/19/2015 2:54:08 PM.
In this article, we will see how to determine if two words are Anagrams of each other in C#.
Vocabulary Enhancer (VocEnhancer) Application Using C#
2/6/2015 12:05:54 PM.
In this article we will learn how to create a Vocabulary Enhancer (VocEnhancer) application using C#.
How to Use Await and Async Keywords Within Catch and Finally Block in C# 6.0
12/4/2014 6:41:41 PM.
In this article you will learn how to use await and async keywords in catch and finally blocks in C# 6.0.
Enterprise Keywords in SharePoint 2013
10/13/2014 12:22:30 PM.
In this article you will learn about enterprise keywords in SharePoint 2013.
Virtual vs Override vs New Keywords in C#
9/9/2014 12:42:40 AM.
This article explains the basic differences between the three most frequently used and confusing keywords in C#.
Let Vs Into Keywords in LINQ
9/2/2014 1:36:13 AM.
This article describes the Let and Into keywords in LINQ.
Constant vs Readonly vs Static Keywords in C#
8/20/2014 1:39:11 PM.
This article explains the three most commonly used but confusing keywords. I am explaining them in reference to C#.
Enterprise Keywords Feature of SharePoint 2013
7/20/2014 4:29:57 PM.
In this article we can learn about the Enterprise Keywords feature of SharePoint 2013. This feature was available in SharePoint 2010 as well.
Reference and Value Types as Function Parameters Using Ref/Out Keywords
5/14/2014 11:03:34 AM.
In this article, we will try to study the behavior of the ref and out keywords when we use them as function parameters.
Const and Readonly Keywords in C#
4/17/2014 7:44:24 PM.
This article explains the const and readonly keywords in depth as well as a bit on the ildasm.
Constant and Enumeration in C#
3/27/2014 11:21:31 AM.
This article explains two very useful concepts of C#. I'll also explain where to use these keywords and how to use them to increase readability and decrease complexities.
Reset User Passwords in Microsoft Online Portal
3/18/2014 7:49:33 PM.
In this article I would like to share the procedure to reset the user password for SharePoint users in Microsoft Online.
Feature, Function and Keyword Not Supported by Natively Compiled Store Procedure
3/11/2014 3:23:38 PM.
This article lists the many features, functions and keywords that are not available in a natively compiled Stored Procedure.
Some Important Keywords in C#
9/4/2013 1:09:36 PM.
In this article we will go through some important uses of C# keywords.
Counting Characters and Words in PHP
7/12/2013 1:23:47 PM.
This article explains counting characters and words in PHP.
C# - Object Versus Var Versus Dynamic
6/3/2013 2:38:03 PM.
So right now in C# we have the Object class, and the var and dynamic types. At first look, they all seem to do the same job, but not really.
Spell Checking Words in a String Using PHP
4/3/2013 12:10:35 PM.
In this article I will explain spell checking of words in a string using PHP.
How to Count Number of Words in Word 2013
2/23/2013 3:39:03 PM.
In this article we explain how to count the number of words in a Word document in Word 2013.
Changing String Case in PHP
2/3/2013 1:25:11 PM.
I am describing changing string case in PHP using the important string functions strtolower, strtoupper, ucfirst and ucwords.
Introduction to Keyboard Shortcuts in JIRA Tool in Testing
12/20/2012 3:49:38 PM.
In this article we discuss various Keyboard Shortcuts in the JIRA tool.
Number to Words Web Service in VB.NET
12/1/2012 3:41:40 AM.
This sample code describes a Web service through which a client can get the equivalent of a number in words.