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

Implement Microsoft DI container in ASP.NET MVC 5

Dependency injection is very important mechanism in web applications. There are many third party packages that serves dependency injection in ASP.NET MVC 5, like Autofac or Unity. However, there is also Microsoft solution, which is already part of ASP.NET Core framework. In this post We’ll implement it in ASP.NET MVC 5 application.

By Mirek on 1/3/2024 (tags: ASP.NET MVC, dependency injection, mvc 5, categories: architecture, code, web)

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)

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)

Working with OData EDM Model

In the previous post we’ve seen how to enable OData support on existing ASP.NET Core Web API application. In this post wil will configure the OData Entity Data Model.

By Mirek on 7/6/2022 (tags: asp.net Core, OData, categories: architecture, code, web)

Enable OData on you WebAPI project

Let’s see how easy it is to enable OData on your existing ASP.NET Core WebAPI project.

By Mirek on 7/5/2022 (tags: asp.net Core, OData, Web API, categories: architecture, code, web)

Implementing Basic authentication in ASP.NET Core 5

In this post you’ll see simple way of implementing Basic user name and password authentication in ASP.NET Core 5 web application.

By Mirek on 5/4/2021 (tags: ASP.NET Core 5, authentication, Authorization, categories: code, security, web)

HTTP to HTTPS redirect on IIS for multiple websites

Today a quick hint and also a reminder for myself on how to handle HTTP to HTTPS redirects on IIS for more than one hosted website and fix 500.52 - URL Rewrite Module Error.

By Mirek on 11/20/2020 (tags: 500.52, HTTPS, iis, Rewrite, categories: infrastructure, web)

ASP.NET MVC built it minification does not support all CSS features

Recently I stumbled upon a problem that a CSS file was not minified on production in my ASP.NET MVC 5 web application. Moreover the error saying “Minification failed. Returning unminified contents.” was added to the CSS content. It turned out that it’s an old, known issue and in this post I will show you how I fixed it.

By Mirek on 1/8/2020 (tags: ASP.NET, Bundling, css, Minification, categories: architecture, code, web)
< 1 2 3 4 5 >

Categories

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

Archive

  • January 2024
  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • November 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