Thank you for your dedication to providing quality content that genuinely helps me. Your expertise has made a significant impact on my understanding, and I'm incredibly appreciative of the effort you put into creating such valuable resource.
Excellent tutorial.. very well explained. i have 1 question. what should be best way to query data? for example in future data will be huge.. how can we query data from two microservices efficiently?
1:00:21 Sorry, but what is the reason of having ResponseDto as a shared Field in Controller? and mutate it in controller methods, that does not look safe. In general, thanks for this video.
I was wondering why would you start the presentation by defining a coupon model, when you didn't talk about products, orders, users, authentication, etc ?
This is very informative! I’m developing a microservices project for e-commerce, but I’m using a single database. Should I consider using individual databases for each API?
Everyone who views this video must like it, because the efforts can be seen in a broader way. He is the best tutor of dotnet over the web like an eagle in the sky.
Amazing video. Helped me learn microservices with easy to understand real world scenario. This is best video I have seen on Microservices. In additional to microservices, there were general useful tips through out the video.
Firstly thank you for coming up with this video as it really helped me to polish and build my understanding more over microservices and implementation of authentication in web api. Also can you let me know in which section of this video you have implemented rabbitMQ?
Very simple yet informative explanation for each step. However, I would like to see a tutorial on dynamic User Role/Permission generator by listing all actions under controllers for admin user to create/select permissions. Any assistance will be highly appreciated.
Awesome work, but at 5:48:04, you are adding the HTTP request to product API? Don't you think if product service is down, it will cause the issue to cart API as well? Cart API will get tightly coupled to product API, whole idea of microservice will destroy! Apart from above, awesome work man! if you can resolve the above that will be great! Thanks
Hi Bhrugen, I subscribed to this course on Udemy. It would have been better if you had used the AZURE API Gateway instead of OCELETS. Could you please do a video on microservices with API Gateway?
@@welldyrosman2452 udemy has much more content where we communicate between more services. We see topics and subscriptions, ocelot gateway azure deployment, rabbitmq and much more
Hi, Great course. I have only one problem though, when I publish the app in Azure app service, only one user can be logged in, for example, if I login with a user in Chrome, and after i open the app in Firefox and login with another user, the user in Firefox appears in Chrome as well after, i am doing the authentication and authorization as you do it. Thank you!
Hi, Newbie coder here. I'm having trouble at 1:22:43. I got an error that said "must declare a body because it is not marked abstract or extern" on the "sendAsync" function. Any advice?
Hi! Great content! Sorry if i missed something regarding this, but at 1:56:55 is there any link for accessing the snippets for us doing the course at youtube and not udemy. :) You are amazing!
Thank you for the video. Request to clarify on the following error. AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.1 is deprecated. So I used Microsoft.Extensions.DependencyInjection. I get the mapping error in the controller - Missing type map configuration or unsupported mapping. Any help is greatly appreciated. Thanks in advance.
icrosoft.EntityFrameworkCore.DbUpdateException: "An error occurred while saving the entity changes. See the inner exception for details." SqlException: Cannot insert explicit value for identity column in table 'Products' when IDENTITY_INSERT is set to OFF. How fix it?
Hey, great tutorial so far. Would the Community Edition of VS 2022 be enough for this? If so, which components do I need to install the least? Thanks in advance, sir!
MVC and SQL in cloud. Yeez use cloud first architecture when you have the possibility of cloud. Dont bring in on prem solutions and yam it in the cloud.
I have 7+ Exp in Reputed MNC. But for clearing 2.30 hr of video taking 2 Days Time.
Really nice project.
im learing somanythings here
Such a great tutorial! Being an experienced developer, still I am learning so much from this video. Thanks a lot Sir! You are a genius man.
You're very welcome!
Thank you for your dedication to providing quality content that genuinely helps me. Your expertise has made a significant impact on my understanding, and I'm incredibly appreciative of the effort you put into creating such valuable resource.
Please keep up your good work. Thanks for your contribution for the community.
Thanks for your contribution for the community
Who is watching in 1.5x speed😂
HAHAHHAHAH
Thanks for the suggestion, I started with 1.5x right from the start, because of this comment.
1.25 is good 👍
1.65 is the sweat spot 😂
Me 😂😂😂😂😂
Thank you for your contribution for this community
It was the best micro services course I have seen. Very excellent and detailed with clean coding and an interesting example. Thank you.
Awesome tutorial and good presentation. Thank you for sharing this topic.
Excellent tutorial.. very well explained.
i have 1 question. what should be best way to query data? for example in future data will be huge.. how can we query data from two microservices efficiently?
1:00:21 Sorry, but what is the reason of having ResponseDto as a shared Field in Controller? and mutate it in controller methods, that does not look safe.
In general, thanks for this video.
I was wondering why would you start the presentation by defining a coupon model, when you didn't talk about products, orders, users, authentication, etc ?
Happy to see notification 🔔 with your name on it. 🙏
This is very informative! I’m developing a microservices project for e-commerce, but I’m using a single database. Should I consider using individual databases for each API?
It's amazing but you did not implement Gateway code
Everyone who views this video must like it, because the efforts can be seen in a broader way.
He is the best tutor of dotnet over the web like an eagle in the sky.
i completed an 8hr tutorial. :) Excellent content!
I have not started yet, can you pls confirm me that vdo is for Microservice MVC net project.
Amazing video. Helped me learn microservices with easy to understand real world scenario. This is best video I have seen on Microservices. In additional to microservices, there were general useful tips through out the video.
Wow! It's amazing. Thank you for this course.
Great content. Excellent explanation. Thank you
Thank you very much
I was looking for a microservices and your videos just came up
Firstly thank you for coming up with this video as it really helped me to polish and build my understanding more over microservices and implementation of authentication in web api. Also can you let me know in which section of this video you have implemented rabbitMQ?
Thank you. Can you add new course related unity testing framework. ❤
Great suggestion! I will add that to my queue
Very simple yet informative explanation for each step. However, I would like to see a tutorial on dynamic User Role/Permission generator by listing all actions under controllers for admin user to create/select permissions. Any assistance will be highly appreciated.
Awesome work, but at 5:48:04, you are adding the HTTP request to product API? Don't you think if product service is down, it will cause the issue to cart API as well? Cart API will get tightly coupled to product API, whole idea of microservice will destroy!
Apart from above, awesome work man! if you can resolve the above that will be great! Thanks
Great Tutorial! If you could add timestamps for each step in the video it would be even greater!
Thank you so much for this course. Helps a lot. Looking for the next one!
Waiting for part-2
Simply the best, keep up good work.
Hi sir, your videos are very very helpful so please make daily videos or in a week one video if possible.
Great Job and Fantastic Teacher. What is the difference between this course and the one I bought at UDEMY?
Your voice is so calming - I love your teaching style.
Glad you enjoy it!
Hi Bhrugen, I subscribed to this course on Udemy. It would have been better if you had used the AZURE API Gateway instead of OCELETS. Could you please do a video on microservices with API Gateway?
API gateway is typically used when configuration is much more intensive! I will try to see if I can do a video on that in future
@@DotNetMastery Thank you 🙏
I originally intended to buy this class on udemy, but I saw that the class is on TH-cam, so what's the difference between the two?
@@welldyrosman2452 udemy has much more content where we communicate between more services. We see topics and subscriptions, ocelot gateway azure deployment, rabbitmq and much more
Your videos are always addicted. Keep up the good work. If you could please make a video on CQRS with mediator. It would be appreciated
Noted! 😃
@@DotNetMastery thank you 🙏😀
@@DotNetMastery +1
+1
Obviously great tutorial.
Thank you for this great course!
This is a great tutorial, could you create a video for deployment example of this microservice application to make it a complete mini application?
I do show the complete deployment in the course on dotnetmastery.com
Hi, Great course. I have only one problem though, when I publish the app in Azure app service, only one user can be logged in, for example, if I login with a user in Chrome, and after i open the app in Firefox and login with another user, the user in Firefox appears in Chrome as well after, i am doing the authentication and authorization as you do it. Thank you!
Where can I find Project Code snippets, can anybody provide me the link. It would be a great help.
Hi, Newbie coder here. I'm having trouble at 1:22:43. I got an error that said "must declare a body because it is not marked abstract or extern" on the "sendAsync" function. Any advice?
Thank you! Perfect free course!
@DotNetMastery can I skip the service bus bit and use the RabbitMQ bit, is it a comparable drop in replacement that will achieve the same result?
thank you! you are doing a very good job
There is no option for package manager console in Mac.. what to do now?
pls make video on gRPC with microservices
Great! was looking for microservices tutorial and got it from the best. Thank you sir!
Excellent tutorial for Microservices
Glad you liked it
Great tutorial. I have one question. Why service bus client is not a singleton?
Superb video a lot to learn
can you share the continuation of this video link
Can we develop the microserives with azure function apps?
It depends on the scope of the APi but if they are small endpoints you can of course have few functions with microservices
can we use rabbitMq over the azure service bus
Hi!
Great content! Sorry if i missed something regarding this, but at 1:56:55 is there any link for accessing the snippets for us doing the course at youtube and not udemy. :)
You are amazing!
i getting error with refused localhost can help me ??
Thanks for your excellent sharing.
By the way, can you show me where to download Snippets folder?
Thanks again : )
Check out dotnetmastery.com in the course details!
Thank you for the video. Request to clarify on the following error. AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.1 is deprecated. So I used Microsoft.Extensions.DependencyInjection. I get the mapping error in the controller - Missing type map configuration or unsupported mapping. Any help is greatly appreciated. Thanks in advance.
Hi, Did you got the solution of this error because I am also facing same problem.
Just delete this one line. Everything will work fine.
with automapper 13 it's included. No need to install it seperately.
Such a great teacher!!!
amazing explanation
icrosoft.EntityFrameworkCore.DbUpdateException: "An error occurred while saving the entity changes. See the inner exception for details."
SqlException: Cannot insert explicit value for identity column in table 'Products' when IDENTITY_INSERT is set to OFF. How fix it?
You should empty the navigation property since you do not want to create them
How to create only users table using identity?
Could you please add time codes? Thanks in advance!
Rather than focusing on microservices, the video mostly concentrated on creating a .NET Core application.
Hey, great tutorial so far. Would the Community Edition of VS 2022 be enough for this? If so, which components do I need to install the least? Thanks in advance, sir!
You will need VS preview since .net 8 is in preview right now
will there be a register of services in this course? I watch this course on Udemy
thanks for very detail session
Most welcome!
Why are disabled subtitles in this video? 🙏🏻 Please enable it, my english is bad! Then I use the automatico translation.
Where do we get Snippets, I dont find them on repose. Could you please help me to get the snippets?
You can find them on dotnetmastery.com in course details
An 8 hour video about microservices without chapters… how ironic
1:05:40 you can use reverse method
@sir plz add next part i mean full 15 hours course.
if i am used real gmail the message will send to the gmail ?
This video is about learning API right, please tell me I'm a beginner.
Thank you Sir
Most welcome
What theme are you using in VS?
great work boss
Thank you
Where is the next video ?
Error to use azure service bus, need Kafka or Rabbit
is this the same as the one offered on Udemy?
The one on udemy has 7more hours of content.
is this same course which is available on UDEMY
Udemy course has more topics covered and more sections
Thank you.
thank you
Please upload 2nd part in youtube
If i do same course in udemy, shall i get the certificate??
Please reply me, i need to do it immediately
Yes udemy provides certificate. You can lookup from dotnetmastery.com
th-cam.com/video/Nw4AZs1kLAs/w-d-xo.html
at 1:56:05, I got an error that is "Connection refused (localhost:7001)". Can anyone help me :(((((
please :(((
Make sure that you are running the project of localhost:7001
@@adelramadan7050 Yes, I'm running the CouponAPI project on localhost:7001
I think when you create a video like this, you should list the techs that you used in the project
great effort
Glad you liked it
you sound like master oogway from kunf fu panda, but the course is good thou
thanks sir
WOW !!
Please add subtitles to the video, thank you!
MVC and SQL in cloud. Yeez use cloud first architecture when you have the possibility of cloud.
Dont bring in on prem solutions and yam it in the cloud.
huh
No sound ?
could you possibly translate this course on udemy into russian very much like to buy and try not really comfortable without subtitles
subtitles would be coming soon on Udemy (in English)
what Dto full form ?
data transfer object
seems its a good vid, but every second of this voice is something that my soul cannot yet behold
Why can only 50% of videos use Vietnamese subtitles?
Is this a true MicroService or just two Monoliths hooked together?
Esperare la traduccion :(
.NET is used in ??
definitely