Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
- Using C# HttpClient from Sync and Async code
- Run tasks in parallel using .NET Core, C# and async coding
- C# Get expiry timestamp from JWT token
- c# Async fire and forget
- HttpClient retry mechanism with .NET Core, Polly and IHttpClientFactory
Archive
Meta
Tag Archives: YetAnotherForum
Controlling YetAnotherForum from inside Sitecore
One of my recent projects has been to run YetAnotherForum (YAF) inside a Sitecore website (read this earlier post). The changed YAF source can be found as an open source project at http://marketplace.sitecore.net/en/Modules/YAF_integration.aspx Now the project has been expanded with a … Continue reading
Running YetAnotherForum inside Sitecore
As I mentioned in the previous post, YetAnotherForum (YAF) cannot run inside Sitecore unless the code base of YAF is changed. So that’s exactly what I did. You can find the changed YAF codebase in Sitecores marketplace: http://marketplace.sitecore.net/en/Modules/YAF_integration.aspx So what does the … Continue reading
Using Sitecore users in YetAnotherForum
YetAnotherForum (or YAF for short) is an open source discussion forum written in C# and .NET. Sitecore and YAF cannot run in the same IIS application (they can, if you change the YAF source code, which I will show in … Continue reading