thetechfoyer

Covering index in Sql Server

Covering index in Sql Server

A covering index is the most efficient method for retrieving data from a table.

Filtered index in Sql Server

Filtered index in Sql Server

A SQL Server filtered index is a non-clustered index that enables the applicatio...

Covering index in Sql Server

Covering index in Sql Server

A covering index is the most efficient method for retrieving data from a table.

Filtered index in Sql Server

Filtered index in Sql Server

A SQL Server filtered index is a non-clustered index that enables the applicatio...

Model Validations in ASP.NET Core MVC

Model Validations in ASP.NET Core MVC

On a website, validations are the procedures and guidelines that guarantee user-...

Editor HTML Helper in ASP.NET Core MVC

Editor HTML Helper in ASP.NET Core MVC

Based on the data type we provided, the Editor HTML Helper in ASP.NET Core MVC u...

Method Overloading in OOPs

Method Overloading in OOPs

Method Overloading is the common way of implementing polymorphism. It is the abi...

Method Hiding & Method Shadow in OOPs

Method Hiding & Method Shadow in OOPs

Method Hiding / Method Shadowing is a feature of C# that enables you to hide bas...

Build and Customizing Search or Filter on Senerity Listing

Build and Customizing Search or Filter on Senerity Listing

By default, Sergen designates a table's first text field as the name field.

ASP.NET MVC Life Cycle

ASP.NET MVC Life Cycle

A life cycle is only a sequence of actions or occurrences used to respond to a s...

MVC Architecture

MVC Architecture

MVC stands for Model, View, and Controller. MVC separates an application into th...

Model Validations in ASP.NET Core MVC

Model Validations in ASP.NET Core MVC

On a website, validations are the procedures and guidelines that guarantee user-...

Editor HTML Helper in ASP.NET Core MVC

Editor HTML Helper in ASP.NET Core MVC

Based on the data type we provided, the Editor HTML Helper in ASP.NET Core MVC u...

Data Annotations in ASP.NET

Data Annotations in ASP.NET

Data annotations are frequently used to regulate how model classes behave in rel...

Delegates in Asp.Net C#

Delegates in Asp.Net C#

Delegates in C# are similar to the function pointer in C/C++. It provides a way ...

What is Linq

What is Linq

LINQ (Language-Integrated Query) is a Microsoft .NET Framework component that ad...

How to Create & Run an Angular Project in CodeSandbox

How to Create & Run an Angular Project in CodeSandbox

This article helps to Create Angular project, install depenencies and run angula...

How to Create & Run an Angular Project in CodeSandbox

How to Create & Run an Angular Project in CodeSandbox

This article helps to Create Angular project, install depenencies and run angula...

Angular Shortcuts and CLI Terminal Commands

Angular Shortcuts and CLI Terminal Commands

Angular Shortcuts and Terminal Commands

MS Sql Server

Covering index in Sql Server

A covering index is the most efficient method for retrieving data from a table.

MS Sql Server

Filtered index in Sql Server

A SQL Server filtered index is a non-clustered index that enables the application of certain conditions to encompass a subset of d...

MS Sql Server

Indexes in Sql Server

Indexes are special data structures associated with tables or views that help speed up the query. It makes the querying process fa...

MS Sql Server

XML index in Sql Server

An XML index is an index type that is specifically built to handle indexing XML type columns.

MS Sql Server

Spatial index in Sql Server

A spatial index is a type of extended index that allows you to index a spatial column. A spatial index is a data structure that ar...

MS Sql Server

Full Text Index in Sql Server

A special type of index that provides index access for full-text queries against character or binary column data.

Sql Server Interviews Questions

How to Shrink a data or log file In Ms Sql Server

To reclaim disc space from the transaction log file, try executing a log file reduce operation. Shrinking reallocates space by tra...

MS Sql Server

Event Notifications in Sql Server

The Event Notifications concept, which was introduced in SQL Server 2005, provides a flexible and efficient approach to the captur...

MS Sql Server

How Change Data Capture (CDC) Works in Sql Server

SQL Server CDC (Change Data Capture) is the process of capturing and recording changes made to the Microsoft SQL Server database.

MS Sql Server

How SQL Server Statistics Works

SQL Server statistics are essential for the query optimizer to prepare an optimized and cost-effective execution plan. These stati...

Angular

Responding to Events of a Component in Angular

The HostListener decorator can be utilised to attain a similar outcome.

Angular

Handle Events in Angular

Event binding handles user actions like button clicks, mouse movements, keystrokes, etc. The specified component method is called ...

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.