tag

home / developersection / tag

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

Design Principle vs Design Pattern
c# 10-Jun-2024
Design Principle vs Design Pattern

Design principles and design patterns are two essential concepts in software engineering.

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

Send an email using 'Sysyem.Net.Mail' in C#
c# 07-Jun-2024
Send an email using 'Sysyem.Net.Mail' in C#

you can send emails using the System.Net.Mail namespace, which provides classes for constructing and sending emails.

What's new in .NET Technology?
.net 18-Apr-2024
What's new in .NET Technology?

Learn about What's new in the .NET Technology in this blog

What's new in .NET 9?
.net 15-Apr-2024
What's new in .NET 9?

Learn What's new in .NET 9 and it's features in this blog

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.

Explain the use of LINQ in .NET
.net core 28-Feb-2024
Explain the use of LINQ in .NET

LINQ supports filtering, sorting, ordering, grouping. It makes easy debugging because it is integrated with C# language. Let's know more about the uses of LINQ.

FluentValidation in .NET Core: A Comprehensive Guide and Implementation
.net 27-Dec-2023
FluentValidation in .NET Core: A Comprehensive Guide and Implementation

Learn FluentValidation in .NET Core: A Comprehensive Guide and Implementation in this blog

.NET Performance Unleashed: Mastering Optimization Techniques for Lightning-Fast Apps
.net 20-Dec-2023
.NET Performance Unleashed: Mastering Optimization Techniques for Lightning-Fast Apps

Learn .NET Performance Unleashed: Mastering Optimization Techniques for Lightning-Fast Apps in this blog