.NET Versions Explained - .NET, .NET Core, .NET Standard, .NET Framework and more

Do you know the difference between .NET, .NET Standard, .NET Framework, .NET Core, ASP.NET, and ASP.NET Core? Do you know why each exists and which one you should use? In this video, I am going to explain the .NET naming schema and how to navigate it. In the end, you should have a much better understanding of .NET and which versions to learn and use.
Full Training Courses: IAmTimCorey.com
Mailing List: signup.iamtimcorey.com/

Пікірлер: 225

  • @JackNotJack
    @JackNotJack Жыл бұрын

    This is by far the most comprehensive and plain speaking explanation of the .NET version wilderness there is. Tim, your lessons and tutorials are world class. Thank you for doing what you are doing in terms of free content. It is much appreciated.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Thank you!

  • @moofymoo
    @moofymoo Жыл бұрын

    versioning is easy peasy, it takes only one and half hour to explain how we do versions!

  • @michaelestrinone2111

    @michaelestrinone2111

    Жыл бұрын

    So freaking true! Ma, Ma Core, Ma Standart, Ma Plus Plus, Ma Minimal, Ma-Shma-bla... I keep forgetting where it started when I reach the end of this idiotic Microsoft mental exercise.

  • @RalfsBalodis

    @RalfsBalodis

    Жыл бұрын

    Haha

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    In their defense, this isn’t versioning of a product. This is two different products with a bridge product in between.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    @Priyanker - I think this was a good standardization that made it as easy as possible. Do you have a recommendation that would have made it simpler to understand?

  • @michaelestrinone2111

    @michaelestrinone2111

    Жыл бұрын

    @@IAmTimCorey May I try: Any naming convention will be better then using the same moniker (Net) in the product name.

  • @skiis1
    @skiis14 ай бұрын

    This is my first time ever learning about .NET and I feel like I understand it so well already. You explained it really well!

  • @IAmTimCorey

    @IAmTimCorey

    4 ай бұрын

    Awesome! I’m glad it was helpful.

  • @minimalist_zero
    @minimalist_zero Жыл бұрын

    I truly cannot thank you enough for taking the time to do this video. It was incredibly informative as always!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @prasadhonrao
    @prasadhonrao Жыл бұрын

    This is insanely useful. I wish such information was part of MS documentation somewhere. Thank you Tim.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Glad it was helpful!

  • @sherazahmedch
    @sherazahmedchАй бұрын

    Your video provided a fantastic overview of .NET, especially for someone like me who was out of the loop for the past 14 years. The information you shared was incredibly valuable, and I'm grateful for your generosity in making it freely available. Well done!

  • @IAmTimCorey

    @IAmTimCorey

    Ай бұрын

    I am glad it was helpful.

  • @GaryWee111
    @GaryWee111 Жыл бұрын

    Thank you for your effort to make this video! It is really clear and easy-to-follow explanations to not just the old folks but also newbies! I appreciate that!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You're very welcome!

  • @daveep9794
    @daveep9794 Жыл бұрын

    Great explanation. We finally competed our 32 project .Net 4.7.1 Solution upgrade to .Net 7 (almost 1.6 million lines of code). It took just over 4 weeks and there were a couple of times we nearly gave up, but I'm glad we kept going. The main problem areas for us were 1) Printing (needed some re-write) , 2) Twain Scanning (needed some re-write) , 3) Legacy Encryption (needed to migrate everything), 4) Windows Impersonation and 5) Some legacy REST api calls (needed a quick re-write). 99% of the code just upgraded and worked, but as ever, it's always that last 1% that gets you!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Awesome! Thanks for sharing. Even though it was a struggle, it is a testament to how "easy" the upgrade path is that you could do it in four weeks (plus the hard work of your team). I'm glad you were able to push through the dependency issues.

  • @techsamurai11

    @techsamurai11

    Жыл бұрын

    Does it work or will everyone get fired😃?

  • @daveep9794

    @daveep9794

    Жыл бұрын

    @@techsamurai11 LOL - thankfully it all works, including all the unit tests :)

  • @sea0920

    @sea0920

    Жыл бұрын

    But .Net Framework only works on top of IIS and IIS is tied to Windows. .Net framework apps are designed to be monolith. If you just make it .Net 7(which is designed to make microservice), it's another monolith.

  • @daveep9794

    @daveep9794

    Жыл бұрын

    @@sea0920 We have 32 projects in our solution, 1 is a WPF app (so tied to Windows), 2 are Blazor portals (can run anywhere - subject to underlying libraries) , 3 are API projects (could run anywhere - subject to underlying libraries) and the rest are either code libraries or services that, while currently configured as windows services could easily be Linux (they were originally). None are specifically tied to IIS, but due to other things some may be reliant on Windows due to device specific dependencies, e.g. Scanner or Printer. The rest could run quite happily on Linux.

  • @MrBlazzerBoy
    @MrBlazzerBoy11 ай бұрын

    Excellently done. You should get an award for clearing up the confusion surrounding them.

  • @IAmTimCorey

    @IAmTimCorey

    11 ай бұрын

    Thank you!

  • @miguelchavez2768
    @miguelchavez2768 Жыл бұрын

    Thank you for this video, I started my dev career 6-7 years ago so .NET framework and .NET Core were both out. I had somewhat understanding of both and how each one related but this video really gave me a crystal clear picture on both. Thank you!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Glad it helped!

  • @oshawastaken
    @oshawastaken Жыл бұрын

    thank youu you are literally the best c# content creator out there. Doing an internship with c# .net stack and was so confused by the .net naming schema but this really helped tie up loose ends in my understanding.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I am glad it was so helpful.

  • @drivenbycuriosity
    @drivenbycuriosity5 ай бұрын

    I recently had to look up regarding the one of the configuration settings of ASP.NET and ended going down this path to understanding the ongoing and history of .NET versions. This was very crystal clear and really informative. Gives a full clarity on what I was looking for. Thanks for your hard work in making this video.

  • @IAmTimCorey

    @IAmTimCorey

    5 ай бұрын

    I am glad it was helpful.

  • @enanaamika4714
    @enanaamika4714 Жыл бұрын

    Thank you so much for the detailed explanation. I was asked this questions in an interview and really got confused. Now it's crystal clear ❤️

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @chemystik
    @chemystik8 ай бұрын

    This video was extensive and incredibly helpful to navigate the dot Net version wilderness and maze as someone said earlier. I thank you immensely for your service.

  • @IAmTimCorey

    @IAmTimCorey

    8 ай бұрын

    I am glad it was helpful.

  • @vlad.kravchenko
    @vlad.kravchenko2 ай бұрын

    In a few minutes (I won't say which ones so guys - watch the whole video) you've explained what I have been trying to understand for years

  • @IAmTimCorey

    @IAmTimCorey

    2 ай бұрын

    I am glad it was helpful.

  • @PedroCoelho98
    @PedroCoelho98 Жыл бұрын

    Man, just in the right moment when I was struggling with some naming issues! Perfect!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Great!

  • @computerchris1296
    @computerchris1296 Жыл бұрын

    Best explanation I have ever heard. It was so confusing before seeing this. Thanks

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Great to hear!

  • @israell9320
    @israell932010 ай бұрын

    Great break down on .NET versioning, now I got better clarity on what MS did, Thanks Tim

  • @IAmTimCorey

    @IAmTimCorey

    10 ай бұрын

    Glad it helped!

  • @user-cz5oi9vv7y
    @user-cz5oi9vv7y4 ай бұрын

    I have a clear visualization now for all the framework versions. Thank you Tim.

  • @IAmTimCorey

    @IAmTimCorey

    4 ай бұрын

    You are welcome.

  • @user-ci3pf5kc4z
    @user-ci3pf5kc4z Жыл бұрын

    Rework is always causing naming confusion in big companies. Maybe only communities-driven frameworks have better names thanks to the diversity of ideas. But here and now I got an understanding of this epic rework (v2.0 of the .NET Fwk) and It seems to be now clear to me. As always, explained well enough to understand the roots of the confusion. Thanks, Tim!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @SivakumarSridharan
    @SivakumarSridharan Жыл бұрын

    Very informative and covered most of the areas. Thanks for creating such a great video.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @manuelgamezz
    @manuelgamezz Жыл бұрын

    Thanls Tim, I use both of them, and you presentation is very clear to understand. I have a ppt that I made in the las Conf 2022 with several topics includin the time-line. Thanks for sharing to the comunity developer in .NET

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @makaveli106965
    @makaveli106965 Жыл бұрын

    Great video Tim, thanks for sharing!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @progressnwimuelekara2167
    @progressnwimuelekara21675 ай бұрын

    The first and only time I've truly understood the .NET terms. Thank you.

  • @IAmTimCorey

    @IAmTimCorey

    5 ай бұрын

    I am glad it was helpful.

  • @joshuamwaita4000
    @joshuamwaita4000 Жыл бұрын

    Hi @tim correy thanks alot for the videos. I am a ugandan and i enjoy your videos

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @mcnets
    @mcnets Жыл бұрын

    What a great explanation, thank you very much. It's all more clear to me now.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Glad it was helpful!

  • @Eduardo-Salinas-ES
    @Eduardo-Salinas-ES Жыл бұрын

    That was a great explanation that I needed to help me better understand the .NET version naming.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Great!

  • @Vijay-ln4xx
    @Vijay-ln4xx Жыл бұрын

    Very clear and informative. Thanks Tim.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @jeffsherman9638
    @jeffsherman96383 ай бұрын

    Excellent video Tim! Thanks!

  • @IAmTimCorey

    @IAmTimCorey

    3 ай бұрын

    You are welcome.

  • @anikdas7434
    @anikdas7434 Жыл бұрын

    awesome content, I am binge watching all of your videos

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Glad you like them!

  • @rikudouensof
    @rikudouensof Жыл бұрын

    I used to underestimate all the theory. Now I don't, it helps in lots of detailed code optimisation. Thanks a lot Tim

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @OriginalAfrica
    @OriginalAfrica Жыл бұрын

    Thanks for creating this video. It helps clarify this so much.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @omojolajoshua
    @omojolajoshua Жыл бұрын

    Awesome breakdown. Thank you Tim.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @DaryGL
    @DaryGL6 ай бұрын

    You relieved me from an existential crisis around the .NET naming insanity lol Thanks!

  • @IAmTimCorey

    @IAmTimCorey

    6 ай бұрын

    I am glad it was helpful.

  • @mgwaiyankyaw427
    @mgwaiyankyaw427 Жыл бұрын

    You are the best .NET Master I've ever found on KZread Sir! 😎

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Thank you.

  • @dhruvgoyal7163
    @dhruvgoyal7163 Жыл бұрын

    This was a very informative video. Thank you for sharing.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @nickbarton3191
    @nickbarton31918 ай бұрын

    Great this video answers a question I posted on your now 4 years old video. Just been looking at Avalonia, looks very capable.

  • @IAmTimCorey

    @IAmTimCorey

    8 ай бұрын

    I am glad it was helpful.

  • @birukabel3590
    @birukabel3590 Жыл бұрын

    Another excellent Tutorial from Tim Thank you

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @Robert723
    @Robert723 Жыл бұрын

    Very cool video! A lot of confusion clarified! Thanks!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Glad it was helpful!

  • @ppgg997
    @ppgg997 Жыл бұрын

    Made me watch the full video even i'm not really interested in .NET. Great job!✅✅

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Glad you liked it!

  • @nitinsonionline
    @nitinsonionline8 ай бұрын

    Awesome video, cleared my all doubts on .net framework

  • @IAmTimCorey

    @IAmTimCorey

    8 ай бұрын

    Excellent!

  • @RationaleThinker
    @RationaleThinker Жыл бұрын

    The world is better place because of people like Tim ❤who give lot of knowledge free of cost

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Thank you!

  • @shofyansky

    @shofyansky

    Жыл бұрын

    Agree. Read the doc make you lost and tim is the saviour

  • @AdrianJDeNiz
    @AdrianJDeNiz5 ай бұрын

    This was a very helpful video thank you so much.

  • @IAmTimCorey

    @IAmTimCorey

    5 ай бұрын

    You are so welcome!

  • @sathishkumarpatrick7613
    @sathishkumarpatrick76133 ай бұрын

    Thank you so much for explaining it clearly.

  • @IAmTimCorey

    @IAmTimCorey

    3 ай бұрын

    You're very welcome!

  • @rajeshmoravaneni
    @rajeshmoravaneni3 ай бұрын

    Thank you ❤. I learned a lot about .Net from this video.

  • @IAmTimCorey

    @IAmTimCorey

    3 ай бұрын

    You are welcome.

  • @samuelh.2118
    @samuelh.2118 Жыл бұрын

    As always, great video! Thanks!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @jimbob4217
    @jimbob42176 ай бұрын

    Thanks so much, incredibly helpful.

  • @IAmTimCorey

    @IAmTimCorey

    6 ай бұрын

    You are welcome.

  • @simonmensah3409
    @simonmensah34097 ай бұрын

    Very well explained. Now my confusion is over 🎉

  • @IAmTimCorey

    @IAmTimCorey

    7 ай бұрын

    I am glad it was helpful.

  • @simonmensah3409

    @simonmensah3409

    7 ай бұрын

    @@IAmTimCorey I have a question and I would be glad if you can give me some insight on it - data structures and algorithms. My university major is Business Information Technology where we take programming and software development courses. We do not take dsa as Computer science/engineering students do. But I've noticed dsa is highly featured in software engineering. I want to go into web development and mobile app development (with flutter), do I need to learn dsa and how how I apply it?

  • @christiansandoval7465
    @christiansandoval7465 Жыл бұрын

    Great video! Thanks for sharing!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @CRBarchager
    @CRBarchager Жыл бұрын

    I wasn't aware of the whole upgrade path from .NET Framework Class library to .NET Core Class Library. You learn something new everyday. Got a couple of projects that needs upgrading now...

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I'm glad it was helpful.

  • @keylanoslokj1806

    @keylanoslokj1806

    Жыл бұрын

    How will you upgrade them

  • @osmancanernurdag
    @osmancanernurdag8 ай бұрын

    It is very informative. Thanks to your teaching skills :)

  • @IAmTimCorey

    @IAmTimCorey

    8 ай бұрын

    You are welcome.

  • @janpieters9840
    @janpieters9840 Жыл бұрын

    Very clear explanation of this. Thnks.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @naturelovetimelapse6286
    @naturelovetimelapse628610 ай бұрын

    Thank you so much such a great information

  • @IAmTimCorey

    @IAmTimCorey

    10 ай бұрын

    You are welcome.

  • @mihaelgolob8739
    @mihaelgolob8739 Жыл бұрын

    .Net versions always confused me. Thank you for making this video :)

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You're welcome.

  • @erranbahadurbk
    @erranbahadurbk3 ай бұрын

    Wow!! Thank you so much now I understand everything

  • @IAmTimCorey

    @IAmTimCorey

    3 ай бұрын

    You are welcome.

  • @aquaeyed82
    @aquaeyed82 Жыл бұрын

    Thanks a lot for this lesson ☺️

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @EliasLoveL
    @EliasLoveL Жыл бұрын

    Hi Dear Master Tim Corey .Could you please make a compilation video about all syntax changes and improvemeni in c#7_8_9_10_11 and soon 12 , also which new features are very useful and which are not still adopted by the industry and maybe not good for web development or desktop .

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Every time a new version of .NET and C# gets released, I cover the changes in it. For example, here is .NET 7 (which mixes in C# 11): www.youtube.com/@IAmTimCorey/search?query=.net%207

  • @alltrue857
    @alltrue8579 ай бұрын

    Thanks Tim!

  • @IAmTimCorey

    @IAmTimCorey

    9 ай бұрын

    You are welcome.

  • @timz4183
    @timz4183 Жыл бұрын

    THANK YOU VERY MUCH for thie great video!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @DerdickeSalto
    @DerdickeSalto11 ай бұрын

    I am a .NET dev since 1 year (after 7 years PHP). I meanly make libs and RESTful Backends. After your video I feel less ignorant then before ❤️❤️❤️

  • @IAmTimCorey

    @IAmTimCorey

    11 ай бұрын

    Awesome! I am glad it was helpful.

  • @bluelemonify
    @bluelemonify Жыл бұрын

    Hi Tim, love your video, could you make some about localization on c# and wpf including data annotation? There isn't much about it online.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Thanks for the suggestion. Please add it to the list on the suggestion site so others can vote on it as well: suggestions.iamtimcorey.com/

  • @HappyPistons
    @HappyPistons5 ай бұрын

    Wow! I've been in IT operations for over a decade and never really needed to know about .NET, so I've been ignorant to it's existence. For a new IT role, i needed to know more about what .NET was about, so that i can replace EOL versions, but it all seemed quite convoluted. All i can say that this has been the most comprehensive tutorial that i stumbled across. Tim, the way that you explained the history, the variations and the versions was astonishing, and you made it very easy to understand. Thank you for taking the time time to upload this, i will be sharing this with my IT team. Count me as a subscriber. One quick question though. If .NET 5 is being used and is now EOL and I want to upgrade to .NET 8, can i just jump straight to .NET 8? Or would i need to installed .NET 6, 7 and then 8?

  • @IAmTimCorey

    @IAmTimCorey

    5 ай бұрын

    I'm glad it was so helpful. And yes, you can jump right to .NET 8. I would recommend that you make sure your app is in source control, then just trying out the upgrade (change the 5 to an 8 in the csproj file). Re-compile the app and see what breaks (if anything). It might be the easiest upgrade you ever do. There may be some breaking changes, but that will mostly be on the dependencies you took rather than on your C# code.

  • @TheReduxGB
    @TheReduxGB Жыл бұрын

    Hiya Tim, looking into getting into learning C# and eventually onto blazor. Was looking at your masterclass course and also noticed a dedicated course just for blazor server as well as some other courses featuring it. Does the masterclass cover what the specialised topics cover or do the specialised topics go into more detail and should be partnered alongside the masterclass? Many thanks in advance.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Good question. The Mastercourse gives you a good foundation in the C# topics you need to know. It isn't going to be the "everything you ever need to know" (I know you know this, just making sure to set expectations). So, it focuses primarily on C# itself and making sure you know the language really well. It has a whole section (actually a couple) on databases and how to work with them with C#. It also has a whole set of sections on working with user interfaces (Blazor included). In all of these, you get a really good foundation in how to work with the topic. Say the 80% that requires 20% of the effort. However, there is LOTS more depth to go into. That's where the specialization courses come into play. For example, the Blazor Server section is about 2 hours in the C# Mastercourse. The Blazor Server From Start to Finish course is over 16 hours.

  • @padamnegi7285
    @padamnegi7285 Жыл бұрын

    Thank you 😌

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You’re welcome.

  • @juliele15
    @juliele154 ай бұрын

    How would you advise building the different applications from your C# Mastercourse if your videos are using older versions of the .NET FW/.NET Core? Should I just try to build the apps with the latest .NET instead since those versions mentioned in those videos are no longer available to use?

  • @IAmTimCorey

    @IAmTimCorey

    4 ай бұрын

    Build them in the versions specified, if at all possible. I know the temptation is to build in the latest version, but when you interview for a job, you will find that most companies use older versions of .NET / .NET Framework. Having that experience is important. If the version of .NET Core isn't on your machine, you can still download the SDK from Microsoft: dotnet.microsoft.com/en-us/download/visual-studio-sdks

  • @juliele15

    @juliele15

    4 ай бұрын

    Got it, thank you so much!@@IAmTimCorey

  • @TheFunKing33
    @TheFunKing339 ай бұрын

    Brilliant!

  • @IAmTimCorey

    @IAmTimCorey

    9 ай бұрын

    Thanks!

  • @dvrclk756
    @dvrclk756 Жыл бұрын

    Tim I search but I couldn't find a best way to publish into iis. Dlls used by system gives access denied or access violation.. Net framework no problem but core has. Any suggestion?

  • @plexusdad825
    @plexusdad825 Жыл бұрын

    Thanks for the video Tim! Great content as always. I do have a question. I use dll's from IBM and from a Content Management Vendor-Laserfiche. Those dll's are targeted to .NET 3.5. Is there a way to use those in a .NET 6/7 solution?

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Not easily. There may be some things you can do to work around them, but it will be tricky.

  • @plexusdad825

    @plexusdad825

    Жыл бұрын

    @@IAmTimCorey Thanks for responding Tim. If it's tricky for you, then I've got an uphill battle! Really enjoy the content. Sent a friend the link to your discussion about ChatGPT tonight. Great insight.

  • @todortodorov940
    @todortodorov940 Жыл бұрын

    Where does *orders of magnitude faster* quotes comes from? Is the FCL or the CLR or the JIT compiler that is faster? My experience is that Net6 it is marginally faster than 4.8.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Here is an article that shares benchmarks (with the ability for you to reproduce them yourself): devblogs.microsoft.com/dotnet/performance-improvements-in-net-6/ Note that the top of the article links to previous articles on the previous versions of .NET. That is important because there are less comparisons now to the .NET Framework because of how much has changed. However, even in this article there are some dramatic differences. For example, just constructing a new Random instance in .NET 5 took 1,473.7ns where in .NET 6 it takes 112.9ns (over 12 times faster in just one version update of .NET). Look back at the .NET Core 2.0 benchmark link and you will see things like a simple Concat statement being 30 times faster than on the .NET Framework, serialization being 12 times faster, Enum.Parse being 33% faster with 25 times less allocations, and more. There is lots to dig into, and not everything is benchmarked, but as these articles have gone on, they have done a much better job of highlighting the performance improvements and how to replicate the benchmarks.

  • @user-ni4ld4dd2r
    @user-ni4ld4dd2r Жыл бұрын

    Thank you a lot!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You're welcome!

  • @hira_patkar
    @hira_patkarКүн бұрын

    Thank you 💙

  • @IAmTimCorey

    @IAmTimCorey

    Күн бұрын

    You are welcome.

  • @TheSunspeed
    @TheSunspeed Жыл бұрын

    Thank you 🤘

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are welcome.

  • @pqners
    @pqners Жыл бұрын

    Should I watch this or the from the master course .NET versions (Bonus Course)? Or both?

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    The bonus course has more details, but both will be valuable.

  • @MuhammadEjaz-me4gx
    @MuhammadEjaz-me4gx Жыл бұрын

    hope after this you will start C# 11 syntax with .Net 7...Thanks for your valuable work

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I've already covered a lot of the changes with C# 11 and .NET 7: www.youtube.com/@IAmTimCorey/search?query=.net%207

  • @tahakara2358
    @tahakara2358 Жыл бұрын

    What should be done for the security of c# codes ? Thanks

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I believe this will answer your question: kzread.info/dash/bejne/Zn6tpbVtpJDFo7Q.html

  • @tahakara2358

    @tahakara2358

    Жыл бұрын

    @@IAmTimCorey thank you so much

  • @abdurrafaydanyal
    @abdurrafaydanyal Жыл бұрын

    best!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Thanks!

  • @jonathanmoore2139
    @jonathanmoore2139 Жыл бұрын

    Microsoft is so bad at naming versions that it took this man an hour and a half to explain it.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I disagree. I think the naming was as clear as they could make it. I’ve got a challenge for you: figure out a better naming scheme. Remember that .NET Core is a new product developed in parallel so you can’t just continue the current naming, but it still works with .NET languages so you can’t really change the name. Plus you have to name the bridge product (.NET Standard). You have to do all of that while not confusing people into thinking that .NET Core is totally different while also not confusing them that it is the same.

  • @jonathanmoore2139

    @jonathanmoore2139

    Жыл бұрын

    @@IAmTimCorey My issue is with the numbering. If a noob sees .NET Core 2 and .NET Framework 4.7, it is easy for them to think .NET Framework is cutting edge. It does not matter what the actual names are but it would be nice to see dates as version numbers. Call it .NET Core 2017.08.14 instead of .NET Core 2. This could easily be googled but I feel like they lose people by adding an extra step.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I get that idea, but the problem is that .NET Core 2 was not superior to the .NET Framework. In fact, feature parity didn’t really happen until 3.1. .NET 5 truly moved past the .NET Framework in both number and features.

  • @Scott-nr8go
    @Scott-nr8go2 ай бұрын

    How do C# versions relate to .NET Core and .NET Framework versions?

  • @IAmTimCorey

    @IAmTimCorey

    2 ай бұрын

    There is not a direct correlation, really, but in practice, they put out a new version of C# at the same time as the new version of .NET and sometimes the changes in the C# version only apply to the latest version of .NET (but not always). It is a tricky connection.

  • @teromolander7330
    @teromolander7330Ай бұрын

    Maybe one more reason to still use .NET Framework is if you need to use C# assembly from C++ code on Windows. .NET Core does not have COM Interop support out of the box i.e. you have to write .idl files and compile these manually.

  • @IAmTimCorey

    @IAmTimCorey

    Ай бұрын

    That's a pretty specific one, but yes, that can be an option. I don't love it, because you are relying on old technology all around rather than just doing it the modern way, but I understand.

  • @patrizio.gagliardi
    @patrizio.gagliardi Жыл бұрын

    Well, there is a little problem with Core or Standard: they are built with the scalability on mind. Fantastic, one could say, but in many business applications there is the necessity of managing the session.onend event. The only way to have this managed is still sticking to the .NET Framewor.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    That's a pretty messy way to approach web development, though. The reason why OnEnd isn't available in .NET Core is because it operates asynchronously. The web, by its nature, is stateless and asynchronous. Trying to force it to be both stateful and synchronous isn't a great option. The better option is to figure out how to work within the system. If you use SignalR, for instance, you can know when the session ends and you can transmit data in real-time.

  • @patrizio.gagliardi

    @patrizio.gagliardi

    Жыл бұрын

    @@IAmTimCorey I am talking about business applications, where for security reasons the session is used not only for security but for logic management. For example, in certain contexts is important to perform several tasks when a session ends for a timeout (temp files cleaning, logging, record unlocking, etc.). I've studied the problem for a long time but I've found no satisfying solution so for these kind of projects I'm sticking to .Net, as several other developers.

  • @mutayyab01
    @mutayyab01 Жыл бұрын

    I have a question Microsoft has ended the support of asp.net?

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Nope.

  • @kirillzlobin7135
    @kirillzlobin71353 ай бұрын

    Bookmark 30:02

  • @tGoldenPhoenix
    @tGoldenPhoenix9 ай бұрын

    27:26

  • @dominicro
    @dominicro Жыл бұрын

    They used to call .net core .net 5 before adding the word core. This was in like 2015 or so

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    The original idea was to continue with a new engine, but they quickly realized they couldn't bring feature parity to .NET Core quickly, which would mean that they would revert and lose a lot of customers who didn't understand.

  • @ohmegatech666
    @ohmegatech666Ай бұрын

    Thanks for clarifying this terrible version naming scheme

  • @IAmTimCorey

    @IAmTimCorey

    Ай бұрын

    You are welcome.

  • @_miranHorvat
    @_miranHorvat Жыл бұрын

    Oh boy, time passes.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Yep.

  • @techsamurai11
    @techsamurai11 Жыл бұрын

    Wait, @53:00, .NET Core 3.1 can only build desktop apps for Windows, not for Linux or Mac? That is funny. I wish I was at the development table at Microsoft as we explained that. It's a shame Bill isn't there to say "Let me get this straight. We're going to ditch everything start from scratch, force everyone to upgrade, require updates every 2 years just so websites work on Linux and we call references Nuget packages?"

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Yes, WinForms and WPF can only work on Windows (the clue is in the name - they are tied to the Windows dlls). There is still a major benefit to being on .NET Core, though. That benefit is the speed improvements. .NET Core is orders of magnitude faster than the .NET Framework. That's also why it isn't really fair to say that .NET Core is only about the web being cross-platform. It is about it being standards-compliant, faster, more modular, easier to maintain, easier for developers to work with and upgrade, unified (all versions of .NET are now the same as opposed to Mono, Xamarin, UWP, etc.), and lots more.

  • @techsamurai11

    @techsamurai11

    Жыл бұрын

    @@IAmTimCorey I haven't seen any benchmark comparisons but I have seen some claims. Has anyone really done an objective comparison and benchmarks to compare .NET Framework vs .NET Core especially for web development? I might actually just run a page out of curiosity.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Microsoft does them with every release, to be sure they are improving performance, not regressing. While it may not feel "objective" at first, they usually provide the tools to test them yourself. For example, here is an article on the performance of ASP.NET Core 6: devblogs.microsoft.com/dotnet/performance-improvements-in-aspnet-core-6/

  • @bobweiram6321
    @bobweiram632111 ай бұрын

    Microsoft really bungled this one. To most people, core means stock, minimum, or basic functionality, leading any reasonable person to conclude it's a stripped down version of the .NET Framework. It didn't help when many of its libraries such as WCF and Forms were either dropped or abridged.

  • @IAmTimCorey

    @IAmTimCorey

    11 ай бұрын

    But that's exactly what they did. The .NET Framework philosophy was to throw everything into the framework. With .NET Core, they cut it back to just the essentials. All the rest is brought in via NuGet packages so that you get just what you need rather than a large package that you only use a few options out of. So yes, it is stripped down. It also removed a bunch of the bloat that comes from continual patches and upgrades. As for dropping WCF and WebForms (WinForms is still fully supported in .NET Core), WCF was proprietary so they gave it up in favor of the industry-standard gRPC and WebForms was not up to web standards either.

  • @bobweiram6321

    @bobweiram6321

    11 ай бұрын

    @@IAmTimCorey Yes, you're correct, but we're talking about how most would interpret "core" vs "framework". For a while, developers thought "core" basic, free and open source, while "framework" meant proprietary and full featured. In a Microsoft video, Fowler lamented about developers getting confused about what "minimal API" means. You really have to religiously follow the .NET ecosystem to keep up with the lingo. I juggle several different ecosystems and Microsoft makes it especially hard. I am watching this video to figure out the whole Long Term Support (LTS) means. At a meeting, I suggested we upgrade to .NET 7 and another dev objected saying .NET 6 is LTS. Now I have to research what the hell this means. It could mean that .NET 7 is in a experimental version where it can be changed at anytime, but .NET 7 is supposed to be an official release, not beta. Moreover, why would they use the term "long term support" and discourage developers from upgrading? Microsoft is totally inept!

  • @IAmTimCorey

    @IAmTimCorey

    11 ай бұрын

    I think you are confusing “it is confusing to me” with “Microsoft is inept”. Minimal APIs mean just that. They are minimalistic. And LTS is an industry-standard term. It means exactly what it says. They have some customers who don’t want to upgrade often. They use LTS. They have others that always want the latest thing. They get the STS too. Both are supported (the last S stands for support). The difference is the length of support. This, again, is a common practice in the industry. You can pretend the STS versions don’t exist and get your updates every two years. Or you can get an update every year and keep up with the latest changes. You get to choose. Would you rather they didn’t offer this choice?

  • @khangle6872
    @khangle6872 Жыл бұрын

    People say .net is concise, meanwhile it took someone with decades of experience 1 and a half hour to explain the versioning

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You are conflating two things together here. This video explains over 20 years of history and how we got to where we are today so you have a better grasp on the naming conventions and reasoning behind them. If you just want to explain the versioning for what we have today (things being updated), we have .NET. Currently, we are on .NET 7, which is the Short-term Supported (STS) version (supported for 15 months). .NET 8 will come out in November and be the Long-term Supported (LTS) version (supported for 3 years). You get a new version of .NET each November and they alternate between STS and LTS. That's simple to explain. You just don't get the history about why we are here, where it came from, why .NET Framework is still around, etc.

  • @techsamurai11
    @techsamurai11 Жыл бұрын

    I just downloaded .NET 6 and 7 and realized it doesn't work with Visual Studio 2019🙂 I have 5.0 but it's not supported. So now I also have to upgrade my visual studio. I hope SQL Server 2026 and Windows 12 are not prerequisites 🤣 So every time a new version comes out, I have to upgrade my visual studio - it's not even a choice, it's a mandate.

  • @techsamurai11
    @techsamurai11 Жыл бұрын

    Watching this I can't help but get the sense that Microsoft's marketing team was desperately trying to push the version of .NET Core past 4.8 to make it superior. It reminds me of Spinal Tap's 11 volume knob.🤣🤣🤣

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Marketing wasn't the reason why they moved past 4.8. That was their desire to get back to just .NET and reduce the confusion.

  • @ahmadbinali4668
    @ahmadbinali4668 Жыл бұрын

    IT TOOK ME AWHILE BEFORE I GET WEEL

  • @zabaizabai2
    @zabaizabai2 Жыл бұрын

    iPhone releases are very predictable

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    Not really. They may be settling down, but the iPhone 8 was released in September, 2017. The iPhone X was released 2 months later. The iPhone 11 was released two years later. That's not exactly a predictable pattern.

  • @zabaizabai2

    @zabaizabai2

    Жыл бұрын

    @@IAmTimCorey they generally release in september, but there were indeed some exceptions. But they always delivered a complete phone and did not cut features like maui.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I'm an iPhone fan, but even I'll admit that's not the case. Releasing a phone two months after releasing a new phone was a big slap in the face. The X had features that the 8 did not, which meant that they released hardware that essentially wasn't complete. As for their software, they are consistently behind the competition in what they release. We hear about features that never make it to production. Finally, they release updates that are buggy. For example, here's an article dedicated to some of the issues of iOS 14 and how to fix them: www.techradar.com/news/ios-14-problems The key, though, is that Apple is a different company than Microsoft, so when Microsoft has to create software that supports iOS, it can be difficult to manage. That can be true whether the software is amazing and predictable or not.

  • @LokiDaFerret
    @LokiDaFerret Жыл бұрын

    Yes time is money. And I just wasted 90 minutes on this video. Could easily have been compressed to 10 minutes. So you owe me 80 minutes. Pay up! 😂🤣

  • @PrePreBin
    @PrePreBin Жыл бұрын

    Thx for this video, but I don't know why you tried so hard to make it so long. so you would stuck in talking same thing over and over again.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I didn't try to make it "so long". I tried to cover all of the points of confusion around the topic. I could have said ".NET, which was .NET Core, is a rewrite of the .NET Framework and .NET Standard is the bridge between the two." and been done in less than 15 seconds. However, I think you would agree that this explanation is missing a bit of context. The things you want cut out of the video are things that someone else wanted in the video. And the things they wanted cut out are things you actually wanted.

  • @iifrat_mitul
    @iifrat_mitul Жыл бұрын

    If you have to make a 1and half hour long video to explain .NET versioning then may be they are doing it wrong.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I disagree. First, I was thorough in my explanation in order to address a wide audience. I could have said “.NET Core is a new product that replaces the .NET Framework” and called it good. Second, I hear lots of people complain about the naming, but I have yet to hear one viable alternative that is clearer.

  • @iifrat_mitul

    @iifrat_mitul

    Жыл бұрын

    ​@@IAmTimCorey wide audience? Do you think a Node.js or Java Developer or any other developer or a common Idiot has time to wait and watch 1 and half hour long video to understand JUST .NET VERSIONING? Look, I'm a full-stack developer (Angular and .NET.) I started learning .NET from.NET5, but when I started my .NET journey in Industry the scenario is quite different and disgusting. Most of the projects are still in older .NET versions and people are not even willing to update them. And If Microsoft wants .NET to be open for every platform they first need to ensure proper IDE and tools support to Linux users otherwise they can keep it to their SH*T OS. I can understand .NET is pretty good now but the backslash it get's because of its earlier disgusting windows-specific development is good enough to keep it unpopular.

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    I think that is a pretty poor take. Yes, the .NET Framework was designed to work on Windows. Windows also owned 80+% of the market share at that time and Windows was how they made their money. It isn't "disgusting" to make a decision based on making money. You do that when you take a job. As for .NET not having a "proper" IDE on Linux, use Rider. It works great on Linux. Microsoft isn't obligated to provide you with exactly what you want. In fact, I think they've gone further than they "should" with free content (I really appreciate it, but I often question the business sense of it). Linux has a TINY market share. Even then, there isn't one Linux desktop, there are multiple. Also, Linux isn't really an operating system. It is a platform that operating systems are built on. That further fragments the market.

  • @davidbaity7399
    @davidbaity7399 Жыл бұрын

    Thanks Tim!

  • @IAmTimCorey

    @IAmTimCorey

    Жыл бұрын

    You're welcome!