Baking Round Shaped Apps with MediatR
Back in days I spent time to describe something that I called pizza architecture - showing off how to organize and design applications in round shape with domain in the middle and less important tr...
Back in days I spent time to describe something that I called pizza architecture - showing off how to organize and design applications in round shape with domain in the middle and less important tr...
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 wanted to let you know so...
This is code fragment from official documentation how to localize content using built-in functionality. App Content Localization [Route("api/[controller]")] public class AboutController : Control...
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 the past or try to predict the future, but nonetheless it’...
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 fix logging (I picked Common.Logging, ...
I did talk about this topic couple times solo, and also together with Henrik Fransas in Episerver Partner Close-up in Stockholm this year. Received lot of questions regarding source code availabili...
It’s been a while since last blog post about localization provider. It just means that I’ve been heads down busy with implementing some great features :) Anyway - these are most probably last feat...
Initially strongly typed localization provider was not planned to be used everywhere in EPiServer, but localizing categories came as complimentary feature: [LocalizedResource(KeyPrefix = "/categor...
Listen to the audience. I was more than lucky to be on some local user groups to talk about strongly typed localization provider for EPiServer. Feedback from the audience is more likely to be provi...
Usually I don’t post small changes in separate blog post, but I think that it’s worth to mention breaking changes in latest ImageResizer (IR) plugin for EPiServer. Before If you are using Fluent ...
Blog post about latest updates for database localization provider project. Release mainly focuses on foreign affairs - foreign, hidden and referenced resources. Read further for more info. Foreign...
Recently we had experience with Azure WebJobs hosting system and specificely - with disposable jobs. This blog post will describe how to properly handle disposable job dependency. Why Dependency? ...
Along with other smaller bug fixes, database-driven localization provider for EPiServer got closer to front-end. We joined forces together with my old pal and friend Arve Systad and made it possibl...
Great colleague of mine Māris Krivtežs wrote blog post about feature folders describing code organization into folders by features or functional areas rather than technology or different grouping. ...
It’s been awhile since last update for DbLocalizationProvider for EPiServer. Anyway things been in my backlog. Period around New Year is not the most productive for me :) This blog post will descri...
Some great updates have been delivered to EPiServer Scheduled Jobs infrastructure within version 10.3. In this blog post we will review some of the important changes. Scanning Process Property Is...
This blog post will describe a way how to customize styles and scripts loaded by EPiServer.Forms.Samples package. Background Unfortunately EPiServer.Forms package does not have DateTime picker av...
Story continues with fire and localization cases inside EPiServer sites. This time smaller update for database localization provider, but still - worth sharing. Support for Custom Attributes Curr...
Recently released driven localization provider for EPiServer had main focus on more complex view models along the other smaller bug fixes and features. And specifically - there were few unsupporte...
Why? You might ask, but changes I guess is the only constant thing in this industry. DbLocalizationProvider is witnessing new version and some cool features covered in more details below. Also int...