tag

home / developersection / tag

ADO.NET DataSet Class
ado.net 12-Feb-2025
ADO.NET DataSet Class

The DataSet class in ADO.NET is a disconnected, in-memory representation of data. It can store multiple DataTable objects, along with relationships, constraints

Proof of Disconnected Data Access in ADO.NET
ado.net 12-Feb-2025
Proof of Disconnected Data Access in ADO.NET

disconnected data access means fetching data from a database, working with it in-memory (using DataSet, DataTable, or DataView), and not maintaining an active c

ADO.NET SqlCommand Class
ado.net 12-Feb-2025
ADO.NET SqlCommand Class

The SqlCommand class in ADO.NET is used to execute SQL queries, stored procedures, and commands against a SQL Server database.

When to Use ADO.NET?
ado.net 12-Feb-2025
When to Use ADO.NET?

ADO.NET is best suited for scenarios where you need to interact with a database in a structured and efficient manner.

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

Basic Implementation of CQRS in C#
c# 23-Jan-2025
Basic Implementation of CQRS in C#

The Command Query Responsibility Segregation (CQRS) pattern is a design principle that separates the responsibility for handling queries (read operations) and c

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.

Coding standard in C#
c# 03-May-2024
Coding standard in C#

There are multiple C# coding standards, naming conventions, and some practices that you should use in your own projects.

Learning C and Java in 2024 worth it or not?
java 27-Mar-2024
Learning C and Java in 2024 worth it or not?

Learning C and Java in 2024 worth it or not from this blog