Jannik Strelow: a blog about programming.

  • Getting Started With .NET Console Application

    Getting Started With .NET Console Application

    In this blog post, we will guide you through the process of creating and running a .NET Console Application. Whether you are a beginner or an experienced developer, understanding how to build console applications using .NET is an essential skill. With its powerful features and wide range of applications, .NET provides a robust framework for […]

  • How Are Classes in PHP Work?

    How Are Classes in PHP Work?

    PHP is a popular server-side scripting language used for web development. One of the key features of PHP is its support for object-oriented programming (OOP). Classes in PHP are an essential part of OOP and play a crucial role in organizing and structuring code.

  • jQuery $.ajax Example for WordPress

    jQuery $.ajax Example for WordPress

    In this blog post, we will explore how to use jQuery’s $.ajax method in WordPress to make asynchronous requests to the server. This powerful function allows you to fetch data from the server without refreshing the entire page, providing a smooth and dynamic user experience.

  • How to Create a WordPress Theme

    How to Create a WordPress Theme

    If you’re looking to create a unique and customized website using WordPress, one of the best ways to do so is by creating your own WordPress theme. In this tutorial, we will walk you through the step-by-step process of creating a WordPress theme from scratch. Let’s get started!

  • C# Generics: Understanding Generic Types and Methods in C#

    C# Generics: Understanding Generic Types and Methods in C#

    C# is a powerful and versatile programming language that provides support for generics. Generics allow you to create reusable code that can work with different data types, providing flexibility and type safety. In this blog post, we will explore the concept of generics in C# and understand how to use generic types and methods.

  • C# File Handling: Reading from and writing to files using C#

    C# File Handling: Reading from and writing to files using C#

    File handling is an essential aspect of programming in any language, including C#. In this blog post, we will explore how to read from and write to files using C#.

  • C# Multithreading and Asynchronous Programming: Exploring multithreading and async programming in C#

    C# Multithreading and Asynchronous Programming: Exploring multithreading and async programming in C#

    When it comes to developing high-performance applications, C# offers powerful features for multithreading and asynchronous programming. Understanding these concepts and their proper usage can greatly enhance the efficiency and responsiveness of your code.

  • C# Arrays and Collections: Exploring arrays, lists, and other collection types in C#

    C# Arrays and Collections: Exploring arrays, lists, and other collection types in C#

    Arrays and collections are fundamental data structures used in programming languages to store and manipulate a group of related elements. In C#, there are several built-in collection types that provide different functionalities and features. In this article, we will explore arrays, lists, and other collection types in C#.

  • C# Data Types and Variables: Explaining the different data types and how to declare variables in C#

    C# Data Types and Variables: Explaining the different data types and how to declare variables in C#

    When it comes to programming in C#, understanding data types and variables is essential. Data types define the type of data that can be stored in a variable, while variables provide a way to store and manipulate that data. In this article, we will explore the various data types available in C# and learn how […]

  • Key Features of C#: Exploring the Main Features and Functionalities of C#

    Key Features of C#: Exploring the Main Features and Functionalities of C#

    When it comes to programming languages, C# is a popular choice among developers. Created by Microsoft, C# is a versatile and powerful language that is widely used for building a variety of applications. In this blog post, we will explore some of the key features and functionalities of C# that make it a preferred language […]

  • Revolutionieren Sie Ihre Pflege mit der sanus plus Pflegebox

    Revolutionieren Sie Ihre Pflege mit der sanus plus Pflegebox

    Die Pflege älterer Menschen und Patienten, ob zu Hause oder in Pflegeeinrichtungen, ist eine komplexe Aufgabe. Sie erfordert nicht nur Hingabe und Geduld, sondern auch die richtige Ausrüstung. In diesem Zusammenhang präsentieren wir Ihnen eine Innovation, die Pflege einfacher, effizienter und freundlicher gestaltet: die Pflegebox von sanus plus.

  • SHA256 C# Example: Implementing SHA256 Hashing in C#

    SHA256 C# Example: Implementing SHA256 Hashing in C#

    Are you looking for a SHA256 C# example? Look no further! In this blog post, we will walk you through a step-by-step guide on how to implement SHA256 hashing in C#.

  • C# Hash Byte Array: A Comprehensive Guide

    C# Hash Byte Array: A Comprehensive Guide

    If you are a C# developer, you may have come across the term ‘hash byte array.’ In this blog post, we will delve into what exactly a hash byte array is, how it is used in C# programming, and why it is important.

  • What is the content-type: application/csv?

    What is the content-type: application/csv?

    When it comes to working with data, the content-type application/csv plays a significant role. In this blog post, we will explore what exactly this content-type is and its relevance in the context of WordPress.

  • C# How to Execute Code on Object Destroy?

    C# How to Execute Code on Object Destroy?

    Are you a C# developer looking to execute code when an object is destroyed? In this blog post, we’ll explore how you can achieve this in C#. Whether you’re working on a desktop application or a web project, this technique will come in handy.

  • SQL Convert nvarchar to int: Efficient Data Type Conversion

    SQL Convert nvarchar to int: Efficient Data Type Conversion

    If you work with SQL databases, you may often come across the need to convert data types. One common conversion is from nvarchar to int. In this blog post, we will explore how to perform this conversion efficiently in SQL.

  • .NET Core PDF Library: An Open-Source Solution for PDF Manipulation

    .NET Core PDF Library: An Open-Source Solution for PDF Manipulation

    If you’re working with PDF files in your .NET Core projects, you know how important it is to have a reliable and efficient library to handle PDF manipulation tasks. Thankfully, there are several open-source options available, and one of the best choices is the .NET Core PDF library.

  • How to Use a REST API in C#

    How to Use a REST API in C#

    If you’re a developer working with C#, you may come across the need to consume a REST API in your application. REST (Representational State Transfer) APIs are widely used for web services and can provide data and functionality to your C# application. In this blog post, we’ll guide you through the process of using a […]