Custom attributes in .Net Core csproj file
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 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)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 (tags: 500.52, HTTPS, iis, Reqrite, categories: infrastructure, web)We’ve recently stumbled upon some strange error in one of our websites. The problem was the Microsoft Flow server started to rejecting connections constantly.
By Mirek on (tags: External services, Microsoft, MS Flow, TLS, categories: architecture)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)Today I will present you a quick tip on how to nest two web applications on IIS 7.5 and avoid the web.config inheritance from the parent application to the child application. Keep reading…
By Mirek on (tags: iis, inheritInChildApplications, web.config, website, categories: None)In this post I will show you a quick tutorial of implementing Google reCaptcha v2 invisible on the ASP.NET Core website form.
By Mirek on (tags: ASP.NET, core, reCaptcha, categories: code, security)The Windows Presentation Foundation DataGrid control offers a huge possibilities regarding displaying tabular data. However one functionality I was always missing in data grid was the possibility to fire a command when user clicks a row.
By Mirek on (tags: DataGrid, mvvm, WPF, categories: code)Although SQL Server Temporal Tables feature is not natively supported in Entity Framework Core, there is a way you can still use it together with EF Core. Read on to see how we can, quite nicely, integrate it with the Entity Framework.
By Mirek on (tags: Entity Framework, SQL Server, Temporal Tables, categories: code)