Asp.Net Core Building Real-time Public Transport Tracking System on Azure - Part 4 This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This time we talk about data broadcast using gRPC and SignalR.
Azure Building Real-time Public Transport Tracking System on Azure - Part 3 This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This time we talk about data distribution further to our subscribers.
C# Episerver Localization Provider - Major v6 Released! Introduction I'm pleased to announce that v6 of DbLocalizationProvider is finally out to the wild. This stressful and lots of unknowns period was great timing for me to sit down
Asp.Net Core Localization Provider - Major 6 Released! Introduction I'm pleased to announce that v6 of DbLocalizationProvider is finally out to the wild. It's been a bit bumpy road and longer journey as expected, but here we are.
C# Building Real-time Public Transport Tracking System on Azure - Part 2: Data Collectors & Composer This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. Here we talk about data processing pipeline.
C# Episerver ContentArea with AllowedTypes Specified by Interface Background Once an interesting question was asked on Episerver Community Slack space how to work with ContentAreas and specifically [AllowedTypes] and specify restrictions based on interface. My answer wasn't quite
C# Episerver DeveloperTools - UI Refresh This blog post is about latest features and bug fixes added to v3.5 of Episerver DeveloperTools package
C# Converting Azure WebJobs to .NET Core Motivation Migrating something to .NET Core (while stuck with .NET Framework for a while due to surrounding platform dependency constraints) sounds intriguing and challenging at the same time. Our main
C# Effectively Working with Git Submodules Background During development of DbLocalizationProvider I had single repository in GitHub containing more that one package as result of the build. Initially there was just a EPiServer package to add
C# LocalizationProvider Client Side Feature now also for Asp.Net Mvc Apps There are sometimes moments when you just need to take deep inhale and add backward support for apps that most probably you will hardly see selected in "File >
C# Client-side Localization in Asp.Net Core Using LocalizationProvider Starting with v5.4.1 version of the LocalizationProvider package for .NET Core, it's now possible to work with translations also on client-side.
EPiServer Object Cache Viewer Joins EPiServer Developer Tools It's super cool to work together with the community and unite effort across all areas to strengthen EPiServer ecosystem and toolsets. After chat with Joe Mayberry we decided that his
EPiServer How Risky are EPiServer.DeveloperTools on Production Environment? We had a great conversation at the EPiServer Partner Close-Up conference with one and only Allan Thræn about future plans and such. And one of the topics we chatted about
EPiServer Asp.Net Mvc Areas for EPiServer Forms This blog post describes how to add support for overriding Episerver Forms element templates located in Asp.Net Mvc Areas.
C# Localized Episerver Enum Properties Time to time I receive questions on how to properly translate System.Enum based properties on Episerver using DbLocalizationProvider package. The support has been around for quite while, but I've never really blogged about it properly.
C# Razor UI Class Library with Dynamic Area Name This blog post is describing configuration setup required to support dynamically generated area names for Razor Class Library Pages. This approach is used in AdminUI for DbLocalizationProvider for Asp.Net Core.
Localization Localization Provider - 5th generation out! Freshly baked v5.0 is out now. Changes in this version (some of them are breaking ones). Mostly release was focused on .Net Core AdminUI improvements and new features.
C# Fixing ClientModel Validation in Asp.Net Core This blog post is about how to fix Asp.Net Core Mvc built-in client model localization provider and use DbLocalizationProvider on client side as well.
EPiServer Module Dependencies in EPiServer DeveloperTools After gratefully accepted invitation to contribute to the Episerver Developer Tools package, I can safely do this: All credits to the amazing Episerver team, I'm just contributing here :) So that's
Localization Localizing Asp.Net Core Applications now with AdminUI Finally it's time to release administrative user interface for complementing Asp.Net Core application localizing process. It's been a while since localization provider has been released for Asp.Net Core
Pizza Architecture Baking Round Shaped Apps with MediatR This post shows all the necessary changes I had to make to convert original pizza solution to use MediatR library (+ also converted to NetCoreApp 2.0).
C# Some smaller updates for DbLocalizationProvider Localization provider is well and alive. Lately I've been heads down busy with porting some of the parts over to .Net Core targeting .Net Standard version 2.0. Anyway just
Localization Alternative Localization for Asp.Net Core Applications Asp.Net Core Built-In Support This is code fragment from official documentation how to localize content using built-in functionality. App Content Localization [Route("api/[controller]")] public class AboutController
EPiServer Year in Review This is yet another period of the year when you pause a bit and look back. I've been taught to be in the present moment and not to look in
Azure Fix Logging in Azure Functions when Reusing Your Component There are cases when your project follows hype and you face the case when you need to reuse your component in serverless world. This blog post is about how to