About Muhammad Zeeshan
LinkedInI have been working as a Flutter app developer for a year now. Firebase and SQLite have been crucial in the development of my android apps. I have experience with C#, Windows Form Based C#, C, Java, PHP on WampServer, and HTML/CSS on MYSQL, and I have authored articles on their theory and issue solving. I'm a senior in an undergraduate program for a bachelor's degree in Information Technology.
Articles by Muhammad Zeeshan
C# Howtos
- High Performance TCP Server in C#
- How to Change Cursor in C#
- How to Create Scheduled Tasks in C#
- How to Implement OCR in a C# Project
- How to Hash a String With SHA256 in C#
- How to Export Data to an Excel File Using C#
- C# Equivalent of SQL Server Data Types
- Exact Time Measurement for Performance Testing in C#
- How to Override Properties in Subclasses in C#
- How to Add an Item to a ListBox in C# and WinForms
- How to Get the Current Username in .NET Using C#
- How to Overload Assignment Operator in C#
- How to Send HTML-Formatted Email Using C#
- C# Binary Literals
- How to Add Right Click Menu to an Item in C#
- How to Extend a Class in C#
- Simple State Machine Example in C#
- How to Throw a Custom Exception Without the Exception Class in C#
- How to Deserialize JSON With C#
- How to Read Embedded Resource Text File in C#
- How to Find the Greatest Common Divisor Using C#
- How to Get the First Object From List<Object> Using LINQ
- How to Open a Folder Using Process.Start in C#
- How to Create Excel File in C#
- How to Convert Decimal to Double in C#
- How to Write JSON Into File in C#
- How to Write XML Into a File in C#
- SQL Connection String in C#
- C# Constructors Overloading
- How to Convert DataTable to CSV in C#
- How to Reset Timer in C#
- Tree Data Structure in C#
- The extern Keyword in C#
- How to Connect to an Access Database in C#
- Telnet Library in C#
- How to Do Percentage Calculation in C#
- How to Read and Write INI Files in C#
- The @ Symbol Before a Variable Name in C#
- How to Change Label Text in C#
- How to Start a Process in C#
- How to Convert Int to Byte in C#
- How to Convert String to Type in C#
- How to Play an Mp3 File in a Windows Form Application in C#
- How to Declare an Array of Objects in C#
- How to Generate a UUID in C#
- How to Convert String Array to String in C#
Java Howtos
- How to Set JAVA_HOME Environment Path in Ubuntu
- How to Use Custom Serializer With Jackson in Java
- How to Implement Concurrent Queue in Java
- How to Set Time Zone of a java.util.Date
- How to Write an Anonymous Function in Java
- How to Declare Enum in Java
- How to Override and Overload Static Methods in Java
- How to Set Environment Variable to Control java.io.tmpdir
- How to Repeat a String in Java
- JNDI and Its Uses in Java
- How to Create Cron Job in Java
- Default Java Keystore Password
- Difference Between StringBuilder and StringBuffer in Java
- How to Specify Java Version in Maven and Differences Between Compiler Properties & Plugin
- How to Use of the flush() Method in Java Streams
- How to Fix Java Error java.util.InputMismatchException
- How to Resolve java.util.zip.ZipException: Error in the Opening Zip File
- How to Resolve java.io.IOException: Broken Pipe
- How to Fix Java Error Invalid Character Found in Method Name. HTTP Method Names Must Be Tokens
- How to Solve the Int Cannot Be Dereferenced Error in Java
- How to Fix Java.Lang.ClassNotFoundException: Org.SpringFramework.Web.Servlet.DispatcherServlet
- How to Fix SunCertPathBuilderException: Unable to Find Valid Certification Path to Requested Target Error in Java
- How to Fix Java.Net.SocketTimeoutException: Read Timed Out Under Tomcat
- How to Fix Exception in Thread Main Java.Lang.ClassNotFoundException in IntelliJ IDEA
- How to Fix Java StackOverflowError
- How to Fix Exception in Thread Main Java.Lang.NoClassDefFoundError
- How to Fix Java.Net.SocketTimeoutException: Connection Timed Out
- How to Fix Javac Is Not Recognized as an Internal or External Command, Operable Program or Batch File
- How to Fix the Java.Net.SocketException: Connection Reset in Java
- Invalid Character Constant in Java
- How to Use Regex in the String.contains() Method in Java
- How to Calculate Leap Year in Java
- How to Print Contents of Text File to Screen in Java
- How to Use Recursion to Draw Koch Snowflake in Java
- How to Solve Divide by Zero Exception in Java
- Class.forName() and Class.forName().newInstance() in Java
- How to Format Date in the SimpleDateFormat Class in Java
- How to Get HostName in Java
- How to Asynchronously Call a Method in Java