Тёмный

Unleashing Clean Architecture in .NET 8 - Jason Taylor - Copenhagen DevFest 2023 

NDC Conferences
Подписаться 193 тыс.
Просмотров 40 тыс.
50% 1

Unleashing Clean Architecture in .NET 8: Exploring the Clean Architecture Solution Template
Join us on a captivating exploration of Clean Architecture in the dynamic world of .NET 8. In this session, we deep dive into the Clean Architecture Solution Template, an open-source .NET template that propels solution development to new heights.
Discover the seamless integration of Angular or React with ASP.NET Core Minimal API, as we guide you through the creation of a new solution. Delve into the template's impressive range of features, including built-in support for validation, mapping, Open API, authentication, testing, CI/CD, and even IaC. With this comprehensive toolkit at your fingertips, you'll gain the ability to build scalable, maintainable, and future-ready applications.
Whether you're a seasoned .NET developer seeking to elevate your skills or an aspiring architect looking to embrace modern software development principles, this talk provides practical insights and hands-on demonstrations. Join us to unlock the true potential of Clean Architecture in .NET 8, revolutionize your workflow, and create remarkable applications that stand the test of time.

Наука

Опубликовано:

 

29 сен 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@TheEamonKeane
@TheEamonKeane Месяц назад
Tremendous amount of value delivered here through this template
@vivekkaushik9508
@vivekkaushik9508 8 месяцев назад
Wonderful. Much appreciated.
@EldonElledge
@EldonElledge 8 месяцев назад
This is really AWESOME work. This is how projects should be done. Simply AWESOME. I would like to work on this with Vertical Slice architecture.
@filipgrilec5293
@filipgrilec5293 4 месяца назад
Wow. Just wow. Great Work
@ucretsiztakipci6612
@ucretsiztakipci6612 8 месяцев назад
Good presentation and tool. Well done! The upgrade part is the heart of this template, without that feature too risky.
@predigr
@predigr 5 месяцев назад
Great effort for building that "template". Thanks for sharing your effort to the community. Though it seems pretty advanced.
@billias28
@billias28 Месяц назад
exceptional work....
@MuhammadImran-hl5ct
@MuhammadImran-hl5ct 5 месяцев назад
This is awesome work. Thanks
@PGWalkthrough
@PGWalkthrough 8 месяцев назад
Is there a way to implement your clean architecture as server side application. Is MVC still relevant?
@manuelraso5446
@manuelraso5446 4 месяца назад
What do you think about splitting the Infrastracture in two class libraries: - Persistence - Infrastracture Persistence is dedicated only to the Database, and Infrastracture is dedicated to the storage. By the way, great work, would be awesome tho to have a shorter and easier version of that Clean Architecture, like without events, behavrios, and many other things which are not present in most projects, but I guess you introduce what you is useful to you, so it's kinda ok to start from that and maybe each one personalize how he prefers
@shchehliuk124
@shchehliuk124 6 месяцев назад
where to het such terminal?
@MrMmajeed
@MrMmajeed 8 месяцев назад
any plans to add Blazor UI support?
@allannielsen4752
@allannielsen4752 8 месяцев назад
jump to the questions at the end for the answer. hint see RapidBlazor repro
@ianokay
@ianokay 8 месяцев назад
Should the random setup and teardown CLI scripts not be in something more standard like Terraform?
@JasonTaylorDev
@JasonTaylorDev 8 месяцев назад
Yes, I would like to add support for Terraform in addition to Bicep.
@sergey5846
@sergey5846 8 месяцев назад
Bicep is one of the standards when it comes to Azure.
@sambothach6064
@sambothach6064 5 месяцев назад
What terminal color theme is this? It makes reading the file structure so much easier? Also what git terminal plugin is he using if anyone knows?
@abro7672
@abro7672 3 месяца назад
Most likely he is using ohmyposh (a prompt theme engine), but i dont know what exact theme.
@SanjayDwivedi04
@SanjayDwivedi04 2 месяца назад
How EF migration works, could you please little bit explain
@deathlife2414
@deathlife2414 8 месяцев назад
What I want to know is how fast is .net 8 compilation speed and building process is compared to .net 7?
@oleggavrilov7083
@oleggavrilov7083 8 месяцев назад
Why?
@deathlife2414
@deathlife2414 8 месяцев назад
@@oleggavrilov7083 b/c for simple application I find the speed slow. I have looked into it compared to other frame works and languages it slower than go c/c++ and other languages. There are other languages which net and c# is faster. The best part of .net and c# it comes with all the tools and abstract away for you and don't have to make server from scratch like go and c++ where they don't come with a pre built server in them.
@GirlAteDeath
@GirlAteDeath 8 месяцев назад
So you created class and methods that corresponds to each endpoint. Isn't that just a controller? Why would you overcomplicate that with mappers to minimal API if you can just create controllers?
@pilotboba
@pilotboba 8 месяцев назад
Controllers have overhead than minimal api endpoints don't have.
@JasonTaylorDev
@JasonTaylorDev 8 месяцев назад
I obsessed over how best to organise the endpoints and discussed this during the talk. In short I'm using Minimal API for speed and simplicity and I'm grouping related endpoints into a group file since this seemed to be simple given that each endpoint is very small.
@fieryscorpion
@fieryscorpion 8 месяцев назад
It's time to retire Clean Architecture. Way too much boilerplate to do something. Let's make software simpler again by embracing Vertical Slice Architecture.
@JulianSildenLanglo
@JulianSildenLanglo 8 месяцев назад
Maybe I'm wrong, but Boilerplate seems to be the antithesis of Clean Architecture.
@EldonElledge
@EldonElledge 8 месяцев назад
Agreed. I have recently start using Vertical Slice Architecture. And it really nice to get back to simpler code with much better cohesion while keeping a check on decupling.
@fieryscorpion
@fieryscorpion 8 месяцев назад
@@JulianSildenLanglo Clean architecture gives me anxiety just looking at those gazillions of abstractions through layers. Takes fun out of development. And NO, Boilerplate code IS NOT the antithesis of clean architecture.
@Timelog88
@Timelog88 8 месяцев назад
Well, you can apply Clean Architecture to Vertical Slice architecture as well. But I too find it way to overcomplicated for most projects. While the idea of decoupling is nice, in general this can be simplified by just making sure infrastructure and logic are separated. Personally, I like the idea of A-Frame architecture, where the idea is that Logic and Infra live as peers under the Application layer, making managing dependencies easier. Bonus effect of this is that Logic can be written without side effects (So take out your functional programming hat!).
@leakyabstraction
@leakyabstraction 8 месяцев назад
In any good architecture you have to combine verticalization (which is an extremely important concept that arguably goes hand in hand with concepts like Screaming Architecture and feature folders) with some degree of higher level design. Vertical slice architecture is a simple concept that helps to navigate the design and development process of everyday features, and clean architecture is a somewhat more detailed concept that helps to build higher level architectural pieces, in which you can then place your verticalized implementations. Also, in a lot of vertical slice implementations (particularly when using MediatR) there is plenty of boilerplate as well :) One big, recurring problem in software development is that for some hard to explain reason people always want to use a single tool for everything, they do it until their nose bleeds, and then they start proclaiming that the given tool is a complete abomination, switching to another tool and starting the same process all over again. This was done with OOP, with Clean Code, with microservices, with clean architecture, with DDD, with serverless, etc.
@fr3ddyfr3sh
@fr3ddyfr3sh 8 месяцев назад
I really thought this talk is about software architecture 😒
@Downicon3
@Downicon3 8 месяцев назад
yeah, more like look at my template
@JasonTaylorDev
@JasonTaylorDev 8 месяцев назад
Sorry for the confusion; this talk is about exploring the Clean Architecture solution template.
@dzendras
@dzendras 7 месяцев назад
The name is a pure click-bait. Not nice.
@kortiszallios4524
@kortiszallios4524 2 месяца назад
Well, I think this demo by the template author is much more helpful than the boring discussion of Clean Architecture per se.
@markmd9
@markmd9 Месяц назад
half of the presentation is advertising for azure
@eyoo369
@eyoo369 23 дня назад
I mean .NET and Azure go hand in hand. You're building in Microsoft their framework, why not use their hosting service. I think 95% of the .NET devs out there host their shit on Azure and it's for good reasons
@wagd
@wagd 8 месяцев назад
I'm goning to die on this hill someday... NDC, please distribute your videos in 21:9 format. It doesn't matter for people with 16:9, they either get the branding on top and bottom (with the current distribution) or they get black bars (with 21:9 distribution). But for those of us with 21:9 screens, we get a larger presentation window with 21:9 videos instead of black bars on each side with 16:9.
@tappy8741
@tappy8741 8 месяцев назад
Can we implement really clean architecture by throwing .NET into the bin really really hard? Then kick the bin into mount doom for good measure
@fieryscorpion
@fieryscorpion 6 месяцев назад
WTF are you talking about? Explain.
@dvanrooyen1434
@dvanrooyen1434 Месяц назад
Likely a Java dev who loves writing getters and setters in 2024…
@tappy8741
@tappy8741 Месяц назад
@@dvanrooyen1434 Last time I touched java was java 6 and the last time I touched .CRAP was 3.5. Never again
@eyoo369
@eyoo369 Месяц назад
@@dvanrooyen1434 Most probably yea. The only people I know that hate on .NET come from the old days or are Java devs. Anyone that has used .NET core knows how amazing it is
@Andreas-gh6is
@Andreas-gh6is 8 месяцев назад
So the dotnet bros always said that C# projects taking at least five times as long and ten times as much code as other languages/frameworks is OK because you get better architecture (that you still want to rewrite every few years, if you can afford it) and now you say finally with C# you can finally achieve "clean architecture"?
Далее
🚀 The Clean Architecture (Ian Cooper)
53:05
Просмотров 83 тыс.
Спасибо Анджилишка, попил😂
00:19
Vertical Slice Architecture, not Layers!
46:24
Просмотров 114 тыс.
Should I Create A Minimal API Or Full API?
7:40
Просмотров 33 тыс.
Don't Use Polly in .NET Directly. Use this instead!
14:58
Спидран по ПК
0:57
Просмотров 30 тыс.