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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Get the Getting Started with C# course for free: dometrain.com/...
    Use code KUBE20 and get 20% off the brand new "From Zero to Hero: Kubernetes for Developers" course on Dometrain: dometrain.com/...
    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/dot...
    Workshops: bit.ly/nickwor...
    Don't forget to comment, like and subscribe :)
    Social Media:
    Follow me on GitHub: github.com/Elf...
    Follow me on Twitter: / nickchapsas
    Connect on LinkedIn: / nick-chapsas
    Keep coding merch: keepcoding.shop
    #csharp #dotnet

Комментарии • 197

  • @andersborum9267
    @andersborum9267 6 месяцев назад +179

    I think it's the right direction, better abstractions for everybody.

    • @fatlumlatifi2897
      @fatlumlatifi2897 6 месяцев назад +20

      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 6 месяцев назад

      @@fatlumlatifi2897 pass on the licensing cost of your dependencies to your end users, developing paid tooling is not "evil"...

    • @rotgertesla
      @rotgertesla 6 месяцев назад

      @@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.

  • @Balgoriusis
    @Balgoriusis 6 месяцев назад +173

    Reminds me the introduction of DI to .NET. It killed Unity DI, but we ended up with really good DI.

    • @djchrisi
      @djchrisi 6 месяцев назад +15

      Microsoft.Extensions.DependencyInjection ist okay (and fast) for the basic stuff. For more advanced usages I still prefer other solutions.

    • @user-tk2jy8xr8b
      @user-tk2jy8xr8b 6 месяцев назад +11

      We're using SimpleInjector because MS DI doesn't provide enough flexibility

    • @gileee
      @gileee 5 месяцев назад

      ​@@user-tk2jy8xr8b What specific requirement couldn't you fulfill with mcr.di? Just curious.

    • @GirlDadGigaChad
      @GirlDadGigaChad 5 месяцев назад +4

      Meh autofac

    • @MaThMaTa1000
      @MaThMaTa1000 5 месяцев назад +2

      I miss Castle

  • @hektonian
    @hektonian 5 месяцев назад +31

    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

  • @soucianceeqdamrashti8175
    @soucianceeqdamrashti8175 6 месяцев назад +48

    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.

  • @antonmartyniuk
    @antonmartyniuk 6 месяцев назад +96

    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 5 месяцев назад +6

      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 5 месяцев назад +3

      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 5 месяцев назад +1

      @raindev88 wouldn’t you have to apply the same level of scrutiny to MS libs?

    • @raindev88
      @raindev88 5 месяцев назад

      @@nec135 nope. as long as it is microsoft developed library or part of the .NET SDK we're good.

    • @GarethBradley
      @GarethBradley 5 месяцев назад

      ​@@raindev88i work in fintech and able to use open source libraries. This "can only trust microsoft" is a cop out.

  • @AlexBroitman
    @AlexBroitman 6 месяцев назад +23

    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 4 месяца назад +1

      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 6 месяцев назад +82

    Your thumbnails make me want to go live in the woods. But your content is great.

    • @nickchapsas
      @nickchapsas  6 месяцев назад +71

      My thumbnails make me want to go live in the woods mate

    • @markrobinson5420
      @markrobinson5420 6 месяцев назад +2

      @@nickchapsas haha 😀

    • @jaans3712
      @jaans3712 6 месяцев назад

      I bet those are generated by Dall-e

    • @SkandiaAUS
      @SkandiaAUS 6 месяцев назад +1

      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 5 месяцев назад +6

      Tbh the thumbnails are clickbaity af and don’t do the channel content justice.

  • @reikooters
    @reikooters 6 месяцев назад +11

    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.

  • @modernkennnern
    @modernkennnern 6 месяцев назад +7

    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.

  • @SilentTremor
    @SilentTremor 5 месяцев назад +5

    Microsoft should fix System.Drawing

  • @DevonLehmanJ
    @DevonLehmanJ 6 месяцев назад +6

    It's a lot easier for our software intake process if it's officially supported by Microsoft

  • @lukegordon4734
    @lukegordon4734 6 месяцев назад +7

    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 5 месяцев назад +1

      With Fowler on the lineup I think that won't happen

  • @chrisowens6670
    @chrisowens6670 5 месяцев назад +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.

  • @VeNoM0619
    @VeNoM0619 5 месяцев назад +2

    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.

  • @felipealves4856
    @felipealves4856 5 месяцев назад +2

    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.

  • @metacob
    @metacob 5 месяцев назад +3

    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.

  • @wobuntu
    @wobuntu 6 месяцев назад +8

    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 6 месяцев назад +5

    Hey Nick, just wanted to say that I'm a big fan of your contents.

  • @killymxi
    @killymxi 5 месяцев назад +1

    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.

  • @joga_bonito_aro
    @joga_bonito_aro 6 месяцев назад +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!

  • @TheCzemike
    @TheCzemike 5 месяцев назад +1

    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.

  • @Osirus1156
    @Osirus1156 5 месяцев назад +1

    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.

  • @Sayuri998
    @Sayuri998 6 месяцев назад +7

    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.

  • @dguisinger
    @dguisinger 2 месяца назад

    I think the biggest thing is the built-in frameworks keep up with the stack as a whole. I've recently had to rip out AutoMapper (which as you said, is built by the same developer as MediatR) because it doesn't work under AoT, and the developer has said multiple times publicly he doesn't intend to support it unless someone pays him to implement it. This is a big reason I hate using non-Microsoft libraries, even if I can reach in and modify the source myself... I don't have time for that nor do I want to.

  • @ashbjorn
    @ashbjorn 6 месяцев назад +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?

  • @BlTemplar
    @BlTemplar 6 месяцев назад +7

    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 6 месяцев назад +1

      Yeh that’s the worry.. if they force Azure on people it’ll be a retrograde step tbh

    • @BlTemplar
      @BlTemplar 6 месяцев назад +1

      @@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.

  • @guy7524
    @guy7524 5 месяцев назад +1

    @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

  • @devfric3149
    @devfric3149 5 месяцев назад +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.

  • @Talk378
    @Talk378 5 месяцев назад +2

    “I miss ninject!” - nobody
    It will be fine

  • @stoic7810
    @stoic7810 6 месяцев назад +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  6 месяцев назад +2

      On the other hand, them adding DI did kill all other libraries so there’s that

    • @dimitrishadrin
      @dimitrishadrin 5 месяцев назад

      ​@@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.

  • @daretsuki6988
    @daretsuki6988 6 месяцев назад +3

    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 6 месяцев назад

      There was such video already

  • @devpitch
    @devpitch 3 месяца назад

    It's good to have the default option as long as it doesn't undermine competition

  • @cjb110
    @cjb110 5 месяцев назад +1

    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.

  • @nordica8942
    @nordica8942 5 месяцев назад +1

    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.

  • @djp_video
    @djp_video 6 месяцев назад +1

    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 5 месяцев назад +1

      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!

  • @s1kky
    @s1kky 5 месяцев назад

    Yes, very useful especially for the upcoming eventing framework thats coming in net9

  • @FeistyFugu
    @FeistyFugu 6 месяцев назад +1

    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.

  • @TECHN01200
    @TECHN01200 4 месяца назад

    I'll just ask, why is this abstraction a good abstraction? I have yet to see the point of these libraries.

  • @KvapuJanjalia
    @KvapuJanjalia 6 месяцев назад +6

    If this _discontinues_ Mediator Cargo Cult, I will be happy.
    EDIT: I had to use an euphemism and incorrect library name so that RUclips would not delete my comment.

  • @user-pu9pf3xn4v
    @user-pu9pf3xn4v 5 месяцев назад

    Hi
    sorry maybe i missed, but the site seems broken, i can not buy the kube course

  • @amalaljohari9358
    @amalaljohari9358 5 месяцев назад

    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

  • @SlackwareNVM
    @SlackwareNVM 5 месяцев назад +1

    Looking at what happened with IdentityServer, I prefer to have a MS backed library.

  • @esendrow
    @esendrow 5 месяцев назад

    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.

  • @metaltyphoon
    @metaltyphoon 5 месяцев назад +1

    MS should definitely do it because they would be building with AOT in mind

  • @SenkusJulius
    @SenkusJulius 5 месяцев назад

    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.

  • @aymaneeljahrani2280
    @aymaneeljahrani2280 7 дней назад

    It’s just more unification. It’s a good idea !

  • @marcobaccaro
    @marcobaccaro 6 месяцев назад

    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.

  • @jyrikgauldurson8169
    @jyrikgauldurson8169 6 месяцев назад +2

    The take that MS shouldn't make it because there are others is insane to me.

  • @AlFasGD
    @AlFasGD 5 месяцев назад

    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.

  • @Marcel-dt5du
    @Marcel-dt5du 3 месяца назад

    Is this available in preview already?

  • @privatesocialhandle
    @privatesocialhandle 6 месяцев назад

    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.

  • @JonathanYee
    @JonathanYee 5 месяцев назад

    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.

  • @gert-janvanderkamp3508
    @gert-janvanderkamp3508 5 месяцев назад

    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..

  • @VladMihailescu
    @VladMihailescu 5 месяцев назад

    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).

  • @mtsmithtube
    @mtsmithtube 6 месяцев назад

    So does this create a monolithic web app with message queue that you can scale horizontally?

  • @ml_serenity
    @ml_serenity 18 дней назад

    Standardization is a good thing. Learning to use a whole plethora of different libraries is very time wasteful.

  • @JamesOfKS
    @JamesOfKS 5 месяцев назад

    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 4 месяца назад

    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

  • @paulkoopmans4620
    @paulkoopmans4620 6 месяцев назад

    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.

  • @rozhdov
    @rozhdov 5 месяцев назад

    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.

  • @jameshancock
    @jameshancock 6 месяцев назад

    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)

  • @Fred-yq3fs
    @Fred-yq3fs 6 месяцев назад +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.

  • @nitrovent
    @nitrovent 6 месяцев назад +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 5 месяцев назад +3

      Pretty sure Jimmy was being sarcastic

    • @nitrovent
      @nitrovent 5 месяцев назад

      That may well be ;)

    • @konjcek1
      @konjcek1 5 месяцев назад +1

      It was a sarcastic response to a comment before, that said OSS libraries like this exist purely for author's self promotion :)

  • @Cesar-qi2jb
    @Cesar-qi2jb 6 месяцев назад

    This will make switching to their transport seamless

  • @thiagomatu
    @thiagomatu 5 месяцев назад

    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

  • @user-px2oj3dg4c
    @user-px2oj3dg4c 5 месяцев назад

    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

  • @pawerobak6655
    @pawerobak6655 Месяц назад

    "Sorry Winnetou, business is business."

  • @junkyardmonkie
    @junkyardmonkie 5 месяцев назад

    It was never very big, but how does this compare to Microsoft Orleans?

  • @robertmckee9272
    @robertmckee9272 5 месяцев назад

    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.

  • @mvonballmo
    @mvonballmo 6 месяцев назад

    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.

  • @ConradCreel
    @ConradCreel 4 месяца назад

    So, integrating DAPR natively

  • @Johno2518
    @Johno2518 5 месяцев назад

    I wonder if this is being copied from the MVVM CommunityToolkit (in part)

  • @fusedqyou
    @fusedqyou 6 месяцев назад

    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.

  • @fritzfahrmann4730
    @fritzfahrmann4730 5 месяцев назад

    aren't they not also killing/killed NancyFx and now NewtonsoftJson?

  • @Caedin8
    @Caedin8 5 месяцев назад

    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

  • @garcipat
    @garcipat 5 месяцев назад +1

    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.

  • @dennycrane2938
    @dennycrane2938 5 месяцев назад +1

    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 5 месяцев назад

    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

  • @bosegeorge1425
    @bosegeorge1425 5 месяцев назад

    Can you do a video on semantic kernal, autogen etc

  • @yuGesreveR
    @yuGesreveR 6 месяцев назад

    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

  • @Charles-tq9tc
    @Charles-tq9tc 5 месяцев назад

    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)

  • @lordmetzgermeister
    @lordmetzgermeister 5 месяцев назад

    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.

  • @marcotroster8247
    @marcotroster8247 5 месяцев назад

    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 🤔

  • @LogicException
    @LogicException 5 месяцев назад

    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.

  • @igorsolomatov4743
    @igorsolomatov4743 5 месяцев назад +1

    .Net team got NIH syndrome

  • @garcipat
    @garcipat 5 месяцев назад +1

    I know you get money from your courseshbut mentioning them in every video si REALOY annoying considering people watch most of your videos and the cours anouncments are outdated very fast. Just to maybe consider your agressive ad strategy.

  • @user-iw1eo1hr2u
    @user-iw1eo1hr2u 6 месяцев назад +2

    Lets record a video about Orleans!!! =)

  • @SlackwareNVM
    @SlackwareNVM 5 месяцев назад

    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.

  • @bar10dr
    @bar10dr 5 месяцев назад

    If its better then the competition then why not

  • @wizandoz
    @wizandoz 5 месяцев назад

    I find this argument of "MS doing stuff that other companies/oss do out of the deck is bad" quite strange. MS should stop developing some feature just because there is someone else is working on it?

  • @nklaveren
    @nklaveren 6 месяцев назад

    normally, the first overengineering library on all dotnet projects.

  • @ivcbusinesssystems6613
    @ivcbusinesssystems6613 5 месяцев назад

    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!*

  • @nmarcel
    @nmarcel 5 месяцев назад

    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).

  • @KieranDevvs
    @KieranDevvs 5 месяцев назад

    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.

  • @dawizze1
    @dawizze1 5 месяцев назад

    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.

  • @BasyrasCZ
    @BasyrasCZ 6 месяцев назад

    "Do make it" team here.

  • @thomaswoods1365
    @thomaswoods1365 5 месяцев назад

    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.

  • @user-pd4ru6ww6u
    @user-pd4ru6ww6u 6 месяцев назад

    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 6 месяцев назад

      He said "Kafka", as in Apache Kafka

    • @math1a5
      @math1a5 6 месяцев назад +1

      "... I don't know...Kafka, they can be anything"

  • @hodgenick
    @hodgenick 5 месяцев назад

    Remember: the Microsoft eco-system is a dark room.
    And Microsoft is the 1000lb Gorilla in the room.
    The Gorilla has no idea you are in the room.
    The Gorilla moves.
    And crushes you.
    The Gorilla never notices.

  • @mattbilyeu
    @mattbilyeu 5 месяцев назад

    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…