Edwin van Wijk - Building microservices with .NET Core and Docker

  Рет қаралды 76,498

DotNext — конференция для .NET‑разработчиков

DotNext — конференция для .NET‑разработчиков

Күн бұрын

Пікірлер: 56
@kipersonic0
@kipersonic0 4 жыл бұрын
I’ve just learned how to build ASP.NET Core Web API projects and my next step is microservices. You made it look so easy that I can’t wait to start learning about them this weekend. Thank you for sharing.
@dominik_vit
@dominik_vit 5 жыл бұрын
The best video about .NET Containers I have found! Thank you
@ABCofLifeDS
@ABCofLifeDS 5 жыл бұрын
Such a great explanation of microservices and docker working together. Great developer wish him all the best!
@mgudi5397
@mgudi5397 4 жыл бұрын
This is an excellent presentation everything you talk is crystal clear and well explained in detail. Thanks for the video.
@ParveenKumar-oc3np
@ParveenKumar-oc3np 3 жыл бұрын
Best article to learn microservices in .NET
@LonliLokli
@LonliLokli 4 жыл бұрын
That's great talk. Thanks!
@MrShawnzxx
@MrShawnzxx 5 жыл бұрын
Really good stuff, nice demo, learned a lot from it.
@hussainhalai956
@hussainhalai956 4 жыл бұрын
This was very informative. I have alot to learn and apply this in practice in my projects. I have around 2 years of experience looking at you I still don't know nothing at all
@AhmadEzzeir
@AhmadEzzeir 5 жыл бұрын
one of the best video for microservices, thanks
@lestersantiago510
@lestersantiago510 5 жыл бұрын
Awesome talk. Pure learning. Thanks.
@maidamsanthosh9612
@maidamsanthosh9612 5 жыл бұрын
Thanks for the good session. Explained very clear in an understandable way..
@ades3967
@ades3967 6 жыл бұрын
Amazing talk, Edwin. Thank you!
@mindaugasazubalis
@mindaugasazubalis 5 жыл бұрын
What a great explanation. Thanks, Edwin!
@Gimmiyimmy
@Gimmiyimmy 5 жыл бұрын
Nice Presentation :)
6 жыл бұрын
Very nice talk. Very clear and understandable.
@jinsongeo
@jinsongeo 6 жыл бұрын
Hello Edwin, This was great!. Thanks a lot.
@xxsybreedxx
@xxsybreedxx 6 жыл бұрын
Can anyone answer please, why author is using nuget for projects, but not referencing them directly? He mentioned, that it's because of docker.. but why exactly?
@danelka1
@danelka1 5 жыл бұрын
@@xxsybreedxx because your class library project will be one level higher in the directory structure and docker can't build an image using references from outside of it's context (current folder). You can add your class library to your solution as a git submodule though.
6 жыл бұрын
This was a great and very inspiring talk! And awesome example as well. The only thing I would have done differently it's that I wouldn't have used the whole MVC stack but instead mapped the Route directly. It is waaaaaay faster (during the execution).
@alireza136211
@alireza136211 4 жыл бұрын
What a great explanation and also very nice demo, I checked the github repo for this demo and it's has a cool wiki page explaining everything using Event Storming technique. awesome stuff.
@fieryscorpion
@fieryscorpion 3 жыл бұрын
Do you have a link to the Git repo? Thanks!
@bhashuvbr
@bhashuvbr 4 жыл бұрын
pretty cool - edwin .
@Aymn.g4zn
@Aymn.g4zn 6 жыл бұрын
Amazing, thank you
@TellaTrix
@TellaTrix 6 жыл бұрын
Superb content
@DavidCoding452
@DavidCoding452 5 жыл бұрын
If a user wants to update their name so the name value in all tables would need to be updated?
@klob1100
@klob1100 2 жыл бұрын
Question: How do you populate the database of newly created service with this solution? You mentioned that earch Service will have it's own database. My scenario is for example after a year, you want to introduce a new Service which requires it's own list of Customers. How do you usually populate? I like this solution though, especially the Autonomy over Authority.
@caetanomb
@caetanomb 6 жыл бұрын
That's gold. Thanks for that
@chandanyara
@chandanyara 6 жыл бұрын
Hi Edwin, Can i get the poject code git url to access this project.
@RonyCuzco
@RonyCuzco 6 жыл бұрын
it's here, pal, --> github.com/EdwinVW/pitstop ;-)
@МаксимШупица
@МаксимШупица 6 жыл бұрын
github.com/EdwinVW/pitstop
@yesehakesolomon4763
@yesehakesolomon4763 5 жыл бұрын
Hey do u have the code on github or something?
@GeminiLearning
@GeminiLearning 5 жыл бұрын
Good work my bro. Please do you have a personal channel?
@kaitonbuitendijk2476
@kaitonbuitendijk2476 5 жыл бұрын
awesome talk!
@muhdfahad
@muhdfahad 6 жыл бұрын
Hi Edwin, I'm able to pull/restore all the services except database. Getting this error: workshopmanagementeventhandler | Unhandled Exception: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 35 - An internal exception was caught) ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No such device or address. Do I need to download or setup database separately? Any manual steps?
@karolczajkowski5662
@karolczajkowski5662 5 жыл бұрын
Change your docker-compose.yaml file. IT's obvious that it can't reach the SQL database.
6 жыл бұрын
You've stated issues with direct referencing of project and docker. Can you elaborate on that?
@dontcomply3976
@dontcomply3976 5 жыл бұрын
I am really struggling to see the benefits of Docker/containerization. I can do all that by selecting the multiple start ups option on the solution in Visual Studio.
@kemsekov6331
@kemsekov6331 4 жыл бұрын
I was like barin boom when he showed code and said that "noting really special here" Maybe its because i am just newbie..
@deb62615
@deb62615 6 жыл бұрын
Do I need to make multiple solutions or multiple projects for microservices?
@Thomas-te7ow
@Thomas-te7ow 5 жыл бұрын
The microservices system be deployed on Azure at BMW.AzureWebsites.Net . Thank you!
@russellkemmit73
@russellkemmit73 5 жыл бұрын
Awesome!
@arthurhakobyan8146
@arthurhakobyan8146 6 жыл бұрын
Hey Edwin can you please share source codes ?
@RonyCuzco
@RonyCuzco 6 жыл бұрын
it's here ;-) github.com/EdwinVW/pitstop
@alexandrospappas1869
@alexandrospappas1869 6 жыл бұрын
How would you cluster Rabbit MQ? How would you check that messages are not get lost in Rabbit MQ?
@Thomas-te7ow
@Thomas-te7ow 5 жыл бұрын
I also did deploy the microservice system on Google Serverless at webapp-psbav7u2rq-an.a.run.app . Thank you!
@yahorsinkevich4451
@yahorsinkevich4451 5 жыл бұрын
Time Service is really interesting idea. UPDATE :After some thinking, it is actually NOT a good idea, as, is it is down, all other services, that needs to do something periodically, daily, hourly etc, are not working properly as well. So, in other words, time service is a single point of failure.
@RonyCuzco
@RonyCuzco 6 жыл бұрын
F...cking GREAT!!!!!
@lilibayo
@lilibayo 5 жыл бұрын
Great talk, Thanks! Github for easy access - github.com/EdwinVW/pitstop
@priyanshjha4brollnumber305
@priyanshjha4brollnumber305 4 жыл бұрын
useless , i just lost 54 minutes
@voltairend
@voltairend 5 жыл бұрын
Excellent Edwin. Amazing talk. Thanks.
Microservice Architecture with ASP.NET Core
27:42
dotnet
Рет қаралды 113 М.
Introduction to Microservices, Docker, and Kubernetes
55:08
James Quigley
Рет қаралды 1,6 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
.NET Core vs .NET Framework - What's the difference?
25:26
IAmTimCorey
Рет қаралды 645 М.
Design Microservice Architectures the Right Way
48:30
InfoQ
Рет қаралды 719 М.
Deploy a .NET Core API with Docker (Step-by-Step)
36:17
Les Jackson
Рет қаралды 260 М.
Mastering Chaos - A Netflix Guide to Microservices
53:14
InfoQ
Рет қаралды 2,3 МЛН
Дмитрий Моисеев - Xamarin не только вреден, но и полезен
49:17
DotNext — конференция для .NET‑разработчиков
Рет қаралды 6 М.
Clean Architecture with ASP.NET Core 2.1 | Jason Taylor
49:20
SSW TV | Videos for developers, by developers
Рет қаралды 309 М.
Creating a .NET 5 Microservice
58:22
Julio Casal
Рет қаралды 95 М.
Clean Architecture with ASP.NET Core 3.0 • Jason Taylor • GOTO 2019
50:47
ПОСТАРЕЛА ЗА 1 ДЕНЬ НА 20 ЛЕТ - МУЖСКОЕ ЖЕНСКОЕ
55:44
ПРИЯТНЫЙ ИЛЬДАР
Рет қаралды 677 М.
Как выжить?
0:33
Илюха Хэлп
Рет қаралды 3,4 МЛН
Гига богатый геймер vs бедный геймер
30:55
Трум Трум Оки Токи
Рет қаралды 114 М.
В Европе заставят Apple сделать в айфонах USB Type-C
0:18
Короче, новости
Рет қаралды 1,1 МЛН
НИКОГДА не иди на сделку с сестрой!
0:11
Даша Боровик
Рет қаралды 729 М.