eidias Switzerland | eidias Poland
eidias
  • all categories
  • architecture
  • azure
  • code
  • infrastructure
  • licensing
  • security
  • tools
  • web

WPF leaks memory when using separate STA Thread

Recently, I was asked to tackle down a memory leak problem in WPF application. The problem was so not obvious and so mysterious, that triggered bigger research on a topic.

By Mirek on 3/2/2023 (tags: Dispatcher, memory leak, STA, thread, WPF, categories: code)

Integration tests using Sql Server database in a container

Today I’ll show you how to implement integration tests for ASP.NET Core web api using real MS Sql Server database hosted in a Docker container. Keep reading…

By Mirek on 1/2/2023 (tags: ASP.NET, Docker, Tests, categories: architecture, code)

Check installed fonts on linux based Node.js Azure Function

As you may have read in one of my last post, I was struggling with Vega rendering function that deployed on Azure linux was lacking some fonts. In this post I’ll show you how to check the list of installed fonts on your linux based Azure function.

By Mirek on 12/22/2022 (tags: azure, Azure Function, fontconfig, linux, Node js, categories: azure, architecture, code)

Build Azure Functions on WSL and deploy them to Docker using VS Code on Windows

The title of this post might be a little unclear, but that’s what it is about. Keep reading to get it clarified…

By Mirek on 12/7/2022 (tags: azure, Azure Functions, linux, Visual Studio Code, WSL, categories: architecture, tools, code)

OpenXML insert SVG image into Word document

Today I’ll show you a quick solution on how to insert an SVG vector graphic into Microsoft Office Word document programatically. Keep reading.

By Mirek on 9/14/2022 (tags: OpenXML, SVG, Word, categories: tools, code)

How to bypass proxy with IHttpClientFactory

In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.

By Mirek on 8/22/2022 (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)

HttpClient in .NET– is there a best way ?

HttpClient is probably one of the most important and most commonly used class in .NET ecosystem. However, it looks like not every developer (including myself) knows how to properly use it.

By Mirek on 8/15/2022 (tags: ASP.NET, HttpClient, HttpClientFactory, .NET 6.0, categories: architecture, code, web)

How to pass JWT token as url query parameter in ASP.NET Core 6

Today I’ll show you how to pass a JWT Bearer authentication token to your ASP.NET Core 6.0 web application by appending it to the url query string. And all this is possible using just few lines of code

By Mirek on 8/11/2022 (tags: ASP.NET, authentication, Authorization, JWT, categories: code, security, web)

Binning data stream in Vega

In this post I’ll briefly show you how to perform basic data transformation on data stream in Vega chert spec. Keep reading.

By Mirek on 7/25/2022 (tags: charts, JSON, Vega, categories: tools, code)

Deploy and configure Azure App Service on Linux

Today I’ll show you how easy it is to deploy and configure an ASP.NET Core web application on Azure AppService with linux os.

By Mirek on 7/12/2022 (tags: AppService, asp.net Core, azure, categories: azure, architecture, code, web)
< 1 2 3 4 5 6 7 8 9 10 11 12 13 >

Categories

  • architecture
  • azure
  • code
  • infrastructure
  • licensing
  • security
  • tools
  • web

Archive

  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • November 2021
  • August 2021
more

Tags

  • .net
  • ASP.NET
  • asp.net Core
  • ASP.NET MVC
  • authentication
  • azure
  • build
  • c#
  • Code First
  • core
  • css
  • ef core
  • Entity Framework
  • enums
  • fuzzy search
  • IoC
  • javascript
  • mvc
  • mvvm
  • OData
  • Powershell
  • SQL Server
  • tfs
  • WCF
  • WPF
more