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 Spell
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (2)
waheedkhan (2)
Rajan Mishra (1)
Allen Oneill (1)
Venkatesan Jayakantham (1)
Tripti Tiwari (1)
Delpin Susai Raj (1)
Abhi Sankrityayan (1)
Ahsan Siddique (1)
Vijayaragavan S (1)
Kasam Shaikh (1)
Kuppurasu Nagaraj (1)
Banketeshvar Narayan (1)
Ibrahim Ersoy (1)
Ck Nitin (1)
Hemant Srivastava (1)
Vinod Kumar (1)
Satya Prakash (1)
Richa Garg (1)
Rahul Kumar Saxena (1)
Hiren Soni (1)
Dipal Choksi (1)
Mike Gold (1)
Related resources for Spell
No resource found
Spelling Checker API In ASP.NET Core
11/7/2023 6:05:38 AM.
This article contains a sample application for spell checking
The One Minute AI #13 - Bing Spell Check
3/14/2022 8:57:47 PM.
In this article, you will learn about Bing Spell Check.
Spell Check Functionality In Windows 10
1/17/2020 2:22:49 PM.
In this article you will learn about Spell Check functionality in Windows 10.
Power Features of HTML5: Part 1
12/10/2019 5:00:55 AM.
In this article you will learn about Power Features of HTML5.
Xamarin.Forms - Bing Spell Check Using Cognitive Services
2/22/2019 12:32:29 PM.
In this article, you will learn how to detect and correct the spelling mistakes in your app using Cognitive Service Bing Spell Check API in Xamarin.Forms.
Visual Studio Free Awesome Extensions And Their Uses - Part 1
5/10/2018 12:32:49 AM.
In this video you learn how to use the different Visual Studio Extensions like jQuery Snippets, CodeMaid, SmartPaster, Visual Studio Spell Checker. Also you will learn that how you can install the ex
Xamarin.Android - Spelling Checker App
12/11/2017 7:25:32 PM.
In this article, I shall show you how to make a simple spell checker app in Xamarin Android.
Cognitive Service Bing Spell Check API Using Azure, XAML And C#
11/11/2016 4:23:20 PM.
In this article, you will learn how to do Cognitive Service Bing Spell Check API in Universal Windows apps development with Azure, XAML and Visual C#.
Getting Started With Microsoft Azure Cognitive Services - Bing Spell Check API
11/3/2016 1:01:57 AM.
In this article, you will learn about getting started with Microsoft Azure Cognitive Services - Bing Spell Check API
How To Create Microsoft Cognitive Service Bing Spell Check API On Azure Portal
10/29/2016 4:19:08 PM.
In this article, we will learn how to create Microsoft Cognitive Service Bing Spell Check API in Azure portal.
Auto Suggest With Spell Check And Quick Fix: Visual Studio 2015 Update 2
5/3/2016 11:23:38 AM.
In this article you will learn about the new feature “Auto Suggest with Spell Check” of Visual Studio 2015 update 2.
NodeJS Series Part 2: Installing the Device and Casting a Simple Spell
7/6/2015 1:53:18 AM.
Here I will describe NodeJS which is Part 2 of NodeJS series.This article describes how to install Node.js and make a simple one-line program.
Visual Studio Spell Checker
5/6/2014 12:18:52 PM.
Here, we will see the spell checker in Visual Studio.
Spelling Checking Using Microsoft Word Object Library in WPF
7/26/2013 3:30:46 PM.
This article shows how to check for misspelled words in a document (in a WPF Rich TextBox) using the COM Object "Microsoft Word Object Library".
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.
Spell Checker in Windows Store App
2/20/2013 12:00:45 PM.
In this article I provide a sample Spell Checker app in a Windows Store App.
Visual Basic Spell Check Enabled Rich Text Box Custom Control
11/9/2012 8:15:48 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control.
Spell Checker Context Menu In Windows Store Apps
10/13/2012 1:11:38 PM.
In this article I explain how to make the Spell Checker Context Menu In Windows Store Apps.
Spell Checker in WPF
9/29/2012 7:55:34 AM.
In this article I am going to show how we can check our word spelling in WPF.
Word 2007 Spellchecker Functionality in C#
8/15/2010 10:50:35 AM.
In this article you will learn how to spelling checking using the word 2007 spellchecker functionality in c#.
Spell check enabled RichTextBox custom control
7/1/2009 12:00:15 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control. Of course there is nothing novel or particularly interesting about performing spell checking upon a selection of text using the Word.DLL.
Spell Check Web Service
8/31/2007 6:06:08 AM.
In this example we will create a Web Service which provides spell check functionality.
AI: Using Genetic Algorithms and NetSpell to Solve Anagrams
1/31/2007 7:30:34 AM.
Remember the puzzles where you are given a jumble of letters and you have to unscramble a word? This article shows you how to use a genetic algorithm and NetSpell, an open source spell checker, to solve these anagram puzzles.
Windows Spell Checker using SpellCheck.NET Parser
8/29/2006 4:26:37 AM.
In this article, I put SpellCheck.net parser to the test with Windows Form Spell Checker application.
SpellCheck.NET Parser in C#
12/28/2005 5:53:42 AM.
SpellCheck.net is free online spell checking site. Whenever I need to check my spelling I visit this site , so I decided to write a parser for this site.