BlogEngine.NET alternatives and similar packages
Based on the "CMS" category.
Alternatively, view BlogEngine.NET alternatives based on common mentions on social networks and blogs.
-
Orchard Core
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework. -
Umbraco
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences. -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
DotNetNuke
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem. -
cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development -
Piranha CMS
DISCONTINUED. Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible with both Visual Studio and WebMatrix. http://piranhacms.org -
Mixcore CMS
๐ Mixcore CMS is an Future-Proof Enterprise Web CMS that supports both headless and decoupled to easily build any kinds of app/web app/all in all/customizable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open-source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org -
mojoPortal
mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET. -
Puck CMS
Open source, easy to learn and use, cross platform .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration. -
Dead Pixel Test
I've been looking for an appropriate dead pixel tester that runs in a browser, rather than a desktop app. I couldn't find one, so I made my own.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BlogEngine.NET or a related project?
README
This repository provides latest source code for BlogEngine.NET project.
Installation
There are two download options for BlogEngine.NET:
1. Web Project
This is an ideal option that you just need to download and copy BlogEngine files on your website and then everything is ready:
Requirements:
- ASP.NET 4.5 +
Steps:
- Download and extract zip file on root of your website.
- Add write permissions to the
App_Data
andCustom
folder. - Installation is done.
- You can navigate to administration by adding
/admin/
to your website's URL, for example:http://yourblog.com/admin/
- Username:
admin
Passwordadmin
2. Source Code
This is the developer option. If you are interested is seeing how things work or want to add to the functionality, this is your option.
Environment:
- Visual Studio 2015 +
- ASP.NET 4.5 +
Steps:
- Clone repository
- Open solution in Visual Studio 2015 +
- Build and run solution to load website in the browser
- You can navigate to administration on:
http://localhost:64079/admin/
- Username:
admin
Passwordadmin
3. Security Update
After install, update machineKey
in Web.config
with values generated with tool like this. This will prevent known exploit (reported Sep 2019). This only effects if you use default admin
account.
Screenshot
More screenshots on the website.