Running WordPress in ASP NET Core- Jayant Tripathy
https://jayanttripathy.com/running-wo...
https://bit.ly/2RKFcxI
WordPress is a free, simplest, and most popular open-source content management system to create our own website or blog which is written in PHP and paired up with MySQL. WordPress on .Net Core is possible with peachpie, which is a compiler built on top of the Roslyn platform, it’s a set of runtime and base class libraries and everything that allows compiling a PHP project, a group of PHP files into a regular .Net project.
Peachpie allows for seamless both-way interoperability between PHP and .NET applications. In simpler terms, this means that one can have some parts of an application written in PHP, while other modules are written in .NET and everything will work together as one application. Here is the original Repository of the WordPress SDK by PeachPie. Without Peachpie, connecting these modules is tedious, time-consuming and often risky or producing unnecessary performance overhead.
Don't forget to subscribe to my channel.
Website : https://jayanttripathy.com/
https://www.coreprogramm.com/
Facebook : / tripathyjayant
Twitter : / tripathyjayant
Instagram : / tripathyjayant
Github : https://github.com/JayantTripathy