Tag

query

All blogs tagged with query

19
Articles
173,302
Total Views

Showing 19 of 19 articles

20
Mar
2026
Mastering SQL Server Indexes: A Comprehensive Guide to Clustered and Non-Clustered Indexes
6 views

This guide delves into the intricacies of clustered and non-clustered indexes in SQL Server, highlighting their importance in optimizing database performance. Understanding these concepts is crucial for database administrators and developers who aim to enhance query efficiency and data retrieval speed. Before diving in, familiarity with basic SQL Server concepts and the importance of database indexing is recommended.

27
May
2024
How to use Jquery Datatables in asp.net
3,833 views

In this article, we'll walk through the process of creating an ASP.NET MVC application that displays a list of employees using jQuery DataTables. This powerful plugin provides advanced interaction controls to any HTML table, making it a great choice for displaying data in a user-friendly manner.So we will see how to use jquery datatables in asp.net

09
Dec
2023
LINQ
3,350 views

LINQ (Language Integrated Query) is a feature in C# that allows us to perform queries against data sources, which can be arrays, collections, or any type of databases, using a SQL-like syntax. In this article, we will cover some basic concepts and functionalitites of LINQ and learn how to use it in your C# application

26
Feb
2021
How to upload Image file using AJAX and jquery
14,238 views

So starting of from the beginning Ajax is used for Asynchronous Javascript and XML. We can use it for many purposes. Few basic uses of Ajax are:- Update page without reloading the page providing better performance. Request data from a server - after the page has loaded which can be used in loading Partial Views. Send data to a server without reload - in the background making it easier to performance Save, Delete operations smoothly. Ajax in Asp.Net MVC

21
Feb
2021
Using Ajax in Asp.Net MVC
21,144 views

Hello guys, in this article we will tell you about what is Ajax? and how it can help you create better projects with better performance.Ajax basically used for Asynchronous Javascript and XML. As the name defines it helps you make server side operation asynchronously or you can say without reloading the page. So we will see few examples of using Ajax in Asp.Net MVC.

Translate Page