“.NET 9 Is Killing MediatR, MassTransit & Wolverine!”

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

Nick Chapsas

Nick Chapsas

2 ай бұрын

Get the Getting Started with C# course for free: dometrain.com/course/getting-...
Use code KUBE20 and get 20% off the brand new "From Zero to Hero: Kubernetes for Developers" course on Dometrain: dometrain.com/course/from-zer...
Become a Patreon and get special perks: / nickchapsas
Hello, everybody, I'm Nick, and in this video, I will talk about the new eventing (or messaging) framework that is coming in .NET 9 and explain how it will impact the .NET open-source ecosystem.
Link to the issue: github.com/dotnet/aspnetcore/...
Workshops: bit.ly/nickworkshops
Don't forget to comment, like and subscribe :)
Social Media:
Follow me on GitHub: github.com/Elfocrash
Follow me on Twitter: / nickchapsas
Connect on LinkedIn: / nick-chapsas
Keep coding merch: keepcoding.shop
#csharp #dotnet

Пікірлер: 191
@andersborum9267
@andersborum9267 2 ай бұрын
I think it's the right direction, better abstractions for everybody.
@fatlumlatifi2897
@fatlumlatifi2897 2 ай бұрын
This is Microsoft making open source tooling while the .NET community is trying to put a price tag on building projects with .NET. Building "open source" businesses that lock in customers with developer tooling is frankly evil. We should be developing together to make money from end users, not each other.
@GuillaumeLecomte
@GuillaumeLecomte 2 ай бұрын
@@fatlumlatifi2897 pass on the licensing cost of your dependencies to your end users, developing paid tooling is not "evil"...
@rotgertesla
@rotgertesla 2 ай бұрын
@@fatlumlatifi2897 Yea! As a user of EPPLUS excel library, I was really mad when they decided to go commercial. Same for QuestPDF. That's not a good trend.
@hektonian
@hektonian 2 ай бұрын
I like it when there's a "default implementation" to use. They're usually good enough for getting things done with alright performance, they're free with great long term support, and most importantly, they're unlikely to force me to do the software equivalent of an organ transplant
@Balgoriusis
@Balgoriusis 2 ай бұрын
Reminds me the introduction of DI to .NET. It killed Unity DI, but we ended up with really good DI.
@djchrisi
@djchrisi 2 ай бұрын
Microsoft.Extensions.DependencyInjection ist okay (and fast) for the basic stuff. For more advanced usages I still prefer other solutions.
@user-tk2jy8xr8b
@user-tk2jy8xr8b 2 ай бұрын
We're using SimpleInjector because MS DI doesn't provide enough flexibility
@gileee
@gileee 2 ай бұрын
​@@user-tk2jy8xr8b What specific requirement couldn't you fulfill with mcr.di? Just curious.
@GirlDadGigaChad
@GirlDadGigaChad 2 ай бұрын
Meh autofac
@MaThMaTa1000
@MaThMaTa1000 2 ай бұрын
I miss Castle
@antonmartyniuk
@antonmartyniuk 2 ай бұрын
I really like the idea that Microsoft is creating this kind of Event's Framework so we can finally have a golden standard. For libraries like MediatR, MassTransit, Wolverine - I can only say the old proverb: "You can live and adapt or die with the past". I hope these libraries will catch up and adapt and we'll be using them on top of Microsoft interfaces. I really like these libraries
@raindev88
@raindev88 2 ай бұрын
as for someone who works in fintech industry with heavily regulated engineering guidelines. we can't just use these libraries from the get-go without scrutiny. I've never been more excited to be a .NET dev than ever.
@nec135
@nec135 2 ай бұрын
What is there to catch up to for the existing libraries? The pushback revolves around MS being the 500lb gorilla that through sheer mass destroys other higher quality projects.
@nec135
@nec135 2 ай бұрын
@raindev88 wouldn’t you have to apply the same level of scrutiny to MS libs?
@raindev88
@raindev88 2 ай бұрын
@@nec135 nope. as long as it is microsoft developed library or part of the .NET SDK we're good.
@GarethBradley
@GarethBradley 2 ай бұрын
​@@raindev88i work in fintech and able to use open source libraries. This "can only trust microsoft" is a cop out.
@soucianceeqdamrashti8175
@soucianceeqdamrashti8175 2 ай бұрын
Creating abstractions should be encouraged. I mean that should be a win-win for everyone. If I want to change my logging provider that's much easier now then before. Should be the same with event/messaging provider.
@reikooters
@reikooters 2 ай бұрын
I agree the sample code that looks similar to Minimal APIs looks good. I'm also a fan of FastEndpoints approach where you are given the framework to implement the event handlers and persistence in your own way.
@AlexBroitman
@AlexBroitman 2 ай бұрын
I like the idea. Yes, it may kill some existing products. It was Newtonsoft with its serialization. Today we have the library from Microsoft. It was Unity for DI. Today we have ServiceCollection from Microsoft. Today we have ILogger abstraction from Microsoft for logging while NLog, SeriLog and other still exist.
@rty361
@rty361 Ай бұрын
ILogger can be used with serilog, serilog handles the saving/partitioning of the log files, and ILogger provides an interface for creating log messages.
@markrobinson5420
@markrobinson5420 2 ай бұрын
Your thumbnails make me want to go live in the woods. But your content is great.
@nickchapsas
@nickchapsas 2 ай бұрын
My thumbnails make me want to go live in the woods mate
@markrobinson5420
@markrobinson5420 2 ай бұрын
@@nickchapsas haha 😀
@jaans3712
@jaans3712 2 ай бұрын
I bet those are generated by Dall-e
@SkandiaAUS
@SkandiaAUS 2 ай бұрын
I'm not looking forward to when I go camping at my favourite off grid spot and someone has a Star link set up.
@tree267
@tree267 2 ай бұрын
Tbh the thumbnails are clickbaity af and don’t do the channel content justice.
@chrisowens6670
@chrisowens6670 2 ай бұрын
I can't wait. Framework integration for this would be awesome. MediatR doesn't go far enough, and it's very hard to get started with MassTransit. Brighter, Wolverine and other libraries/components are exercises in frustration dealing with the author's personal flavors and spice that often make them at least annoying to use if not full of frustration.
@modernkennnern
@modernkennnern 2 ай бұрын
When Microsoft added their DI implementation there were a lot of "losers". It had (and still has) its flaws but practically nobody would say that it's not an improvement over what we had before. I imagine this will have a similar story; I believe in the .Net team to make a solid foundation and more importantly to support it for years to come, as they have with most things.
@felipealves4856
@felipealves4856 Ай бұрын
I really don't see any problem in creating a standard for existing frameworks. Nobody's saying that Masstransit, MediatR or Wolverine need to disappear, but yes they might need to evolve to something new. ILogger did a good job in creating a standard for logs, and Serilog, Nlog and others still live by today, and I don't see anyone crying because of it. Technology tends to evolve as the time passes, so should do the same as for Frameworks.
@ashbjorn
@ashbjorn 2 ай бұрын
This is a big as the DI discussion way back, but as far as I can remember all the authors of those libraries ended up being involved in decisions making and design direction, similarly how it was done for Json and Logging. It would seem absurd for MS to take a stance now and saw they are going to ignore the established frameworks. Surely they will be involved....right?
@DevonLehmanJ
@DevonLehmanJ 2 ай бұрын
It's a lot easier for our software intake process if it's officially supported by Microsoft
@metacob
@metacob 2 ай бұрын
I'm worried that it'll be like the MS DI - okay enough for lots of libraries to start using it as a dependency, but not nearly as good as the top 3rd party solutions which will be forced to come up with crappy interoperability code.
@lukegordon4734
@lukegordon4734 2 ай бұрын
FWIW this happens in other languages/ecosystems as well that have a main player. This isn't just a .NET/Microsoft issue. As a consumer of open source and Microsoft my concern is more about getting something half baked/clunky from Microsoft we have to then workaround that undermines better alternatives at the same time.
@frostyusername5011
@frostyusername5011 2 ай бұрын
With Fowler on the lineup I think that won't happen
@VeNoM0619
@VeNoM0619 Ай бұрын
The more native/standard support for things the better. I've been told Python is easy to develop because it has so many libraries that it allows you to do anything quickly. That's what we need: well proven and documented and capable of doing anything.
@satyayuga0
@satyayuga0 2 ай бұрын
All in all, I like it. That makes it a more streamlined developer experience. And in terms of 3rd party support. It's valid that 3rd party libs will still be used, just like Serilog. It is still the defacto standard for the ILogger implementation. Keep coding Microsoft!
@cjb110
@cjb110 2 ай бұрын
From my understanding there's quite a lot variation in the space, so I'd imagine an end result like logging, MS has a basic imp, but a good set of abstracts, 3rd parties provide a full feature set using those abstractions. Devs then find it easier to implement and/or replace the 3rd parties with others. MS adding builtin DI, killed the DI frameworks, true, but was that actually bad for the C# codebases overall? I'd say it was almost a 'core' concept/feature that needed to be built in, I don't think Event/Messaging is like that though.
@killymxi
@killymxi 2 ай бұрын
A lot of businesses exist simply as ways around inconveniences. In IT, we have the luxury to be able to remove the root of inconvenience and expect people to move on to find other problems to solve. Some industries may have actual legal protection or lobby against it.
@guy7524
@guy7524 2 ай бұрын
@nickchapsas Microsoft has said the new eventing framework will only be used for out of process communication so will not be used to replace frameworks that are used for CQRS pattern like MediatR
@wobuntu
@wobuntu 2 ай бұрын
I'm always a fan of MS libs, always prefer them over 3rd party stuff. They tend to almost never introduce breaking changes, they release most stuff nowadays licensed under the MIT license, they are maintained very well, the apis are thought through, ... Looking forward to it
@TurntableTV
@TurntableTV 2 ай бұрын
Hey Nick, just wanted to say that I'm a big fan of your contents.
@nickchapsas
@nickchapsas 2 ай бұрын
I hate you
@satyayuga0
@satyayuga0 2 ай бұрын
@@nickchapsasnice
@fabii5555
@fabii5555 2 ай бұрын
​@@nickchapsas How brutal
@daretsuki6988
@daretsuki6988 2 ай бұрын
Can't catch up with new features, they're coming so fast. Btw I'd love to see your take on functional programming (OOP forbidden) in C# and use maybe of LanguageExt.Core library. Although less performant, people claim it's so much faster to write, less error-prone and even more readable.
@pagorbunov
@pagorbunov 2 ай бұрын
There was such video already
@jameshancock
@jameshancock 2 ай бұрын
If they get it so a strongly typed client for these is created automatically as a result of the service definition then this could be a winner. Especially if the transport is hidden. Which may be why MS is also interested in OpenAPI/swagger again. (Which is horrific)
@SenkusJulius
@SenkusJulius 2 ай бұрын
I would really like to avoid situations like with hot reload fiasco, that some part would be exclusive for Microsoft, but I do think that this would bring a better standard as others mentioned with DI, leaving old Unity DI implementation.
@stoic7810
@stoic7810 2 ай бұрын
I think your swift mention of how serilog adapted and is still operating in the logging space is exactly what the developers of messaging libraries should concentrate on. I don't think MS is trying to compete in the space, we will most likely just see better standardization. I'm looking forward to it, cause although mediater and wolverine is awesome, i always find myself missing specific features. Standardizing and abstraction here would go a far way.
@nickchapsas
@nickchapsas 2 ай бұрын
On the other hand, them adding DI did kill all other libraries so there’s that
@dimitrishadrin
@dimitrishadrin 2 ай бұрын
​@@nickchapsas it killed, but not all. Like autofac is still better in terms of functionality. And some new libraries are created like Scrutor. To me it is evolution not extinction.
@privatesocialhandle
@privatesocialhandle 2 ай бұрын
If it works good and does the job I am for it. It is unfortunate if it kills thousands of development hours and sweat of independent developers hard work. But anything native (or built-in) that works well is a good thing. You still have the other options.
@s1kky
@s1kky Ай бұрын
Yes, very useful especially for the upcoming eventing framework thats coming in net9
@esendrow
@esendrow 2 ай бұрын
I understand that most people think that competition and choice are good things, but are they? When I need to do messaging, do I really want to go through and evaluate 10 different frameworks that all do essentially the same, but each one has some obscure downsides or problems so I end up min-maxing the framework list by least problems and most compatibility for my project. Do we really want this? Does this really help productivity? I for one just want one solution that does excatly what it is supposed to do.
@bosegeorge1425
@bosegeorge1425 2 ай бұрын
Can you do a video on semantic kernal, autogen etc
@amalaljohari9358
@amalaljohari9358 2 ай бұрын
In our company it's not allowed to use libraries that are not supported by Microsoft itself, because no one knows the future or the support of those libraries, I remember when we used identity server 4 in one of our projects and suddenly the situation of the library changed, so we stuck with old .net core 2 project that we can't update anymore. Yes I agree that Microsoft provide these libraries as built in
@marcobaccaro
@marcobaccaro 2 ай бұрын
Once they are built-in decently, yes, those frameworks/libraries may die quickly. Like Dependency Injection, there is no reason to work with Ninject, StructureMap, and the other DI frameworks.
@mtsmithtube
@mtsmithtube 2 ай бұрын
So does this create a monolithic web app with message queue that you can scale horizontally?
@redsquarem3369
@redsquarem3369 2 ай бұрын
What
@Osirus1156
@Osirus1156 2 ай бұрын
It'd be easier for large companies to adopt this stuff. Corporate controls are usually so bloated and convoluted they block usage of a lot of open source libraries.
@BlTemplar
@BlTemplar 2 ай бұрын
So Microsoft is basically looking for new ways to sell Azure and built-in messaging with prod-ready Azure support looks like a good selling factor for them. Making good abstractions and unified contracts seems to be a secondary task for them.
@MarkCastle
@MarkCastle 2 ай бұрын
Yeh that’s the worry.. if they force Azure on people it’ll be a retrograde step tbh
@BlTemplar
@BlTemplar 2 ай бұрын
@@MarkCastle I don’t think they try to force Azure or anything. But it seems that dotnet team will be focused on delivering features tied to Azure. Microsoft will advertise Azure by showing how easy it is to become cloud-native with dotnet.
@SlackwareNVM
@SlackwareNVM 2 ай бұрын
Looking at what happened with IdentityServer, I prefer to have a MS backed library.
@garcipat
@garcipat 2 ай бұрын
A good example was DependencyInjection. I very happy they built that themselfs out of the box I know its suported longterm and I dont have to learn when switching my job. There will always be people sufering because o. These things but that means they just need to give people a good reason still using their stuff. THat should not kill but drive inovation
@TheCzemike
@TheCzemike 2 ай бұрын
I wonder if any of the folks creating a business around open source projects in .NET specifically plan for Microsoft creating something in the framework which makes their library and business obsolete? I'm curious if the creator of Wolverine has a "Microsoft decided to replace us" contingency they can execute, especially regarding what commercial clients they currently have because the growth of the business is now (knee)capped and loss of paid support is only a matter of time as it cannot remain economically feasible.
@Fred-yq3fs
@Fred-yq3fs 2 ай бұрын
I very much like mediator, but a built-in way would be good too... if it's as good: we'll see... I mean their main focus is to push Azure, so I could see the abstractions getting geared towards Azure (more features, less bugs, etc...) than to other providers. In that case, the existing libraries have their new niche: provide viable alternatives to Azure integration.
@devfric3149
@devfric3149 2 ай бұрын
Here I thought we would have to wait for Jimmy Bogard to pass on for MediatR to not be the default implementation of CQRS.
@paulkoopmans4620
@paulkoopmans4620 2 ай бұрын
This practice of "stealing" or "integrating" something into the main product has been there since the dawn of time. it is everywhere, and here to stay! That goes for many other things as well btw. Back in the day you needed a dedicated video card even if it was a simple one. cars had an open bay where you had to buy and install a separate radio in. To share the internet back in the day I needed a modem and separate computer which was replaced with all-in-one devices. which now even a lot of the times you do not get to choose but your provider enforces. Proprietary devices/connectors that force you to use "theirs" [Fruity company]. On a deep level it is a human desire to want as much as we can have; we are all guilty of it. If you see something or somebody be successful with something... you want it and you are going to try and take a piece of the market share. Or the other reason, why would I pay somebody to do X if I can do it myself. I truly feel for the creators but eventually it's inevitable. Ever since it's conception MS and .NET wants to not be dependent on external projects. Even if they are free.
@FeistyFugu
@FeistyFugu 2 ай бұрын
As soneone who worked for several years as a consultant, I love .NET projects because .NET devs tend to stick with the libraries Microsoft provides. This makes moving from one client to another much easier. However, I would NEVER maintain a .NET open source library. Doing so is like being an unpaid R&D intern for Microsoft. If you develop something popular, Microsoft will copy it and all your users will migrate since that's just what .NET devs always do. Not the best strategy if you want to build a vibrant open source community around your products.
@djp_video
@djp_video 2 ай бұрын
You know that anything Microsoft adds is going to be supported in the long-term. You can't say that about third party libraries. I, like many who have worked on long-term projects, have been burned more than a few times by using a library that gets abandoned.
@ljobject
@ljobject 2 ай бұрын
Luckily some developers made a safe choice and built their backends on WCF using MSMQ and wrote frontend in Silverlight. This stuff will never get abandoned!
@thiagomatu
@thiagomatu 2 ай бұрын
Would not make any sense to switch an existing and working tool for this in an already running project. For new projects? Ah, that's worth to give it a try
@gert-janvanderkamp3508
@gert-janvanderkamp3508 2 ай бұрын
A better strategy would be to let the market decide on the best library/ abstrcations, then MS buying them and integrating. This way they're killing what community they have (which just is a level or two below Java and Python). Not sure if the upside outways the downside, also from the POV of MS themselves..
@TECHN01200
@TECHN01200 24 күн бұрын
I'll just ask, why is this abstraction a good abstraction? I have yet to see the point of these libraries.
@rozhdov
@rozhdov 2 ай бұрын
I can understand frustration of developers of existing solutions, but I would like implementation from Microsoft. I always avoid 3rd party libraries when possible exactly because of long term support concerns, and because some 3rd party break backwards compatibility more often than I like.
@metaltyphoon
@metaltyphoon 2 ай бұрын
MS should definitely do it because they would be building with AOT in mind
@user-px2oj3dg4c
@user-px2oj3dg4c 2 ай бұрын
Hey sir , how are you ? I just want to discuss with you about computed columns in relating to EF core . So if you have can you reach me ? Thank you sir
@nordica8942
@nordica8942 2 ай бұрын
As a developer, I don't really give a sh*t. They're just tools. It doesn't matter who makes them. If I'm developing a .NET application, of course I'd prefer the tools that are already provided by .NET Framework. If a third party library does the same job better, or does something else that is more suitable for a particular use case, I'd go for that libary. That's it.
@eugenestein1629
@eugenestein1629 4 күн бұрын
It's good to have the default option as long as it doesn't undermine competition
@Cesar-qi2jb
@Cesar-qi2jb 2 ай бұрын
This will make switching to their transport seamless
@mvonballmo
@mvonballmo 2 ай бұрын
I think the argument "will be fixed by basically the best in the industry," while not necessarily wrong, might mire you in unfruitful discussions. I think it's better to say that Microsoft has a lot more resources to cover more use cases than an open-source project might. When Microsoft builds something foundational, they tend to take a few iterations, but they also tend to create a very good, generalized API that covers a lot of use cases. An open-source tool will be very good, but will usually be more limited in scope by the very fact that it can't throw as many people or dollars at the problem as MS can. And MS does have very, very good people working on this, who are more likely to be open to covering your use cases in their generalized API and less likely to tell you to add it yourself.
@AlFasGD
@AlFasGD 2 ай бұрын
I've seen people avoiding making their own libraries or solutions for their needs, expecting Microsoft to provide. Others are disliking it when Microsoft themselves are building a solution of their own for something that multiple OSS projects have taken ahold of, with full opinionation to their own in-house ecosystems. Microsoft is doing good. They're doing business, but they're not stripping away from you anything. The fact that those library authors have chosen to do business over a field that .NET didn't cover at one point doesn't mean it's sustainable. Their projects will still be usable, and Microsoft has no authority nor do they intend to actually kill those projects. And as a consumer, I want the least amount of friction when using any feature, much less on a cloud service that I want the highest possible uptime and fastest possible response.
@JonathanYee
@JonathanYee Ай бұрын
IMO OSS comes about because the official system/framework doesn't provide the functionality and out of a need people have shared their solutions. This is what drives innovation and growth. When the official team realises the huge adoption of the need and plans to provide it out of the box, I reckon that's a win for all. That's one way to drive developer experience in a certain language/framework. Now, when OSS authors decide to make it their life income and have that taken away by an official product, they either need to innovate and find another problem to solve or provide more value. The kneejerk reaction from OSS authors is understandable but they chose to build their lives off another's. I'm not an OSS author so I maybe totally out of my depth but that's my take on a developer using the ecosystem.
@jyrikgauldurson8169
@jyrikgauldurson8169 2 ай бұрын
The take that MS shouldn't make it because there are others is insane to me.
@Talk378
@Talk378 2 ай бұрын
“I miss ninject!” - nobody It will be fine
@user-pu9pf3xn4v
@user-pu9pf3xn4v 2 ай бұрын
Hi sorry maybe i missed, but the site seems broken, i can not buy the kube course
@Johno2518
@Johno2518 2 ай бұрын
I wonder if this is being copied from the MVVM CommunityToolkit (in part)
@junkyardmonkie
@junkyardmonkie 2 ай бұрын
It was never very big, but how does this compare to Microsoft Orleans?
@fusedqyou
@fusedqyou 2 ай бұрын
People should understand this is not suddenly going to kill existing products. You don't just kill something that has been tested and works very well. There will be tools in place where you can still work with these.
@ConradCreel
@ConradCreel 7 күн бұрын
So, integrating DAPR natively
@Caedin8
@Caedin8 2 ай бұрын
At work I have to jump through hoops to bring in something 3rd party like wolverine, but if it’s Microsoft I can add it without any fuss. For that reason alone I support this change
@robertmckee9272
@robertmckee9272 2 ай бұрын
Sorry, but I really like that Microsoft will be including this. I have a lot more faith that this will be around and supported in 10 years than the other packages. Like...Dawn.Guard, just one day the author had more important things and it's now dead. I've gotten bitten too many times by relying on 3rd party packages in my projects, so I'm happy to see this, and it would definitely make me more confident in using it when appropriate.
@SilentTremor
@SilentTremor 2 ай бұрын
Microsoft should fix System.Drawing
@yuGesreveR
@yuGesreveR 2 ай бұрын
I think Microsoft can do anything they want. At the end of the day the framework and platform are theirs. And the only way for the authors of the mentioned libraries is just to try to adapt. Really, it's just business, nothing personal. You can't blame someone who does your job better or in a more convenient way
@SlackwareNVM
@SlackwareNVM 2 ай бұрын
Is Microsoft going to build something better? Then great! Why would I be against that? Either way, no one is forced to use one library or another. So far, Microsoft has done well with providing a built-in abstraction and a default implementation which is very customizable and extensible. If competing libraries share the same abstractions, I'd be more inclined to try new ones out.
@winchester2581
@winchester2581 2 ай бұрын
I like the direction Microsoft is moving in. Building its own solution for that is a great way to create so-called "out-of-box" experience
@lordmetzgermeister
@lordmetzgermeister 2 ай бұрын
To be entirely honest, I don't care if some libraries will be abandoned because of this. I might be of a different opinion if I was a lib dev myself. Nevertheless, unification and at least basic built-in support for messaging will be very much welcome in .NET. We have DIC, logging and serialization, we should have messaging as well. Any developer trying to start with events and messaging will have much better starting point with a built-in provider rather than having to figure out which of the weird library names actually make sense for them to use.
@bar10dr
@bar10dr 2 ай бұрын
If its better then the competition then why not
@nitrovent
@nitrovent 2 ай бұрын
At around 8:50 you say you're not sure Jimmy wants to be known for Automapper. Well at least in the comment you show at 3:10 he writes that MediatR is to promote himself.
@DarraghJones
@DarraghJones 2 ай бұрын
Pretty sure Jimmy was being sarcastic
@nitrovent
@nitrovent 2 ай бұрын
That may well be ;)
@konjcek1
@konjcek1 2 ай бұрын
It was a sarcastic response to a comment before, that said OSS libraries like this exist purely for author's self promotion :)
@Charles-tq9tc
@Charles-tq9tc 2 ай бұрын
I dont think that logging and DI show as much possible diversity as the messaging landscape does. So not sure it's the right move to try unify that zoo. As an example from the java world, spring tries to unify messaging abstractions, and imho, beyond trivial examples, it's a dumpster fire. A lot of functionality offered by the various messaging/eventing platforms (cloud or not) is lost in the process or becomes super complicated to use correctly. And the complexity to maintain it all is just insane. The kafka related code in Spring is more lines than the actual kafka lib for example ... compat management also becomes not so fun. And microsoft shouldnt be blindly trusted, MSMQ has been feature frozen for years, and will be dumped soon, that's not what i call great support. (ok it had a long life)
@JamesOfKS
@JamesOfKS 2 ай бұрын
every evolution of Microsoft opens door for new open source ideas to break barrier. i welcome the abstractions and then just make connectors for those prior libraries
@rty361
@rty361 Ай бұрын
I would love to see this. MassTransit can be limiting, and no offense to Chris(one of the founders) but their documentation sucks! Microsoft docs will be a much needed refresher when developing event centric patterns
@LogicException
@LogicException 2 ай бұрын
10:00 This statement is nonsense: The companies behind the tool do not provide bug support. They provide development support in the form of consulting. Something Microsoft will never offer you. Try calling Microsoft and getting an answer to the question of how you can realize a complicated use case. You can forget it. If I have a complicated use case, on the other hand, I can call these companies, from the custom libraries, and get technically qualified help there - for cash, of course. That's the point. Not whether MS will maintain something in LTS or not.
@nklaveren
@nklaveren 2 ай бұрын
normally, the first overengineering library on all dotnet projects.
@VladMihailescu
@VladMihailescu Ай бұрын
I don't understand the drama here, people mentioned MS will crush the space and already existing OSS tooling. How ? What is stopping people from continuing to use whatever they want at the end of the day. And what is stopping more creators from taking inspiration from what MS will pump out and spin it into their new personal releases (like taking only the best parts).
@Sayuri998
@Sayuri998 2 ай бұрын
There seems to be so much hate against this from what I see in the video. But it just seems selfish. Yes, Microsoft is going to add a new implementation. This is fantastic for everyone. No need to find 3rd party libraries that meets our needs, no need for bloat our binary with nuget packages, free and quick security updates, more exposure, more support, etc. But if it doesn't meet your needs, you can still roll out a 3rd party library. Microsoft's implementation isn't going to kill that. It just sounds like all these library authors are whining that Microsoft is stealing their profits. I know, it sucks. But it's a harsh world we live in: adapt or disappear. Would we rather trade profit for everyone for profit for a few companies? I'd rather not.
@megadrofan
@megadrofan 2 ай бұрын
I would like to see something that actually provide orchestration on top of event streams. Back in the days Microsoft had a Workflow Foundation framework, but there is no modern alterative for it. In the cloud we have Azure Durable Functions, but they are too tightly coupled with azure services. We need something more infrastructure agnostic and supported from Microsoft
@user-pd4ru6ww6u
@user-pd4ru6ww6u 2 ай бұрын
I can't understand what he says at 7:44. He says "time based events, queues, and ..." what I heard was "Katkavakavee" but I KNOW that is NOT right 😂
@DisturbedNeo
@DisturbedNeo 2 ай бұрын
He said "Kafka", as in Apache Kafka
@math1a5
@math1a5 2 ай бұрын
"... I don't know...Kafka, they can be anything"
@nmarcel
@nmarcel 2 ай бұрын
IMHO this is a very bad argument: The development of technology X would hurt the monetization of people creating/mantaining technology Y. Yes, of course... so what? the opposite leads to stagnation and no competitive/better tech would have evolved by protecting the previous ones. And finally the point is not the tech, but the solution it provides (welcome AI).
@user-iw1eo1hr2u
@user-iw1eo1hr2u 2 ай бұрын
Lets record a video about Orleans!!! =)
@fritzfahrmann4730
@fritzfahrmann4730 2 ай бұрын
aren't they not also killing/killed NancyFx and now NewtonsoftJson?
@BasyrasCZ
@BasyrasCZ 2 ай бұрын
"Do make it" team here.
@KvapuJanjalia
@KvapuJanjalia 2 ай бұрын
If this _discontinues_ Mediator Cargo Cult, I will be happy. EDIT: I had to use an euphemism and incorrect library name so that KZbin would not delete my comment.
@dennycrane2938
@dennycrane2938 2 ай бұрын
Honestly, I'm glad they're finally doing it and I hope they do well enough that those OSS projecs are in jeopardy. Not because it's something I wish upon those projects (I use them) but because the problem domain is so "base" at this point that it's simply something that should be offered by .NET as a first class citizen. I agree though that the key is making it something that can easily built on top of.
@garcipat
@garcipat 2 ай бұрын
The minimal api is a bad idea since i think most of the apps are still not using minimal api wven microsoft is pushing it so much. I hope there will be a solution where you dont have to cedine constants to prevent magic strings everywhere.
@ivcbusinesssystems6613
@ivcbusinesssystems6613 2 ай бұрын
Microsoft has been doing eventing for many years, just not widly adopted. *The question is why were any of these libraries ever created? They all started out not to make money.* The goal was to help developers adopt a superior development pattern. Over time they did need money! *However, Microsoft baking this into the system, achieves the original goal! They should still be viable, MS always leaves openings!*
@shatilomaxim8032
@shatilomaxim8032 2 ай бұрын
We're going to mostly say goodbye to Web Api in near future?
@srivathsaharishvenk
@srivathsaharishvenk 2 ай бұрын
Fun fact, Mediatr is not a messaging library
@nickchapsas
@nickchapsas 2 ай бұрын
Fun fact, MediatR tag line is "In-process messaging with no dependencies."
@THE_NE0
@THE_NE0 2 ай бұрын
Please @microsoft make it 🙏
@marcotroster8247
@marcotroster8247 Ай бұрын
This is such a basic feature. Shouldn't need 3rd party tools to process a message bus. It's like there's still no YAML parser in C#. So many obvious things are missing in the standard API, but they keep introducing new language syntax to make "modern" C# look like Python. Not so sure what they're doing in Redmond 🤔
@KieranDevvs
@KieranDevvs 2 ай бұрын
I cant believe people are actually whining about this. Microsoft builds an open source alternative to other software vendors, and vendors are upset because they're no longer as popular? That's how this has always worked. Are you trying to say that a company cant build a product because it would hurt yours? Don't be ridiculous, compete or collapse, this isn't the USSR.
@igorsolomatov4743
@igorsolomatov4743 2 ай бұрын
.Net team got NIH syndrome
@kallebysantos5167
@kallebysantos5167 2 ай бұрын
That's awesome. Sometimes we don't want to couple a third party library or just learn it for a specific use case. I'm my last project I had to use a very simple in memory message bus, so instead of coupling my project in some MediatR lib I made a very basic implementation on top of the built-in Channels, and works very well. I wrote a simple interface for message handlers and combine it with a Background Service and Dependency injection. And it took like 30 lines of code and a little time studying the built-in channel class. I always prefer go to Microsoft first instead of coupling my project with extenal libraries. That's why I like the .net ecosystem, they always come with patterns to follow. Differently from Js where you have to learn a new framework every week.
@dawizze1
@dawizze1 2 ай бұрын
Microsoft was brought back from the dead by opensource. They not only embraced it but used it to bring them back to the modern era. So much so they started to invest in open source heavily. I think now that they are caught up with the industry they are back tracking and taking ownership of stuff and doing stuff their own way. This is a perfect example of it. I think this behavior will push open source development for Microsoft away. I get why they did it but this move seems a bit too different then the others. Not sure I like it but we'll see how it plays out I guess.
@user-nw7jo5xw9x
@user-nw7jo5xw9x 2 ай бұрын
xUnit still win over MSTest... the best would always remain anyway, the more concurrence the better for us developers
@romanhrytskiv8845
@romanhrytskiv8845 2 ай бұрын
It’s all good and well that there are libraries but I would prefer MS to do it and not look for a library. As for the fact that that could kill their business, well, who cares lol, it’s life dudes, wake up.
@nec135
@nec135 2 ай бұрын
“who cares lol” - what an ignorant comment
@mattbilyeu
@mattbilyeu 2 ай бұрын
Saw the thumbnail, “No more massaging libraries,” and I’m like, “What weirdo is going into libraries and rubbing the books?” -- misread it as massaging…
@thomaswoods1365
@thomaswoods1365 2 ай бұрын
I worked at MS for 22 years. It is a bad idea to try and make a living building infrastructure unless you make the goal selling your technology to MS. They have an army of developers. When they choose a strategic path to execute on you are toast! They will just do it and you will end up the loser. I would never try and make a living off a utility that a few guys at MS within 6 months can render obsolete. Bad idea. Stick to vertical solutions or horizontals that you believe they would purchase from you.
Getting Started with Event Sourcing in .NET
37:07
Nick Chapsas
Рет қаралды 19 М.
Why Developers Already Hate .NET 9
10:12
Nick Chapsas
Рет қаралды 70 М.
【獨生子的日常】让小奶猫也体验一把鬼打墙#小奶喵 #铲屎官的乐趣
00:12
“獨生子的日常”YouTube官方頻道
Рет қаралды 112 МЛН
What Is .NET Aspire? The Insane Future of .NET!
18:35
Nick Chapsas
Рет қаралды 255 М.
The Ultimate .NET Developer Roadmap in 2024
11:09
Nick Chapsas
Рет қаралды 129 М.
What are record types in C# and how they ACTUALLY work
15:36
Nick Chapsas
Рет қаралды 116 М.
Clean Architecture IS about Vertical Slicing, actually!
15:24
About Clean Code
Рет қаралды 30 М.
My Initial Impresson Of Go
12:39
TheVimeagen
Рет қаралды 27 М.
"Stop Using Async Await in .NET to Save Threads" | Code Cop #018
14:05
The Pattern You MUST Learn in .NET
20:48
Nick Chapsas
Рет қаралды 74 М.
Discovering The Truth About CQRS - No MediatR Required
13:01
Milan Jovanović
Рет қаралды 16 М.
The Magic of Breaking Down Your Types in C#
8:59
Nick Chapsas
Рет қаралды 62 М.
【獨生子的日常】让小奶猫也体验一把鬼打墙#小奶喵 #铲屎官的乐趣
00:12
“獨生子的日常”YouTube官方頻道
Рет қаралды 112 МЛН