tag

home / developersection / tag

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

A Basic Introduction To C# Unit Test For Beginners
c# 05-Jan-2024
A Basic Introduction To C# Unit Test For Beginners

Learn A Basic Introduction To C# Unit Test For Beginners in this article

Using ICollection in C#
c# 22-Dec-2023
Using ICollection in C#

Learn about the Using ICollection in C# in this article