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!
AI OnAI Off
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!
Hi Lakshmi,
To retrieve content from episerver database, you can use IContentLoader or IContentRepository.
In Episerver, content can be any class that implements the IContent interface.
In other words, employees should be saved as either episerver pages, episerver blocks or you can create a custom class that implements the IContent interface.
You can find more info on the following links:
https://world.episerver.com/documentation/developer-guides/CMS/Content/
https://www.epinova.no/en/blog/custom-icontent-with-its-own-navigation-pane/
If you don't want to use the episerver API, then you can retrieve the content using any .net orm tool such as EntityFramework, Dapper, etc.
Hi All,
I have created one custom database and in that i have employee table.So i want to fetch that data using EPIServer so could any one help me?
Thanks,
Lakshmi