Why the change to .NET Core? - Posted (44 Views)
Forum Administrator
HuwR
Posts: 4601
starstarstarstarstar

Why am I rewriting the Forum using .NET Core?
Migrating to .NET Core from .NET Framework can be a strategic move for several reasons:


  • Cross-platform capability: .NET Core allows applications to run on Windows, Linux, and macOS, expanding your deployment options.
  • Performance improvements: It's optimized for high-performance applications, often significantly outperforming .NET Framework.
  • Modern development: .NET Core embraces modern development practices like containerization and microservices, making it easier to scale applications.
  • Long-term support: .NET Framework is no longer actively developed, while .NET Core (now merged into .NET 6+) continues to evolve with new features and improvements.
  • Flexible deployment: It supports self-contained deployments, reducing dependencies on system-wide installations.
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Administrator
HuwR
Posts: 4601
starstarstarstarstar

Will I be able to migrate my existing Forum?

Absolutely, the new code base still utilises the core Snitz database schema and includes migration scripts which will bring it inline with the current schema.

Posted
Forum Administrator
HuwR
Posts: 4601
starstarstarstarstar

What about plugins?

Some of the more popular plugins have now been integrated into the base code


  • Polls
  • Bookmarks
  • Topic Rating

Others are included by default in the release and can be enabled/disabled as required.


  • Image/Photo Album
  • Calendar/Events
  • Post Thanks
 
You Must enter a message