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 (tags: asp.net Core, OData, Web API, categories: architecture, code, web)Let’s see how easy it is to enable OData on your existing ASP.NET Core WebAPI project.
By Mirek on (tags: asp.net Core, OData, Web API, categories: architecture, code, web)Recently I got strange exception when trying to start my EF 6 based application. The problem started to happen after I updated some of Microsoft nuget packages.
By Mirek on (tags: Code First, ef core, Entity Framework, SqlServer, SSL, categories: code, security)We finally got it – native support for SqlSever temporal tables in Entity Framework Core. Among others this is the most requesting feature in EF 6. Let’s see what it tastes like…
By Mirek on (tags: Code First, EF, ef core, Entity Framework, SQL Server, Temporal Tables, categories: architecture, code)In this post I’ll show you simple script that can be used to clear all data from table with history versioning using temporal table.
By Mirek on (tags: SQL Server, Temporal Tables, categories: code)A time ago I wrote a post about enabling support for SqlServer Temporal tables in EF Core. Then it was EF Core 2.1. Let’s see what has changed during that time and what we can do today with EF Core 5 in terms of Temporal table support.
By Mirek on (tags: EF, Entity Framework, .Net 5, SQL Server, Temporal Tables, categories: architecture, code)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 (tags: ASP.NET Core 5, authentication, Authorization, categories: code, security, web)Today a short guide on how to use your custom attribute in csproj file. Keep reading.
By Mirek on (tags: Assembly attribute, csproj, Custom attribute, .Net 5, categories: architecture, code)Today I want to show an example of how great are value converters in EF Core.
By Mirek on (tags: ef core, Entity Framework, ORM, ValueConverters, categories: code)Is it possible to change starting point for WPF application, so that we can run some code before even the actual application is created? Keep reading to get know…
By Mirek on (tags: Starting Point, WPF, categories: architecture, code)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 (tags: ASP.NET, Bundling, css, Minification, categories: architecture, code, web)