Skip to content
The EECS BlogThe Electrical Engineering and Computer Science Blog
  • Home 🏠
  • Blog 📰
  • Store 🛒
  • Donations ❤️
  • Contact 📧
  • About
  • Blog Policies
    • Privacy Policy
    • Terms and Conditions
Working With An SQL Database With C# in .NET

Working With An SQL Database With C# in .NET

TslaPosted on October 15, 2024October 15, 20240

In this code snippet, I’ll show you how to connect to and query an SQL database with C# in .NET. I’ll also show you how to perform the queries properly by using “parameterized queries” to avoid SQL injection vulnerabilities.

Read more

Azure Functions Dependency Injection And Proper HttpClient Usage

Azure Functions Dependency Injection And Proper HttpClient Usage

TslaPosted on October 15, 2024October 15, 20240

In this post, I will show you how to properly use the C# Http Client in Azure Functions using dependency injection(the same concept applies to other C# .NET technologies). I’ll also show you how to add request caching to improve performance.

Read more

Azure Functions Bindings And Triggers

Azure Functions Bindings And Triggers

TslaPosted on October 13, 2024October 15, 20240

In this post, we’ll talk about bindings and triggers in Azure Functions. In my other post “Getting Started With C# Azure Functions” where I show how to create a basic function I added an Http Trigger when creating the project. Here I’ll show you how to add additional triggers and bindings to your function.

Read more

Working With Azure Storage Account Queues In C#

Working With Azure Storage Account Queues In C#

TslaPosted on September 28, 2024September 28, 20240

In this code snippet, we will learn how to queue, check and dequeue messages from Azure Queues using C#.

Read more

Working With Azure Storage Account Blobs In C#

Working With Azure Storage Account Blobs In C#

TslaPosted on September 28, 2024September 28, 20240

In this code snippet, we will learn how to read, write and delete files in Azure Blobs(binary large object) using C#. Additionally, I’ll show you how to get the URL for a file and how to generate a SAS(shared access signature) token for it which can be used to download the file.

Read more

Working With Azure Storage Account File Shares In C#

Working With Azure Storage Account File Shares In C#

TslaPosted on September 28, 2024September 28, 20240

In this code snippet, we will learn how to read, write and delete files to Azure File Shares using C#. Additionally, I’ll show you how to get the URL for a file and how to generate a SAS(shared access signature) token for it which can be used to download the file.

Read more

Working With Azure Storage Account Tables In C#

Working With Azure Storage Account Tables In C#

TslaPosted on September 28, 2024September 29, 20240

In this code snippet, we will learn how to read and write to Azure Tables using C#. Azure Tables are great for large amounts of nonstructured(NoSQl) schema-less data. The data is stored as key-value pairs.

Read more

Creality Slicer 4.8.2 Crash

Creality Slicer 4.8.2 Crashing Fix

TslaPosted on September 18, 2024September 18, 20240

I’m going to make this quick post on how to fix the Creality slicer software crashing or freezing. Hopefully, it helps out somebody. I have the. 4.8.2 version but it might affect others too. This issue sometimes just appears out of nowhere despite not making any changes or even using the software.

Read more

Making C# Libraries and Private NuGet Packages

Creating C# Libraries and Private NuGet Packages

TslaPosted on September 17, 2024September 17, 20240

In this post, I’ll show you how to create and use a C# class library and a private NuGet package for it, including the CI/CD pipeline in Azure DevOps for publishing new versions. Finally, I will also show you how to use the NuGet package from the private feed we will create in another project/Azure CI/CD pipeline.

Read more

Blazor File Uploads - Downloads

Blazor Wasm File Uploads And Downloads

TslaPosted on September 9, 2024September 9, 20240

In this post, I’ll show you how to upload and programmatically trigger a file download for the user in a Blazor Web Assembly application.

Read more

Posts pagination

« Previous 1 2 3 … 26 Next »

Recent Posts

  • Interrupts And Timers
  • Watchdog Timer
  • ESP32 FreeRTOS Tutorial
the eecs blog online store white background

Follow us

  • youtube
  • pinterest
  • github

Donate

Donate Crypto Here

Archives

Categories

Change Consent Options

Copyright © 2025 The EECS Blog Proudly powered by WordPress