© 2023 Hashnode
#csharp
C# is an object-oriented programming language that provides various data types to store and manipulate data. Among these data types, var, dynamic, and object are some of the most commonly used. In thi…
In this blog post, I will introduce the time-series collection type of MongoDB, which was added to MongoDB in recent years. This collection type has many uses in many IoT scenarios. But before I bring…
Hello everyone! In this tutorial, we are going to learn about the Options Pattern in ASP.NET Core, understand its purpose, and explore how to use it effectively. If you want to learn via video, here i…
Today I'm embarking on an exciting experiment to build an app from scratch with the help of ChatGPT 4, OpenAI's advanced AI language model. The idea behind this experiment is to see if ChatGPT can help me fill the gaps in my knowledge about…
Godot is a free and open-source game engine that allows you to create 2D and 3D games for various platforms, such as Windows, Linux, Mac, Android, iOS, and more. Godot has a unique design that makes i…
So I've learned that we should be separating the model, view and controller. Now, I've decided to start with the View part, the bit that we actually see! For me, this helps me visualise sort of the ac…
Hello guys, happy Friday! Today I will inaugurate a new section that will be called “API Friday”. What will this API Friday be about? well, basically every Friday(or every two Fridays) I will post a .…
You can download an example project from this GitHub repository. Task interview... My friend got an interview task to code a method that finds and returns the most frequent element in a large list of …
Images have become an integral part of websites in today's digital age, playing an important role in online marketing. However, for search engines to find these images, you must implement an Image Sit…
Hey guys, I’m so glad to see you again on my blog. Today I’ll show you how to add logging to your asp net core applications and why you should do it. I’ll show you the basic aspects of application log…