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 searching
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Alok Pandey (5)
Vijay Yadav (2)
Scott Lysle (2)
Craig Murphy (2)
Nimit Joshi (2)
Sanwar Ranwa (2)
Rohatash Kumar (2)
Abhimanyu K Vatsa (2)
Ashwani Tyagi (2)
John Charles Olamendy (2)
Daniel Gomez (1)
Saleh Qadeer (1)
Hanif Hefaz (1)
Vithal Wadje (1)
Jitendra Mesavaniya (1)
Zain Ul Hassan (1)
Pankaj Lohani (1)
Sardar Mudassar Ali Khan (1)
Narayana Surapaneni (1)
Yogeshkumar Hadiya (1)
Iftikar Hussain (1)
Tural Suleymani (1)
Sameer Shukla (1)
Rahul Kumar Saxena (1)
Mudita Rathore (1)
Anoop Kumar Sharma (1)
Sibeesh Venu (1)
Debasis Saha (1)
Nitin Bhardwaj (1)
Parul Agrawal (1)
Bharath Reddy (1)
C# Curator (1)
Suman Verma (1)
Kartik Pawar (1)
Saineshwar Bageri (1)
Bhuvanesh Mohankumar (1)
Sahil Saini (1)
Sourabh Somani (1)
Durgaprasad Yadav (1)
Atul Rawat (1)
Vinod Kumar (1)
Rajeev Ranjan (1)
Prakash Tripathi (1)
Kailash Chandra Behera (1)
Vinod Kumar (1)
Shubham Srivastava (1)
Gaurav Chauhan (1)
Deepak Middha (1)
Amr Sayed (1)
Richa Garg (1)
Prashant Chaudhary (1)
Dave McCubbin (1)
sushilsaini (1)
waheedkhan (1)
David Sosby (1)
Related resources for searching
No resource found
Searching Items in Sitecore without Solr Indexes
10/22/2024 7:24:39 AM.
In Sitecore, we often need to perform searches for items without using Solr. This article explores a recursive search approach using the ManualSearch class to retrieve specific items or lists from the
Searching And Search Bar In Xamarin.Forms
9/24/2024 11:57:01 AM.
This guide explores implementing a search bar in Xamarin.Forms, focusing on enhancing user experience through effective searching techniques. It covers key concepts such as UI design, data filtering,
Optimizing Searching Algorithms in C# and Reducing Complexities
8/30/2024 6:54:15 AM.
This article explores the implementation of 10 common searching algorithms in C#, detailing their use cases, workings, and complexities. From simple linear searches to more complex algorithms like Bin
How to Create Server-Side Pagination, Searching, and Sorting Stored Procedure
7/19/2024 1:36:54 PM.
This article demonstrates how to create a SQL Server stored procedure for server-side pagination, searching, and sorting. The procedure efficiently handles large datasets by dynamically calculating to
How To Create Sorting And Paging In ASP.NET Web Forms GridView
7/4/2024 5:24:32 AM.
Learn how to enable sorting and paging in an ASP.NET GridView by configuring properties, handling events, and binding data using C# code examples and best practices for efficient data display.
Paging Sorting Searching In ASP.NET MVC 5
5/24/2024 9:15:56 AM.
ASP.NET MVC 5 offers robust features for paging, sorting, and searching data, facilitating efficient management and presentation of large datasets in web applications. Implementing these functionaliti
Exploring String Searching Techniques in C#
5/2/2024 6:46:03 AM.
Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this
Searching Records by DropDownList in ASP.NET
4/26/2024 9:54:25 AM.
This tutorial guides the creation of a web app to search records via DropDownList. It includes SQL commands to create a database, insert records, and configuring data sources. The process involves set
Learn About Data Structures And Algorithm (DSA) - Part Four
3/21/2024 9:28:01 AM.
This article will tell you about the crucial concepts of data structures and algorithms in terms of understanding the comparison between the array and linked list. This article is the fourth one in th
Search Records in Windows Form From SQL Server
9/21/2023 7:15:43 AM.
In this article you will see how to search the records from the database sql-server and how to binding the table values inside the datagrid.
Advanced Sorting and Searching in ASP.NET Core Web API
9/15/2023 6:48:58 AM.
Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
Sorting, Searching And Some Other Useful Programs
9/14/2023 11:43:07 AM.
This C# programming guide provides a comprehensive exploration of sorting and searching algorithms, along with a selection of other useful programs. Whether you're a beginner looking to learn the
TreeView Control in C#
9/6/2023 9:26:17 AM.
This is an article addressing some of the basics of working with a TreeView in C#; the article will address dynamically adding TreeNodes to a TreeView control, searching the nodes to find and highligh
Add Some Elegance To Your Code Using C# List
6/12/2023 6:39:44 AM.
A short and to-the-point tutorial that demonstrates how to sort and search using List in C#.
Stored Procedure With Searching, Sorting And Pagination In SQL Server
1/14/2023 3:35:55 PM.
In this article, we will create a Stored Procedure in SQL Server that fetches data from tables and performs operations like searching, sorting, and pagination based on parameters passed in that stored
Searching, Sorting and Paging Using SQL Query
1/6/2023 6:47:22 AM.
This article shows how to use a SQL query to perform searching, sorting and paging by one query.
SQL Server Full-Text Searching - Practical Approach
7/25/2022 5:56:33 PM.
In this article, you will learn about SQL Server Full-Text Searching.
FlashText In Python
2/14/2022 4:41:17 PM.
The article explains the FlashText library in Python.
An Open Source Project - (R-ePhoneBook)
3/26/2021 9:59:22 AM.
R-Phone Book  is an open source project, basically to manage your contacts online.
Working With Searching Panel Application in MVC 5
3/12/2021 7:07:00 AM.
This article shows how to add a search panel with which you can search by name or by grade in a MVC application with Visual Studio 2013 Preview.
Searching Data From the Database in ASP.Net Web API
2/9/2021 10:07:48 AM.
In this article, I will be going to describe the procedure for searching the data from the existing table.
Server-Side Pagination In Datatable.js
6/2/2020 9:08:03 AM.
In this article, we will learn How to manage server-side pagination, sorting, and searching in DataTable.js.
Working With JQX Grid With Filtering And Sorting And Searching
3/2/2020 11:02:22 PM.
This article explains how to implement JQX Grid in our application.
React Bootstrap Table With Searching And Custom Pagination
2/28/2020 9:14:56 AM.
In this article, you will learn about React Bootstrap table with searching and custom Pagination.
Implement CRUD Operations With Sorting, Searching And Paging Using EF Core In ASP.NET Core
11/1/2019 1:24:25 AM.
In this article, we will demonstrate how to create an application using EF Core and Asp.Net Core. In this application, we also discuss about sorting, paging and filtering data.
Binary Search in TypeScript
10/11/2019 6:02:15 AM.
In this article I will explain what is searching and how to use a binary search in TypeScript with an example.
Searching, Sorting, Paging in ASP.NET GridView Using jQuery
8/24/2019 9:56:40 PM.
In this article, you will learn how to perform Searching, Sorting and Paging in an ASP.NET Gridview Control with simple JQuery.
Full Text Indexing in SQL Server 2012
7/14/2019 11:58:24 PM.
In this article, we will see how to set up a full-text search index for SQL Server database.
Kendo Dropdownlist With Server Side Paging And Searching Using ASP.NET MVC
4/24/2019 7:06:43 AM.
This article shows how to create a KendoUI DropDown list to display countries/states/cities or any thing else with server-side paging and searching.
Searching And Pagination Using Angular 7
4/3/2019 1:11:19 AM.
In this article, I will explain how to implement paging, searching and sorting using Angular 7.
Google Custom Searching In ASP.NET
10/18/2018 6:09:48 AM.
In this article, we will learn how to use Google Custom Searching method in ASP.Net website.
Sorting, Reversing, and Searching in Arrays in C#
9/11/2018 3:41:00 AM.
In this article I will explain you about Sorting, Reversing, and Searching in Arrays in C#.
Select Query Using Like Clause in SQL Server 2012
9/5/2018 1:46:08 AM.
In this article, we will see how to use the Select Query Using Like Clause in SQL Server 2012. The percent sign (%), Underscore (_), Bracket ([]), Caret (^) are wildcard characters in SQL Server.
Searching The Index In Azure Portal And Implementation Using Visual Studio
8/28/2018 10:31:46 AM.
In This Article we will see how to do searching in Azure portal and searching implementation through visual studio.
Searching A Name From The ListView Using Xamarin.Forms For UWP
4/24/2018 10:12:10 AM.
In this article, we will discuss how to create a ListView and how to search a particular search item from the list.
How To Perform Searching With Paging In ASP.NET Web API
8/15/2017 3:00:44 AM.
In this article, we are going to learn how to do a search with Web API.
Paging, Searching And Sorting In ASP.NET MVC 5
8/2/2017 7:04:14 AM.
This article explains how to do sorting, searching and paging in a MVC 5 application with Entity Framework 6 in Visual Studio 2013.
Search A File Easily In a Solution With Multiple Files
5/22/2016 1:59:13 PM.
This article will help you to find the required files from the solution of Visual Studio.
CRUD, Paging, Sorting, Searching With AngularJS In MVC
4/29/2016 12:59:50 PM.
In this article you will learn about CRUD, Paging, Sorting, Searching with AngularJS in MVC.
Searching In jqGrid Using MVC
4/8/2016 11:22:58 AM.
This article will explain to you how to perform searching in jqGrid Using MVC.
JQuery DataTable - Paging, Sorting, Searching In ASP.NET from Code Behind
1/25/2016 1:12:20 AM.
In this article you will learn about Paging, Sorting, Searching with JQuery DataTable in ASP.NET.
Searching And Paging In MVC
10/15/2015 2:27:13 AM.
In this article we will learn how we can search data from a table and how we can implement paging in ASP.NET MVC.
Searching Data in GridView Without Coding Using SQL Server
4/4/2015 3:27:12 PM.
This article shows how to search data in a GridView using SQL Server without writing code.
Strings in C#
9/22/2014 3:19:14 PM.
In this article we will learn about strings in the C# language.
Searching a Binary Search Tree (BST) Using C#
1/19/2014 4:34:15 PM.
This articles descries the various ways to searc the elements of a Binary Search Tree (BST) such as searching for an element in a BST, finding the minimum and maximum elements and finding the successor and predecessor of an element.
Searching Multiple Parameters in LightSwitch 2012 - Part 2
8/29/2013 5:43:25 PM.
This article describes how to add a query for a table and add a data item as well as add a button.
Searching Multiple Parameters in LightSwitch 2012 - Part 1
8/27/2013 8:54:03 PM.
Here we will see how to create a table, add a relationship and add a screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Searching and Listing Files of Selected Drive in WPF
7/4/2013 12:03:31 PM.
This article introduces how to search the files of your drive and list the results in a Data Grid View.
Form Based Searching in PHP
6/30/2013 2:55:41 PM.
This article explains Form Based Searching in PHP.
Searching Record in Windows Store App Using LINQ
1/7/2013 8:33:01 AM.
Today we will create a search query operation in a windows store application with the help of LINQ.
Scheduling and Searching an Issue in JiRA Tool in Testing
12/9/2012 3:08:56 PM.
In this article we discuss scheduling and searching an issue in JiRA tool
TreeView Controls in VB.NET
12/1/2012 2:47:39 AM.
This is an article addressing some of the basics of working with a TreeView control; the article will address dynamically adding TreeNodes to a TreeView control, searching the nodes to find and highlight a single node or a collection of nodes matching a search term against the TreeNode's tag, text, or name properties, and manually or programmatically selecting nodes.
Add Elegance to Lists Object in VB.NET
11/9/2012 7:49:37 AM.
A short and to-the-point tutorial that demonstrates how to sort and search using VB.Net's List object.
Searching Home Group Location in Windows Store Apps
10/28/2012 12:21:25 PM.
In this app I described how to search the Home Group Location in Windows Store App using JavaScript.
Searching Records in ADO.NET
10/22/2012 8:34:42 AM.
In this article you will learn to search records in Google style in ADO.NET.
Searching in User Profile Properties
10/3/2012 9:14:10 AM.
Enabling search in membership profile properties using SQLSERVER2005 pluggable assembly created by C#.
Perform Sorting, Searching and Reverse Operations in List Using C#
5/16/2012 1:27:12 PM.
In this article I explain the concept of searching an item from a list, sorting elements in a list and reverse elements in a list.
Executing DML Commands in F#
5/15/2012 1:01:23 PM.
This article demonstrates saving, searching, updating and deleting record in F# application.
Searching Record in DataGridView in ADO.NET
1/16/2012 12:20:25 AM.
In this article you will learn how to search record in a DataGridView.
Sorting and Searching in ASP.NET MVC Application
12/2/2011 8:17:42 AM.
In this this article you will learn how to use the Sorting and Searching functionality in an ASP.NET MVC Application.
Searching Records using RowFilter in F#
11/20/2011 12:27:40 AM.
In this article, you will learn to search records depending on different search criteria in an F# application.
Leveraging LinkedIn to Maximize Yourself in Search Results
8/18/2010 12:49:44 AM.
Ever wonder what to do with your LinkedIn profile once you create it?
Searching Any Record from Database in ASP.Net
6/14/2010 12:03:56 AM.
This article will explain you how to search particular record from SQL Server Database in ASP.Net
Using Index Server for ASP.NET Site Search
7/7/2009 2:20:28 AM.
This projects highlights how to add search facility to your ASP.NET page using ADO.NET to browse index server search catalogs.
Parameters for ObjectDataSource in ASP.NET 2.0
5/4/2009 2:09:17 AM.
This article is intended to show how to invoke server-side methods (expecting input parameters) stored in the SQL Server 2005 Management System using the ObjectDataSource components.
Custom paging in ASP.NET 2.0 and SQL Server 2005 using ObjectDataSource
4/14/2009 1:31:19 AM.
This article is intended to show how to apply the paging mechanisms in Web applications using ASP.NET 2.0 and SQL Server 2005 as well as using the ObjectDataSource components.
Implementing Search in a DataList Web Forms Control
1/4/2006 3:44:00 AM.
Searching for the data and displaying the result in paging on the site it is important functionality for the web type applications.
Random Starcraft Map Chooser
12/27/2005 12:46:13 AM.
I created a simple program that searches through Starcraft's maps directory tree and shows a list of all the maps that are searches by Starcraft's maps directory.