tag

home / developersection / tag

Generate SEO-Friendly Slugs from Titles in ASP.NET Core
.net core 09-Feb-2025
Generate SEO-Friendly Slugs from Titles in ASP.NET Core

Generate SEO-Friendly Slugs from Titles in ASP.NET Core

Asynchronous programming with async, await, Task in C#
c# 10-Jun-2024
Asynchronous programming with async, await, Task in C#

Asynchronous programming in C# using async and await is a powerful feature that allows you to write non-blocking code, making your applications more responsive

Set Default Value to Property in C#
c# 10-Jun-2024
Set Default Value to Property in C#

You can set default values to properties in several ways, depending on the context and the type of the property

Microsoft brings AI-powered UI controls for .NET, read more
.net 27-Mar-2024
Microsoft brings AI-powered UI controls for .NET, read more

Microsoft has introduced .NET Smart Components, AI-powered UI controls intended to make it easier to add AI features to existing software.

When to use LINQ instead of Procedure in .NET applications
.net 01-Mar-2024
When to use LINQ instead of Procedure in .NET applications

LINQ provides with common query syntax to query data sources while stored procedure is a pre-compiled set of one or more SQL statements that are stored in DBMS.

Connected and Disconnected environment in ado.net
ado.net 29-Feb-2024
Connected and Disconnected environment in ado.net

ADO.NET provides two primary data access architectures: connected and disconnected. Let's know more about them.