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.
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.
.Net Core Building Real-time Public Transport Tracking System on Azure - Part 1 This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This article is a part of Applied Cloud Stories initiative -
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
EPiServer LocalizationProvider v5.7 Is Out It's been a while since last Episerver DbLocalizationProvider package update. Fortunately this release includes couple bug fixes delivered by amazing developer community and also few new features. What's included in
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.
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.
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
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 [https://blog.tech-fellow.net/2018/01/27/dblocalizationprovider-in-asp-net-core/
Localization Alternative Localization for Asp.Net Core Applications Asp.Net Core Built-In Support This is code fragment from official documentation [https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization] how to localize content using built-in functionality. App Content