Saad Aslam

Saad Aslam

About Saad Aslam

I'm a Flutter application developer with 1 year of professional experience in the field. I've created applications for both, android and iOS using AWS and Firebase, as the backend. I've written articles relating to the theoretical and problem-solving aspects of C, C++, and C#. I'm currently enrolled in an undergraduate program for Information Technology.

howto · 2025-03-13

How to Remove HTML Tags From a String in C#

In this article, we explore effective methods to remove HTML tags from a string in C

howto · 2025-03-13

How to Copy Text to Clipboard in C#

Learn how to copy text to the clipboard in C

howto · 2025-03-11

How to Get Class Name in C++

Discover how to get class names in C++ with our comprehensive guide. Learn various methods like using typeid, member functions, and macros to retrieve class names effectively. Enhance your C++ programming skills and improve debugging capabilities with these practical techniques.

howto · 2025-03-11

The #if DEBUG in C#

This article explains the use of

howto · 2025-03-11

How to Convert an Image to Base64 String in C#

This article explains how to convert an image to a Base64 string in C

howto · 2024-02-16

How to Find Memory Leaks in C++

In this article, we will understand about the memory leaks in the C++ programming language.

howto · 2024-02-15

How to Create SQL Database in C#

In this tutorial, you will learn how to create an SQL database, as well as how to store and retrieve data from tables inside that database.

howto · 2024-02-12

How to Initialize Array of Objects in C#

In this article, explains how to initialize an array of objects through Constructor parameters in C#.

howto · 2024-02-12

How to Convert Double to Decimal in C#

This article will discuss converting a double to a decimal using the C# programming language.

howto · 2024-02-12

How to Find Square Root Using Babylonian Method in C++

In this article, we shall understand how to find the square root of an integer using the Babylonian technique in C++ programming language.

howto · 2024-02-02

How to Sort a List by a Field in C#

In this article, we will show various methods on how to sort a list by a field in C#.

howto · 2024-02-02

How to Obfuscate Your Code in C#

In this article, We're going to explore how to obfuscate code in C# so that hackers can't read or understand.

howto · 2024-02-02

How to Format a String as a Telephone Number in C#

This article explains how to format a string as a telephone number in C#.

howto · 2024-02-02

How to Set Up C# on Mac OS

In this article, learn the process of setting up the C# language for development on Mac OS.

howto · 2024-02-02

How to Set Up C# for Development on Linux

This article explains how to set up C# language for development on Linux.

howto · 2024-02-02

How to Send Email With Attachment in C#

In this article, we'll learn how to send an email with attachment in C#.

howto · 2024-02-02

How to Stop a Thread in C#

In this article, I'll explain how to start and stop a thread in C#.

howto · 2024-02-02

How to Split a String on Newline in C#

We'll look at how to split a string on newline in C# in this tutorial.

howto · 2024-02-02

How to Compare Arrays in C#

In this article, we'll learn how to compare and check whether two or more arrays are equal in C#.

howto · 2024-02-02

How to Simulate a Key Press in C#

In this article, We'll learn an easy and simple way to simulate a keypress in C#.

howto · 2024-02-02

How to Initialize a Byte Array in C#

In this article, we'll learn how to initialize a byte array to a specific length in C#.

howto · 2024-02-02

How to Inherit From Multiple Classes in C#

In this article, we'll learn, with the help of implementation, how to inherit from multiple classes with the help of interfaces in C#.

howto · 2024-02-02

How to Sort List in Descending Order in C#

In this article, we'll learn how to sort a list in descending order in C#.

howto · 2024-02-02

How to Get the Current Method Name in C#

In this article, we'll learn how to get the current method name that is being executed in C#.

howto · 2024-02-02

How to Create a SOAP Service in C#

In this article, we'll learn what SOAP client is and how to create a SOAP service in C#.

howto · 2024-02-02

How to Write a Backslash in a String in C#

In this article, we'll learn how to write a backslash in a string in C#.

howto · 2024-02-02

How to Create Rock Paper Scissors Game in C#

In this article, we'll learn how to create a rock paper scissors game in C#.

howto · 2024-02-02

How to Use of the Object Sender in C#

In this article, we'll take a look at what an Object Sender is and how it may be used in C# programming.

howto · 2024-02-02

How to Create a UDP Server in C#

In this article, we'll learn how to create a UDP server in C#.

howto · 2024-02-02

How to Parse Command Line Arguments in C#

In this post, we'll examine the various techniques to parsexa0command-line parameters in C# code.

howto · 2024-02-02

How to Compress and Decompress a String in C#

In this article, we'll learn how to compress or decompress a string size in C#.

howto · 2024-02-02

How to Use a Bitmask in C#

In this article, we'll learn how to use bitmask in C#.

howto · 2024-02-02

How to Override a Static Method in C#

In this article, we'll learn how to override a static method in C#.

howto · 2024-02-02

How to Convert Image to Byte Array in C#

In this article, we'll learn how to convert an image to byte array in C#.

howto · 2024-02-02

How to Create a Button Click Event in C#

In this article, we'll learn how to create a button click event in C# programming language.

howto · 2024-02-02

How to Sort an ES6 Map in JavaScript

In this article, we'll go through the steps necessary to sort an ES6 map using the JavaScript programming language.

howto · 2024-02-02

How to Remove String From String in C#

In this article, we'll go through the steps necessary to delete certain characters from a string at a given point using the C# programming language.

howto · 2024-02-02

How to Find Duplicates in a List in C#

In this article, we'll go through the steps necessary to find the duplicate elements in a list using various methods in C#.

howto · 2024-02-02

How to Deallocate a 2D Array in C++

In this article, we'll go through the steps necessary to initialize and deallocate a 2d array using the C++ programming language.

howto · 2024-02-02

How to Ping an IP in C#

This article explains about how to ping an ip in C# Programming Language.

howto · 2024-02-02

How to Check Internet Connection in C#

This article explains about how to check internet connectivity in C# Programming Language.

howto · 2024-02-02

How to Add Days to Date in C#

This article explains how to add days to date in C#.

howto · 2024-02-02

How to Export DataTable to Excel in C#

This tutorial will teach you how to export datatable to an excel file in C# programming language.

howto · 2023-10-12

Carriage Return in C#

In this article, we'll learn carriage return in a string in C#.

howto · 2023-10-12

The AddRange Function for List in C#

In this article, we will understand the purpose of the AddRange function in the C# programming language.

howto · 2023-10-12

Recursive Lambda Function in C++

In this article, we'll understand the recursive lambda function in the C++ programming language.

howto · 2023-10-12

Associative Arrays in C++

In this article, we shall understand the associative arrays in the C++ programming language.

howto · 2023-01-30

List of Exceptions in C#

We'll look at the C# exceptions that may be thrown in this article.

howto · 2022-03-11

Graph Library in C#

In this article, we'll learn about what are graphs, QuickGraph library, and tools used in C#.