Users Pricing

tag

home / developersection / tag
ACID Properties in Database Transactions
ado.net 12 Feb 2025
ACID Properties in Database Transactions

ACID stands for Atomicity, Consistency, Isolation, and Durability—four key properties that ensure reliable processing of database transactions.

Connected vs Disconnected Architecture in ADO.NET
ado.net 12 Feb 2025
Connected vs Disconnected Architecture in ADO.NET

In ADO.NET, there are two types of architectures for accessing and managing data:

What is DataTable?
ado.net 12 Feb 2025
What is DataTable?

The DataTable class in ADO.NET represents a single in-memory table that holds rows and columns of data.

What is SqlDataReader?
ado.net 12 Feb 2025
What is SqlDataReader?

The SqlDataReader class in ADO.NET is used to fetch and read data from a SQL Server database efficiently and forward-only.

ADO.NET Basics
ado.net 12 Feb 2025
ADO.NET Basics

ADO.NET (ActiveX Data Objects for .NET) is a data access technology in the .NET framework that allows applications to interact with databases.

simple image to cartoon images
c# 11 Feb 2025
simple image to cartoon images

image processing libraries like OpenCV (via Emgu CV) or Accord.NET. The basic idea is to apply edge detection and then blend it with a simplified color version

Extract frame from video in C#
c# 09 Feb 2025
Extract frame from video in C#

You can extract frames from a video in C# using the AForge.NET, OpenCV (Emgu.CV), or FFmpeg libraries. Below are different methods based on these libraries:

SOLID Principle
SOLID Principle

The SOLID principles are a set of five design principles in object-oriented programming. They help developers create robust, maintainable, and scalable software

ASP.NET Core Identity
asp.net core 27 Sep 2024
ASP.NET Core Identity

Identity is a membership system that allows you to add login functionality to your application.

Differences Between C# vs Java
c# 10 May 2024
Differences Between C# vs Java

Learn about the Differences Between C# vs Java in this article

Introduction to web scraping using C#, Basic concepts.
c# 17 Apr 2024
Introduction to web scraping using C#, Basic concepts.

Learn about the Introduction to web scraping using C#, Basic concepts in this article

5 Tips to Writing Clean C# Code
c# 07 Jan 2024
5 Tips to Writing Clean C# Code

Learn about the 5 Tips to Writing Clean C# Code in this article