Running WordPress in ASP NET Core - Jayant Tripathy

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Running WordPress in ASP NET Core- Jayant Tripathy
    jayanttripathy...
    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 : jayanttripathy...
    www.coreprogra...
    Facebook : / tripathyjayant
    Twitter : / tripathyjayant
    Instagram : / tripathyjayant
    Github : github.com/Jay...

Комментарии • 2

  • @tarunchugh5137
    @tarunchugh5137 Год назад +1

    thanx for the wonder full explanation but can you please guide us how to call controller pages means after having WordPress in asp.net core project my project only serve WordPress pages not asp net core controller view. your support will be highly appreciated. Thanx in advanced.

  • @sreenuksr
    @sreenuksr 3 года назад +1

    Hi , looking forward for your complete asp.net core series. You have stopped#38 . Pls upload complete series