A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

  • Syndicated blog - Posted on: Jul 13, 2017

    The first part is getting the image stream which can be written into an Episerver blob. private async Task GetImageStreamAsync(string url) { var stream = new MemoryStream(); try { var client = new HttpClient(); var response = await client.GetAsync...

  • Syndicated blog - Posted on: Jun 09, 2017

    Install the library from the Episerver NuGet Feed : Install-Package EpiEvents.Core The library uses MediatR for event publishing and handling. You have to configure it in the StructureMap config. Scan(x => { x.TheCallingAssembly(); x.ConnectImplem...

  • Syndicated blog - Posted on: Jun 06, 2017

    Enable search by Email When working with customers, you usually use a CustomerContext class. It provides a method to search for a customer by a pattern. var criteria = "Tom Jones"; var contacts = _customerContext.GetContactsByPattern(criteria); By...

  • Syndicated blog - Posted on: May 31, 2017

    While it is not recommended to modify Episerver database directly, the easiest way to automate website configuration is by using a SQL . There might be multiple sites configured in a single database. For this reason, you have to update URLs for ea...

  • Syndicated blog - Posted on: May 23, 2017

    Episerver's HierarchicalCatalogPartialRouter already supports the versioned content display. You just have to take a string representation of the content link wich has version info and append it to the URL by separating it with two commas. The URL...

 Workplace: Geta US Inc - Norway
 Community Level: Contributing Citizen

Syndication and sharing