The Architecture behind the nopCommerce eCommerce Platform

  Рет қаралды 48,185

dotnet

dotnet

Күн бұрын

aka.ms/On.NET-...
nopCommerce
www.nopcommerc...
nopCommerce GitHub repository
github.com/nop...
Getting started with ASP.NET Core
docs.microsoft...
nopCommerce is a mature eCommerce platform build on ASP.NET Core. Originally, it was built on Web Forms and over the years it moved to Mvc and now too ASP.NET Core.
In this episode, John Baluka joins Christos to give us an interesting look at the architecture of nopCommerce. They dive into topics such as validation, dependency injection, object mapping, data access and much more.
[00:37] - What is nopCommerce?
[04:05] - What's nopCommerce built on?
[07:12] - Exploring the architecture
[15:19] - Preparing for .NET Core
[18:00] - Exploring the business logic components
[26:25] - Data access with Entity Framework Core
[35:30] - Reviewing the Plugins and themes
Get your questions answered on the Microsoft Q&A for .NET - aka.ms/dotnet-qa​
Learn .NET with free self-guided learning from Microsoft Learn: aka.ms/learndotnet

Пікірлер: 41
@andrewkellydreezy7884
@andrewkellydreezy7884 Жыл бұрын
I'm starting on NopCommerce... Thanks for the video I learn so much...
@antonvalintsev1384
@antonvalintsev1384 3 жыл бұрын
nopCommerce is really cool! I have built few shops with this and that was new experience. System easy extending with plugins, building plugins is simple code is clean (but that was not always :) ). Thank you nopCommerce developers
@tahiralvi3910
@tahiralvi3910 4 жыл бұрын
A great addition in .Net ecosystem. I used this twice for clients. Best architecture and very easy to use and implement.
@sanathabdulmanaf9532
@sanathabdulmanaf9532 3 жыл бұрын
Hi sir.. I am planning to do a project using nopcommerce.can u pls help me?
@tahiralvi3910
@tahiralvi3910 3 жыл бұрын
@@sanathabdulmanaf9532 what kind of help you need.
@fadthegreat
@fadthegreat 4 жыл бұрын
A big THANK YOU!!! I just started studying and learning the whole system architecture of nopCommerece for one of my client.
@brunoaraujoaugusto7438
@brunoaraujoaugusto7438 4 жыл бұрын
Thank you for this presentation! I'm very animated to try use this solution for my project and add more resources.
@juanl306
@juanl306 6 ай бұрын
Is there an example of implementing Angular, Vue or React in NopCommerce? Please
@dotnetdevni
@dotnetdevni 3 жыл бұрын
I would love to learn more about their plug-in ability and how they work
@GeorgeTsoukalis
@GeorgeTsoukalis 4 жыл бұрын
I am using nop since the version of 1.90. Thanks Andrei for your idea ........
@tinytutor413
@tinytutor413 3 жыл бұрын
is it free license ?
@cissemy
@cissemy 2 жыл бұрын
Hi Is it possible to create a multivendor marketplace with nopcommerce ? With vendorId being a foreigh key for product table .
@marna_li
@marna_li 2 жыл бұрын
I see no problems with exposing Entity Framework (or IQueryable) if you are sure that it will never change - which it mostly does not - the provider however is a different thing. Yes, the argument is that not encapsulating your data access is bad when it comes to abstraction, but instead of repositories you can limit access to services that are easily tested. At least, you don't access the data store directly, but from a service.
@nelloUG
@nelloUG 4 жыл бұрын
Very interesting conversation, thanks a lot!
@pebre79
@pebre79 4 жыл бұрын
Thanks for posting link to the code!
@junaidengineerings
@junaidengineerings 4 жыл бұрын
good to know
@lisualcam
@lisualcam 4 жыл бұрын
It is incredible!! 😀
@navjotsandhu3373
@navjotsandhu3373 4 жыл бұрын
great! nice show!
@jerryjeremy4038
@jerryjeremy4038 8 ай бұрын
is it safe to use? I'm afraid there might be hidden code like backdoor or any part which hackers can attack.
@RAULGARCIAYunqeExplorer
@RAULGARCIAYunqeExplorer 4 жыл бұрын
looks great - but how fast it is compared to a shopify store? we need it to be very fast so not to lose customers...
@hermanthotan
@hermanthotan 4 жыл бұрын
@@nopcommerce my shopify store is score 71 & demo.nopcommerce.com score 98. We are evaluating nopcommerce. Do you have live chat to understand more.
@nelsonazolukwamprojects
@nelsonazolukwamprojects 3 жыл бұрын
anyone help me with nopcommerce emporium theme
@maxclifford937
@maxclifford937 4 жыл бұрын
The look in the guys face when he sees iqueryable being leaked from the repositories haha
@shamsanaz194
@shamsanaz194 4 жыл бұрын
Can anyone suggest to me How to make report in nopcommerce 4.2 easily like rdlc and crystal report.
@madhumagar
@madhumagar 3 жыл бұрын
Really Is it open source?. Or you have your own definition of open source.
@aswdwad
@aswdwad Жыл бұрын
Unfortunately, this obscure nopCommerce does not have full support from the developers Even theme developers do not exist. All sites do not want to publish themes or plugins or make the public try nopCommerce and start transferring customers to it. We are looking for themes. There are few, and we cannot download and try no Commerce. There is no good or fair response to the questions. This problem is a good reason for the lack of spread in the market and the lack of customer confidence in it because there are no real developers, but it is practiced as a hobby. I The other problem is that there are not enough extras And the prices are very expensive Customers will not move to nopCommerce, and the reasons for success are that there are no prices for everything that is too much think so. Thank you.
@miky97it
@miky97it 2 жыл бұрын
It's not exactly the modern way of doing it, but I guess it works
@openvibes
@openvibes 4 жыл бұрын
i have uploaded a video about nopCommerce in my regional language Malayalam
@prateekbhardwaj9943
@prateekbhardwaj9943 4 жыл бұрын
good technology but i dont like the name
@krzysztofpajak9576
@krzysztofpajak9576 4 жыл бұрын
It's funny but nopCommerce move away from entity framework :)
@NoobieToob
@NoobieToob 4 жыл бұрын
No they didn't. They still use entity framework core.
@NoobieToob
@NoobieToob 4 жыл бұрын
@@krzysztofpajak9576 Oh wow. Didn't know that. Does entity framework reallt degrade performance that much? Are they using any alternative ORM?
@krzysztofpajak9576
@krzysztofpajak9576 4 жыл бұрын
@@NoobieToob They move to Linq2Db. I don't know it's good way but EF is great library!
@NoobieToob
@NoobieToob 4 жыл бұрын
@@krzysztofpajak9576 I managed to find a bit more insight on this: github.com/nopSolutions/nopCommerce/issues/239
@adamm9706
@adamm9706 3 жыл бұрын
who is the one person that down voted this...
Working with Entity Framework & Docker
55:40
dotnet
Рет қаралды 5 М.
Clean Architecture with ASP.NET Core 6
29:58
dotnet
Рет қаралды 388 М.
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 21 МЛН
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 86 М.
The Problem With Microservices
17:47
Continuous Delivery
Рет қаралды 435 М.
nopCommerce - .NET Developer Overview - From Zero to 60
37:05
Hacking PowerPoint (ForDevelopers)
Рет қаралды 31 М.
Don't Use Polly in .NET Directly. Use this instead!
14:58
Nick Chapsas
Рет қаралды 65 М.
Introduction to Drop Shipping in nopCommerce
9:34
nopCommerce
Рет қаралды 7 М.
.NET Framework vs .NET Core vs .NET vs .NET Standard vs C#
25:14
IAmTimCorey
Рет қаралды 557 М.
Clean Architecture with ASP.NET Core 3.0 • Jason Taylor • GOTO 2019
50:47