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
Dec 2, 2016
  2362
(3 votes)

Chicago Winter 2016 Episerver Developer Meetup

Join us on Wednesday, December 14th for the Winter 2016 Episerver Developer Meetup of the Chicago Episerver and Ektron Developers group, hosted by Nansen.

Speakers include Matthew Mols from Nansen, Benjamin Schaefer from Episerver, and Chris Sharp from Episerver.

Per usual we will be serving pizza and cold beverages.

For more information, visit: http://nansen.com/en/events/winter-2016-episerver-developer-meetup/

Please RSVP via the Meetup page: https://www.meetup.com/Chicago-Episerver-Ektron-Developers/events/235657192/

Hope to see you there!

Dec 02, 2016

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