TECHNOLOGIES
ANSWERS
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 Query
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohammad Hussain (5)
George (5)
Jignesh Trivedi (4)
Pankaj Kumar Choudhary (4)
Rohatash Kumar (4)
Amit Mohanty (3)
Vithal Wadje (2)
Sabyasachi Mishra (2)
Raj Bhatt (2)
Prashant Bansal (2)
Sandeep Singh Shekhawat (2)
Jignesh Kumar (2)
Simran Verma (2)
Hemant Srivastava (2)
Ayushi Jain (2)
Tural Suleymani (2)
Iftikar Hussain (2)
Sanjay Singh (2)
Diptiranjan Sutar (2)
Amit Choudhary (2)
Shilpa Tanwar (1)
Aradhana Tripathi (1)
Vipin Yadav (1)
Scott Lysle (1)
Vipin Mittal (1)
Oscar Santos (1)
Satyaprakash Samantaray (1)
Jochen Bartlau (1)
Pragya Vats (1)
Dhanapal Chandran (1)
Asma Khalid (1)
Deepak Sharma (1)
Mahesh Chand (1)
Anand Lakshminarasimh (1)
C# Curator (1)
Mudita Rathore (1)
Ravi Raghav (1)
Vishal Babuks (1)
Shreneek Patil (1)
Siddharth Vaghasia (1)
Alpesh Maniya (1)
Sathya (1)
Shriram Pophali (1)
Akash Kumhar (1)
Shaily Dubey (1)
Ishika Tiwari (1)
Ankur Mishra (1)
Navaneeth Krishnan (1)
Sourav Kayal (1)
Dennis Thomas (1)
Parthiban Selvaraj (1)
Prabhu Raja (1)
Harunraseed Basheer (1)
Tuhin Paul (1)
Virendra Dugar (1)
Priyanka K S (1)
Jay Krishna Reddy (1)
Awadhesh Jha (1)
Santosh Kumar Adidawarpu (1)
Hadshana Kamalanathan (1)
Naimish Makwana (1)
Bhuvanesh Mohankumar (1)
Amit Tiwari (1)
Pankaj Patel (1)
Jasminder Singh (1)
Sarvesh Shinde (1)
Gourav Jain (1)
Related resources for Query
No resource found
Delegation in Power BI
9/18/2023 6:26:06 AM.
Delegation in Power BI streamlines data processing by shifting tasks to the data source, enhancing efficiency and scalability, especially with large datasets. Learn key aspects of this essential conce
GraphQL in Next.js
9/15/2023 11:43:53 AM.
Here we will give the description how to setup GraphQL with Next.js.
Power BI Data Transformation Basics for Insights
9/12/2023 10:29:21 AM.
Power BI Power Query Basics Transforming Data for InsightsPower Query is a data transformation tool in Microsoft's Power BI suite. It connects, cleans, and shapes data from diverse sources, enabli
Stored Procedure in SQL Server
9/12/2023 7:29:06 AM.
A stored procedure is a reusable collection of SQL statements stored on the database server. It simplifies code maintenance and execution. Stored procedures can be invoked by triggers, other procedure
Calling Any Stored Procedure In ADO.NET
9/10/2023 9:36:17 PM.
This one generic function can call any Stored Prodedure which take input parameters and return output parameters with the help of two-dimensions array. This is very helpful specially when you designin
Power BI Interview Question and Answer
9/8/2023 9:02:52 AM.
Power BI components, differences between Power BI Desktop and Service, query optimization techniques, DAX functions, report creation steps, data model optimization, design best practices, security mea
Creating AutoComplete TextBox In ASP.NET MVC 5
9/5/2023 6:55:22 AM.
In this article we will learn how to create the AutoComplete TextBox in ASP.NET MVC using jQuery UI .
Determine the Time since the Last Boot Up in C#
9/5/2023 5:26:06 AM.
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
Conditional INSERT, UPDATE, DELETE with MERGE Query
9/4/2023 4:54:52 AM.
The MERGE statement is a versatile SQL command used for conditional INSERT, UPDATE, or DELETE operations, streamlining database management tasks efficiently in a single query.
Exploring Azure Cognitive Search's Power
9/2/2023 7:15:04 PM.
This article demonstrates the transformative prowess of Azure Cognitive Search, a technological marvel that is reshaping the way we interact with data in our data-driven world. With its advanced capab
Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code
8/27/2023 12:14:42 PM.
We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
Add And Delete HTML Table Rows Dynamically Using ASP.NET
8/24/2023 10:02:18 AM.
This article demonstrates how to add and delete HTML table rows dynamically at run time and save all the rows into the database.
CRUD Operations Using Ajax - Part 2
8/24/2023 9:56:41 AM.
This articles explains CRUD operations in ASP.NET using Ajax. It is part-2 of the series.
Using Langchain and OpenAI APIs in Python to Query Your Docs
8/23/2023 11:02:12 AM.
Using the APIs from OpenAI and the langchain project, it is quite easy to implement a bot that is fed with your documentation and other product information. The answers of the bot are then specific fo
Exploring the Diverse Flavors of LINQ with Examples
8/22/2023 11:52:01 AM.
LINQ is a powerful feature in modern programming languages like C# that allows developers to perform queries on different types of data sources using a consistent syntax. With LINQ, you can query and
Query Processing In DBMS
8/22/2023 6:35:27 AM.
Query Processing in DBMS is the approach of selecting the best strategy or plan which can be used to respond to a database request.
Power BI Data Mart: Features, Limitations, and Best Practices
8/22/2023 6:06:12 AM.
Power BI Data Mart: Features, Limitations, and Best Practices
How to Get Query String in JavaScript
8/22/2023 5:30:56 AM.
This article will discuss using JavaScript to get Query String from a Web Page.
Azure Stream Analytics Queries for Processing JSON Data
8/21/2023 7:26:36 AM.
Exploring Azure Stream Analytics Queries for Processing JSON Data
Set Status Bar Color for SQL Server Query Editor
8/18/2023 6:05:39 AM.
This article will discuss how to set status bar color for a SQL Server Query Editor
ASP.NET MVC 5 - Time Picker Plugin
8/16/2023 4:22:24 AM.
This article is about integration and basic usage of the Bootstrap Time Picker jQuery plugin in ASP.NET MVC5 platform.
How to Select Employees Who Were Born on the Last Day of the Month?
8/10/2023 7:24:21 AM.
To select employees who were born on the last day of the month from a database or employee records, you'll need to use SQL or a similar query language to filter the data based on the birth dates.
What Is A Network Database?
8/10/2023 7:00:36 AM.
Network databases represent data in a tree-like structure. In this article, we'll learn basics of hierarchical database management systems and how data is represented and stored in a hierarchical
Data Gateway in Power BI
8/7/2023 6:57:07 AM.
Unlock the potential of on-premises data with the Power BI Data Gateway. This comprehensive guide explores its core capabilities, installation, security, troubleshooting, and future roadmap for hybrid
How to Optimize SQL Server Query Performance
8/5/2023 10:16:35 AM.
How to Optimize SQL Server Query Performance.
Object Relational Mapping (ORM) Using NHibernate - Part 5 - A of 8
8/4/2023 11:39:30 AM.
This is Part 5A of the article series, which concentrates on Many-to-Many Entity Association with a commonly used example but the model and code is a little different.
Salesforce SOAP API: POST Request With SOQL Query Envelope [Custom SObjects]
7/30/2023 5:23:49 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Custom Salesforce SObjects using SOAP API. In this demo, we will look into how to query fields with lookup relationshi
Sliders in jQuery
7/28/2023 7:09:34 AM.
In this article we will see how to create a slider in jQuery with CSS. I explain the single Indicator slider that displays a value on movement.
jQuery Slider Examples
7/28/2023 6:57:13 AM.
In this article we look at how to create two-indicator Sliders and get values for both indicators, then how to set opacity of an image using a slider.
Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]
7/27/2023 11:11:56 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Standard Salesforce SObjects using SOAP API Query Envelopes.
50 SQL Server Interview Questions Guaranteed to Help You In 2023
7/25/2023 7:16:19 AM.
A complete guide of top SQL Server interview questions and answers that will help pass your SQL Server interview.
Model Validation in Backbone.js With jQuery
7/20/2023 6:37:46 AM.
This article explains Model Validation in Backbone with jQuery.
EF Core in .NET 7 API
7/13/2023 5:57:14 AM.
Using EF Core in .NET 7 API
Rest Assured API Automation Testing Concepts
6/29/2023 9:57:55 AM.
This article provides an overview of various concepts related to API automation testing using the Rest Assured library. It covers topics such as sending query parameters and path parameters, handling
Difference Between =, == And === In JavaScript
6/27/2023 10:50:54 AM.
In this article I am going to explain what is difference between =, == and === in JavaScript.
How to use Between Operator in MySQL
6/22/2023 10:19:31 AM.
The MySQL "BETWEEN" operator is used to filter and retrieve data within a specified range. It compares a value to the lower and upper bounds and includes entries that fall within the range.
Difference between IQueryable, IEnumerable, IList and List
6/13/2023 4:40:52 AM.
when to use what IQueryable, IEnumerable, IList and List
Lazy Loading (1): Difference Between IEnumerable and IQueryable
6/12/2023 6:04:19 AM.
This article will discuss The Lazy loading related topic: Difference between IEnumerable and IQueryable
Querying a Data Table Using Select Method and Lambda Expressions in C#
6/7/2023 5:30:53 AM.
In this article, we are explaining how we can perform several queries on a DataTable object using the select method and Lambda expression.
Create Azure Search Index, Load Data And Query From .NET SDK
6/2/2023 5:32:01 AM.
In this article, we will learn how to create Azure search index, load document/data to it and query the search results.
CRUD Operation using Elastic Search And .Net Core API
5/29/2023 6:43:24 AM.
In this article I am going to demonstrate how we can perform insert, update, read and delete elastic search document using .net core.
Filtering Data with Global Query Filters in Entity Framework
5/24/2023 10:27:50 AM.
In certain cases, you may need to apply filtering conditions to all queries involving specific entities. This can be useful when you want to exclude soft-deleted items, filter data based on certain cr
.NET and Active Directory
5/24/2023 5:45:29 AM.
This article outlines connecting to AD from .Net using ADO and System.DirectoryServices and also forming a unique ID from AD, moving entries from AD to a database and forming AD queries (also date for
Power Pages - Dynamic execution of long FetchXML without $batch
5/17/2023 9:52:33 AM.
Dynamic execution of long FetchXML without $batch
How to use IN Operator in MySQL
5/10/2023 4:44:45 AM.
use IN operator in MySQL
Connect SQL Server to Power BI
5/8/2023 5:25:38 AM.
In this article, you will learn the steps to connect SQL server with Power BI
Check If String Contains Substring In JavaScript
5/5/2023 11:58:17 AM.
In this article, learn how to search string or substring in JQuery or JavaScript. JQuery Substring or JavaScript Subscript code example.
Advanced Query Tuning Techniques in SQL Server
4/27/2023 10:22:15 AM.
Advanced Query Tuning Techniques in SQL Server
Query Optimization Techniques in SQL Server
4/25/2023 11:20:30 AM.
Query Optimization Techniques in SQL Server
How to use MySQL DML commands in Rust
4/25/2023 5:46:39 AM.
In this article We learned how to Select, insert, update, and delete data in our database using rust.
How To Export HTML Table In Excel Using jQuery
4/11/2023 5:48:00 AM.
We will see How to export an HTML table in Excel by using jquery
jQuery Selectors Basics
3/22/2023 7:57:42 AM.
In this article, you will learn about jQuery Selector basics.
Create a datatable in JQuery
3/21/2023 12:05:37 PM.
In this article, you will learn how to create DataTable in a Simple Way.
Web API With AJAX: Understanding POST Request in Web API
3/21/2023 8:38:09 AM.
This article provides a basic understanding of the Web API and concepts of AJAX in web applications.
Power Query Features Related to Rows
3/16/2023 9:46:32 AM.
This article is about cleaning and transforming the data using Power BI query editor. Power Query has a large number of features that will help you clean and prepare your data for analysis. In this ar
Difference Between JavaScript And jQuery
3/15/2023 6:44:16 AM.
This article is mainly for developers who are new to web development. People who start their careers will ask questions like why jQuery. Is jQuery an alternative to JavaScript, or will jQuery replace
How To Prevent Dead Lock in Entity Framework
3/10/2023 11:09:22 AM.
Recently I am working on Entity Framework as a data access layer-based Project. We found many performance issues with this application.
SQL Server Execution Plans
3/10/2023 8:46:43 AM.
In this article, you will learn about SQL Server execution plans.
How To Call Stored Procedure In Entity Framework
3/9/2023 11:12:27 AM.
In this article, I will demonstrate how to call a stored procedure in entity framework? There are many different way to call stored procedure from entity framework.
Optimization Of Queries In SQL Server - HEAP TABLES
3/8/2023 2:02:52 PM.
This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
Conversion Functions Using SQL Query in SQL Server
3/6/2023 5:52:11 AM.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
Put SQL Server’s Query Execution Engine on Hold
3/3/2023 6:58:02 AM.
Here you will see how to put your SQL Server’s Query Execution Engine on hold for a while.
Spark Logical And Physical Plans
3/3/2023 5:45:29 AM.
In this article, you will learn about Spark Logical And Physical Plans.
Differences Between IEnumerable And IQueryable And Its Memory Usage
2/28/2023 10:47:15 AM.
IEnumerable and IQueryable are two of the most commonly used interfaces in .NET for dealing with collections of data. While both of these interfaces provide a way to access collections of data, they d
Weird Thing With Inner Queries in Sql Server
2/28/2023 6:29:19 AM.
This article helps you understand how inner queries work in relation to outer queries and what problems they can create if not used in a proper manner.
SQL Performance (1), Optimized SELECT Query (A)
2/28/2023 6:17:26 AM.
This article discusses SQL performance on optimizing SELECT Query.
Merge Statement In SQL
2/24/2023 8:52:32 AM.
Merge Statement is a very popular clause in SQL. It handles Insert, Update and Delete in a single query no need to write different logics for each.
Some Important Tips For SQL Query Performance
2/23/2023 4:57:16 AM.
This article provides some important tips for SQL Query Performance.
Structured Query Language: Part 2
2/21/2023 6:10:46 AM.
This article describes the use of different query and operator of SQL.
Structured Query Language: Part 1
2/21/2023 5:54:37 AM.
This article is an introduction to the Structured Query Language (SQL) and its most common commands.
Did You Hear About Query Filters In Entity Framework Core?
2/20/2023 11:25:34 AM.
In this article, we can learn about Global Query Filters in Entity Framework Core in .NET is a feature that allows us to apply filters to all queries of a specific entity type.
Introduction to Insert Statement in SQL Server
2/17/2023 6:56:54 AM.
This article is a detailed explanation of the Insert statement in SQL Server.
SQL Basic Queries
2/16/2023 9:38:51 AM.
In this article I will explain some basic SQL queries.
Important Queries in SQL
2/16/2023 8:48:04 AM.
In this article we learn some interesting and useful SQL queries.
Optimizing Queries For Faster Performance In SQL Server - A Step-By-Step Guide With Examples
2/14/2023 10:36:17 AM.
In this article, you will learn about Query Optimization in SQL Server.
Show And Hide DIVs On Button Click With jQuery
2/13/2023 9:23:43 AM.
In this article, you will learn how to show and Hide DIVs on Button Click with Jquery.
DATABASEPROPERTYEX Function in SQL Server
2/13/2023 5:11:03 AM.
In this article, I would like to show how to extract the metadata about a database in SQL Server.
Query Optimization In SQL Server
2/10/2023 10:40:11 AM.
The way how can we optimize the Sql query and procedures
SQL Performance (3), Optimized DATA MODIFYING Query
2/8/2023 10:23:52 AM.
This article discusses the Update statement performance improvement.
Display Line Numbers in SQL Server Query Window
2/7/2023 9:24:41 AM.
In this article, we have a look at how to enable line numbers in the SQL Server Query Window.
Dynamic Query to Search by Column Value in All Referencing Tables in SQL SERVER
2/2/2023 9:04:08 AM.
In this article I'll show you how to search a column value in all the referencing tables.
Creating Subquery in SQL Server
1/31/2023 3:14:25 PM.
This article shows how to create a subquery to a select statement in SQL Server.
LINQ (Language Integrated Query)
1/31/2023 6:10:55 AM.
In this article, you will learn about LINQ (Language Integrated Query).
Dynamic SQL Query Injection And Its Prevention Mechanism
1/25/2023 6:27:00 AM.
In this article, you will learn about dynamic SQL query injection and its prevention mechanism.
Tips to Increase SQL Server Query Performance: Part 2
1/25/2023 6:02:25 AM.
This article provides more tips to increase SQL Server query performance.
Using Power BI To Update Data
1/23/2023 7:06:03 AM.
In this article, you will learn how to use Power BI to update data.
Working with Date and Time in SQL Server
1/20/2023 10:49:06 AM.
In this article, I would like to show the similarity of SQL Getdate function and the C# DateTime class.
Elasticsearch Boolean Queries
1/12/2023 1:28:15 PM.
In this article, we will see how to write Boolean queries and how it is working in Elasticsearch.
How To Optimize SQL Queries
1/11/2023 11:30:29 AM.
In this article, you will learn how to optimize SQL Query.
Delete Files with a SQL Job in SQL Server
1/10/2023 10:55:29 AM.
Here I am going to discuss deleting files using SQL Job.
T-SQL Query Performance Tuning Tips
1/10/2023 8:52:11 AM.
In this article, I will discuss some useful T-SQL query performance tips and tricks for SQL server developers.
Effective Paging, Sorting And Filtering Using SQL Server Stored Procedure
1/6/2023 7:11:09 AM.
In this article, I will cover and discuss the Effective Paging, Sorting and Filtering with Stored Procedure in MS SQL Server.
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.
Subquery vs Correlated Subquery in SQL
1/5/2023 9:47:00 AM.
In this article I will briefly describe a subquery vs a correlated subquery in SQL.
Comma Separated Value in SQL Query
1/4/2023 3:26:19 PM.
I have reviewed and answered many articles related to SQL Server. For the previous one and a half months, I found 3 to 4 articles related to finding comma separated values in SQL Server. So I decided
Iterate Through Array Of Data In SQL Query
1/3/2023 4:06:37 PM.
In this article we will see how to create a Array variable in SQL and how to iterate through it to process records in database.
Tips to Increase SQL Server Query Performance: Part 1
1/3/2023 7:31:14 AM.
In this article we will learn how to increase the query performance in SQL Server.
Tips to Improve SQL Database Performance
1/2/2023 4:16:56 AM.
Performance of data-centric apps heavily rely on the performance of backend API and database. Here are some tops to improve SQL performance.
What Is GraphQL
12/30/2022 6:27:00 AM.
This would be a series of articles, in this article, we would talk about GraphQL, its comparison with REST and how does it work, why it is used and its operation types
Using Temp Table in SQL Server And Adding Columns Dynamically
12/29/2022 8:34:12 AM.
In this article we'll see how to use the Temporary tables, what are the necessary step to be taken while using them and moreover sometimes it's required to add column in Temporary tables dynam