• Skip to main content
  • Skip to primary navigation
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Featured
    • Advanced Python Topics
    • AWS Learning Roadmap
    • JWT Complete Guide
    • Git CheatSheet
  • Explore
    • Programming
    • Development
      • microservices
      • Front End
    • Database
    • DevOps
    • Productivity
    • Tutorial Series
      • C# LinQ Tutorials
      • PHP Tutorials
  • Dev Tools
    • JSON Formatter
    • Diff Checker
    • JWT Decoder
    • JWT Generator
    • Base64 Converter
    • Data Format Converter
    • QR Code Generator
    • Javascript Minifier
    • CSS Minifier
    • Text Analyzer
  • About
  • Contact
CodeSamplez.com

CodeSamplez.com

Programming And Development Resources

You are here: Home / Archives for Programming

Programming

PHP Regular Expression: Ultimate Beginner’s Guide

Updated May 2, 2025 by Rana Ahsan Leave a Comment ⏰ 8 minutes

PHP Regular Expression Tutorial

Have you ever struggled with validating email addresses or extracting specific patterns from strings in your PHP applications? I’ve been there too. After years of coding, I can absolutely say that PHP Regular Expressions are the most powerful tools in your programming arsenal for text manipulation and pattern matching.

C# Regular Expression: The Ultimate Beginner’s Guide

Updated May 2, 2025 by Rana Ahsan Leave a Comment ⏰ 7 minutes

C# Regular Expression Guide

Regular expressions in C# offer a powerful way to match, search, and manipulate text using pattern-based logic. This tutorial introduces the Regex class from the System.Text.RegularExpressions namespace, demonstrating how to validate input, extract data, and perform replacements efficiently. With practical examples and clear explanations, it’s an ideal starting point for developers looking to harness regex capabilities in their C# applications.​

Regular Expression Basics For Beginners

Updated May 1, 2025 by Rana Ahsan Leave a Comment ⏰ 7 minutes

regular expression basics

Regular expressions, or regex, are powerful tools for pattern matching in text. This beginner-friendly tutorial breaks down the core concepts, syntax, and practical uses across programming languages. Whether you’re validating emails or scraping data, this guide will help you master the basics and start using regex like a pro.

C# HTTP Requests Tutorial For Beginners

Updated April 23, 2025 by Rana Ahsan 46 Comments ⏰ 7 minutes

C# HTTP Requests For Beginners

This article provides a beginner-friendly guide to creating HTTP requests in C#. It introduces a reusable wrapper class, MyWebRequest, which simplifies sending GET and POST requests using .NET’s built-in WebRequest class. The class handles setting request methods, content types, and reading responses, making it easier to integrate HTTP communication into desktop or web applications. ​

C# DriveInfo Class: Access Drive Information Like a Pro

Updated April 24, 2025 by Rana Ahsan 5 Comments ⏰ 7 minutes

C# DriveInfo

In this beginner-friendly guide, we explore the C# DriveInfo class to enumerate drives, check formats and free space, and handle removable media effortlessly. Through clear code snippets and practical tips, you’ll learn to build robust disk-inspection tools without WMI. Perfect for .NET 6+ developers diving into system I/O.

« Previous Page
Next Page »

Primary Sidebar

  • Facebook
  • X
  • Pinterest
  • Tumblr

Subscribe via Email

Top Picks

python local environment setup

Python Local Development Environment: Complete Setup Guide

In-Depth JWT Tutorial Guide For Beginners

JSON Web Tokens (JWT): A Complete In-Depth Beginners Tutorial

The Ultimate Git Commands CheatSheet

Git Commands Cheatsheet: The Ultimate Git Reference

web development architecture case studies

Web Development Architecture Case Studies: Lessons From Titans

static website deployment s3 cloudfront

Host Static Website With AWS S3 And CloudFront – Step By Step

Featured Dev Tools

  • JSON Formatter
  • Diff Checker

Recently Published

RAG Systems In Python

A step-by-step guide to building a simple RAG system in Python

Add Memory To AI Agents

Add Memory to AI Agent: Python Tutorial for Beginners

MCP For Beginners

Model Context Protocol For Beginners: Superpower of AI Agents

Building AI Agent

Building AI Agent From Scratch: Complete Tutorial

python runtime environment

Python Runtime Environment: Understanding Code Execution Flow

Footer

Subscribe via Email

Follow Us

  • Facebook
  • X
  • Pinterest
  • Tumblr

Demos

  • Demo.CodeSamplez.com

Explore By Topics

Python | AWS | PHP | C# | Javascript

Copyright © 2026