Skip to content

iaspnetcore/LearnNopCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 

Repository files navigation

Guide to Learn NopCommerce step by step for NopCommerce Developer

In this tutorial you’ll set up and deploy a production-ready ASP.NET Core application NopCommerce with a MongoDb Server on Ubuntu 18.04 using Nginx.

Resources

  1. Prerequisites

  2. Install

    1. .NET 6.x
  3. Dependency Injection

    1. DI Containers
    2. Life Cycles
    3. Scrutor
  4. Databases

    1. Relational
      1. SQL Server(used by nopcommerce)
      2. PostgreSQL
      3. MariaDB
      4. MySQL
    2. Cloud Databases
    3. Search Engines
    4. NoSQL
  5. Caching

    1. Entity Framework 2nd Level Cache
      1. EFSecondLevelCache.Core
      2. EntityFrameworkCore.Cacheable
    2. Distributed Cache
      1. Redis(used by nopcommerce)
      2. Memcached
    3. Memory Cache
  6. Logging

    1. Log Frameworks
      • Serilog
      • NLog
      • Elmah
      • [own Log Frameworks]nopCommerce uses its own logging implementation (available in admin area)
    2. Log Management System
  7. Template Engines

    1. Razor
    2. DotLiquid
    3. Scriban
    4. Fluid
  8. Real-Time Communication

    1. SignalR
  9. Object Mapping

  10. API Clients

    1. REST
    2. GraphQL
  11. Good to Know

  12. Testing

    1. yarp Testing
      1. Creating a Reverse Proxy Server with YARP
      2. Intranet Penetration
      3. Assertion
    2. Http Testing
    3. Integration Testing
    4. E2E Testing
  13. Task Scheduling

  14. MicroServices

    1. Message-Broker
    2. Message-Bus
  15. SOLID

  16. Design-Patterns

  17. NopCommerce Extensions

mozilla firefox download url

http://ftp.mozilla.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published