London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Chris Sharp
Jun 13, 2019
  2199
(2 votes)

Chicago Summer 2019 Episerver User Meetup

Join us on Thursday, June 27th for the Summer 2019 Episerver User Meetup of the Chicago Episerver and Ektron Developers group, hosted by Nansen and co-sponsored by Valtech.

Presenters include Arnold Macauley from NansenJacob Jones from Valtech, and Robert Fleming from Episerver.

Per usual we will be serving food and cold beverages.

For more information, please visit the Meetup page: https://www.meetup.com/Chicago-Episerver-Ektron-Developers/events/261553322/
To RSVP, please visit the Eventbrite page: https://www.eventbrite.com/e/summer-2019-episerver-user-meetup-registration-63440448088

Hope to see you there!

Jun 13, 2019

Comments

Please login to comment.
Latest blogs
Render ContentArea without wrapping them in surrounding div

CustomContentAreaRenderer is a specialized class that overrides the default ContentAreaRenderer. It customizes the rendering behavior for content...

sunylcumar | May 18, 2025

Indexing a content item programatically

public bool IndexContent(int contentId, bool contentOnly, bool childrenOnly, string language) { // Retrieve the content var contentReference = new...

sunylcumar | May 18, 2025

Add a new menu item to the Admin Menu in Optimizely CMS

Create a new Controller called CustomMenuController and decorate with [Authorize(Roles ="CMSAdmins")] so that it will be accessed by admins only...

sunylcumar | May 18, 2025

Display page/block thumbnail based on selected site in multi-site solution

In previous blog we described how to control the visibility of the blocks or properties based on the current site in multisite solution. We can use...

Tomek Juranek | May 16, 2025