Learn N Njoy...
Learn N Njoy...
  • Видео 154
  • Просмотров 166 304
C# 13 (.NET 9) | Simplified Array Access with the ^ Operator for Implicit Indexing | Learn N Njoy...
Want to Learn about C# 13 New Features - Implicit Indexing using ^ Operator? Today I am sharing exactly what C# 13 Implicit Indexing is and how and when to use it in a program.
Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety
In this video, We'll see
- What is Implicit Indexing with the ^ Operator?
- Traditional way to get the last element of Array with an example
- With C# 13, simplify this to the new ^ operator with an example
-Benefits of the ^ Operator for Array Manipulation
-Practical Scenarios for Using the ^ Operator
-Using the ^ Operator in Object Initializers with Example
If you found this video helpful don’t forget to hit the Like button...!
If you wish to join us for future...
Просмотров: 252

Видео

C# 13 (.NET 9) New Feature | Extended params Collections Explained!| Learn N Njoy...C# 13 (.NET 9) New Feature | Extended params Collections Explained!| Learn N Njoy...
C# 13 (.NET 9) New Feature | Extended params Collections Explained!| Learn N Njoy...
Просмотров 22819 дней назад
Want to Learn about C# 13 New Feature - Extended params Collections? Today I am sharing exactly what C# 13 Extended params Collections are and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - What’s the params Keyword in C#? - Param Collections in Arrays only [ Older Version of C# ] - What's New with params in C# 13...
C# 13 (.NET 9 ) | Master the New Escape Sequence - Say Goodbye to \u001b and \x1b | Learn N Njoy...C# 13 (.NET 9 ) | Master the New Escape Sequence - Say Goodbye to \u001b and \x1b | Learn N Njoy...
C# 13 (.NET 9 ) | Master the New Escape Sequence - Say Goodbye to \u001b and \x1b | Learn N Njoy...
Просмотров 51827 дней назад
Want to Learn about C# 13 New Escape Sequence? Today I am sharing exactly what C# New Escape Sequences are and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - What is Escape Sequence? - Old Methods for Escape Sequences with Example - Problem with Old Methods of Escape Sequences - C# 13 New Escape Sequence with Exam...
C# 13 (.NET 9) | Exploring New Lock Object for Better Thread Synchronization | Learn N Njoy...C# 13 (.NET 9) | Exploring New Lock Object for Better Thread Synchronization | Learn N Njoy...
C# 13 (.NET 9) | Exploring New Lock Object for Better Thread Synchronization | Learn N Njoy...
Просмотров 335Месяц назад
Want to Learn about C# 13 New Lock Object for Better Thread Synchronization? Today I am sharing exactly what C# 13 New Lock Object is and how and when to use it in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - Why New Lock Object is important? - The Problem with Traditional Locking - The Solution: The New Lock Object in C# 13 - 4 ways to us...
Mastering Asynchronous Patterns in C# | APM, EAP, and TAP Simplified | Learn N Njoy...Mastering Asynchronous Patterns in C# | APM, EAP, and TAP Simplified | Learn N Njoy...
Mastering Asynchronous Patterns in C# | APM, EAP, and TAP Simplified | Learn N Njoy...
Просмотров 256Месяц назад
Want to Master Asynchronous Patterns in C#? Today I am sharing exactly what C# Asynchronous Patterns are and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - What Asynchronous Patterns in C# are - APM (Asynchronous Programming Model) in C# with example - EAP (Event-based Asynchronous Pattern) in C# with example - TA...
Mastering Parallel Programming In C# (Part-7.3) | Lock-Free Updates with SpinWait & InterlockedMastering Parallel Programming In C# (Part-7.3) | Lock-Free Updates with SpinWait & Interlocked
Mastering Parallel Programming In C# (Part-7.3) | Lock-Free Updates with SpinWait & Interlocked
Просмотров 335Месяц назад
Want to Learn how to safely update a shared variable in a multi-threaded environment using lock-free techniques? Today, Exactly I am talking about this. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - Lock-Free Updates with SpinWait & Interlocked.CompareExchange in C# with example If you found this video helpful don’t forget to hit the Like button...! I...
Mastering Parallel Programming In C# (Part-7.2) | SpinWait for High-Performance Thread SyncMastering Parallel Programming In C# (Part-7.2) | SpinWait for High-Performance Thread Sync
Mastering Parallel Programming In C# (Part-7.2) | SpinWait for High-Performance Thread Sync
Просмотров 299Месяц назад
Want to Learn about C# SpinWait for High-Performance Thread Synchronization? Today I am sharing exactly what C# SpinWait is and how and when to use it in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - SpinWait in C# with example - Why do we need SpinWait? - How to use SpinWait in C# Program ? - Simple SpinWait (Using SpinUntil) -Flexible Spi...
Mastering Parallel Programming In C# (Part-7.1) | Unlocking SpinLock for Efficient SynchronizationMastering Parallel Programming In C# (Part-7.1) | Unlocking SpinLock for Efficient Synchronization
Mastering Parallel Programming In C# (Part-7.1) | Unlocking SpinLock for Efficient Synchronization
Просмотров 2332 месяца назад
Want to Learn about C# SpinLock for Efficient Synchronization? Today I am sharing exactly what C# SpinLock is and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - SpinLock in C# with example - Key Characteristics of SpinLock - when to use SpinLock - How To use the SpinLock Spinning Primitives If you found this video...
Mastering Parallel Programming in C# (Part-7) | Spinning Primitives Explained - Pros & ConsMastering Parallel Programming in C# (Part-7) | Spinning Primitives Explained - Pros & Cons
Mastering Parallel Programming in C# (Part-7) | Spinning Primitives Explained - Pros & Cons
Просмотров 3092 месяца назад
Want to Learn about C# spinning primitives & their pros and cons? Today I am sharing exactly what C# spinning primitives are and how they fit into the world of parallel programming. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - Spinning Primitives in C# - Why Are Spinning Primitives Needed? - Pros i.e. Advantages of Spinning Primitives - Cons i.e. Dis...
Celebrating 1K Subscribers | Thank You to My Amazing Viewers & YouTube Journey | Learn N Njoy...Celebrating 1K Subscribers | Thank You to My Amazing Viewers & YouTube Journey | Learn N Njoy...
Celebrating 1K Subscribers | Thank You to My Amazing Viewers & YouTube Journey | Learn N Njoy...
Просмотров 1 тыс.2 месяца назад
🎉 Celebrating 1K Subscribers! 🎉 Hello Everyone, I'm thrilled to share that our channel "Learn N Njoy..." has reached an incredible milestone - 1,000 subscribers! This achievement wouldn't have been possible without your amazing support.. In this video, I reflect on the journey so far, share the lessons I’ve learned, and express my deepest gratitude to everyone who has been a part of this advent...
Mastering Parallel Programming in C# (Part 6.7) | Deep Dive into EnumerablePartitionerOptions EnumMastering Parallel Programming in C# (Part 6.7) | Deep Dive into EnumerablePartitionerOptions Enum
Mastering Parallel Programming in C# (Part 6.7) | Deep Dive into EnumerablePartitionerOptions Enum
Просмотров 3432 месяца назад
Want to Learn about C# EnumerablePartitionerOptions Enum? Today I am sharing exactly what C# EnumerablePartitionerOptions Enum is and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - EnumerablePartitionerOptions Enum in C# with example - Difference between None and NoBuffering option If you found this video helpful ...
Happy Independence Day - India | Celebrating India's Independence Day | Learn N Njoy... #shortsHappy Independence Day - India | Celebrating India's Independence Day | Learn N Njoy... #shorts
Happy Independence Day - India | Celebrating India's Independence Day | Learn N Njoy... #shorts
Просмотров 393 месяца назад
Wishing you all a very Happy Indian Independence Day! Just as our country fought and gained its freedom, let's commit to freeing ourselves from worries, laziness, and procrastination. This Independence Day, let’s pledge to become the best versions of ourselves. As we celebrate the freedom our nation has achieved, let’s also strive to equip ourselves with humanity, kindness, and the right mindse...
Mastering Parallel Programming In C# (Part-6.6)| How to Use BlockingCollection? | Learn N Njoy...Mastering Parallel Programming In C# (Part-6.6)| How to Use BlockingCollection? | Learn N Njoy...
Mastering Parallel Programming In C# (Part-6.6)| How to Use BlockingCollection? | Learn N Njoy...
Просмотров 5783 месяца назад
Want to Learn How to Use BlockingCollection? Today I am sharing exactly what C# BlockingCollection is and how and when to use it in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - BlockingCollection in C# with example - How to Use BlockingCollection? - Producer Consumer Pattern in C# If you found this video helpful don’t forget to hit the Lik...
Mastering Parallel Programming In C# (Part-6.5) | Partitioner vs. OrderablePartitioner In C#Mastering Parallel Programming In C# (Part-6.5) | Partitioner vs. OrderablePartitioner In C#
Mastering Parallel Programming In C# (Part-6.5) | Partitioner vs. OrderablePartitioner In C#
Просмотров 5133 месяца назад
Want to explore two approaches to handling a list of tasks: one using Partitioner and the other using OrderablePartitioner? Today I am sharing exactly what C# Partitioner, and OrderablePartitioner are and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - Partitioner vs. OrderablePartitioner In C# with example - Diffe...
Mastering Parallel Programming in C#(Part-6.4)|Is ConcurrentDictionary Better Than Dictionary in C#?Mastering Parallel Programming in C#(Part-6.4)|Is ConcurrentDictionary Better Than Dictionary in C#?
Mastering Parallel Programming in C#(Part-6.4)|Is ConcurrentDictionary Better Than Dictionary in C#?
Просмотров 6273 месяца назад
Want to know - Is ConcurrentDictionary Better Than Dictionary in C#? I am sharing exactly what C# Dictionary and ConcurrentDictionary are and how and when to use them in a program. Kindly subscribe to my channel Learn N Njoy...: bit.ly/3GPQety In this video, We'll see - C# Dictionary and ConcurrentDictionary with example - Comparison between Dictionary and ConcurrentDictionary - Answer to this ...

Комментарии

  • @dattatreyakulkarni541
    @dattatreyakulkarni541 19 дней назад

    I understood Delage , well Explained

    • @learnnnjoy...
      @learnnnjoy... 19 дней назад

      Thank you so much! I'm glad the explanation helped you understand Delegates better. Be sure to check out the other videos on the channel for more C# insights, and feel free to share them with your friends and colleagues. Happy coding!

  • @vigneshm7930
    @vigneshm7930 23 дня назад

    better you dont do a video

    • @learnnnjoy...
      @learnnnjoy... 22 дня назад

      Thanks for your feedback! I’m always looking to improve. Could you let me know what specifically you didn’t like? It’ll help me create better content in the future.

  • @WajahatJamil-g1m
    @WajahatJamil-g1m Месяц назад

    Keep it up. you made understanding Thread easy for beginners.

    • @learnnnjoy...
      @learnnnjoy... Месяц назад

      Thank you so much for your feedback! I'm glad to hear that the video made understanding threads easier for beginners. Your support means a lot! Feel free to share the video with others who might benefit, and check out the other videos on my channel for more helpful content. Thanks again for watching!

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

    Awesome videos but please next time make short intros & outros.

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

    Guys, do comment here if you have any queries/Questions related to this video. I'd be happy to resolve your queries. If you liked this video, Like share & subscribe if you haven't done already.

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

    Great content

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

      Thank you! I'm so glad the video was helpful to you!

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

    Me also 😂😢❤1k

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

      @@Happiness_spread_ Hearty Congratulations 🎉

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

    The constructor can be automatically called when the object has been created. So it should first print "This is Default base class constructor" right. The execution not from the main method when the constructor can be created isn't??? Plss clarify

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

      First of all, thank you, @foodfalifewithms3901, for watching the video and asking your question! Regarding your question, you mentioned that a constructor is automatically called when an object is created. An object is created when we instantiate a class using the new operator. In our example, the object is initialized in the Main method, so the execution starts from there. Constructors aren’t automatically called unless explicitly defined or invoked. Hope this helps!

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

    Thank you! Really usefull course.

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

      Thank you for the kind words! I'm glad you found the course useful. Be sure to check out our other videos on the channel, and feel free to share them with friends and colleagues who might also benefit from them. Happy learning!

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

    Should we use Task.Wait, as you said it blocks the main thread which contradicts its async nature? As I understand we should use await task instead

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

      You're right that Task.Wait blocks the main thread, which contradicts the async nature. However, in a console application, if you don't use Task.Wait or await Task, the application might finish before the async operation completes. So, depending on your scenario, you should choose the approach that ensures your async tasks finish before the application exits.

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

    if machine has 1 single-core, it of course results in performance degradation, but you still will be able to run same multi-threaded code .

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

      Yes, you can still run multi-threaded code on a single-core machine, but all threads will share the same core, leading to slower performance due to context switching. Multi-core processors handle multiple threads more efficiently by running them simultaneously.

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

    Fantastic!

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

      Thank you so much! Glad you enjoyed it-feel free to check out more videos on my channel, and share with anyone who might find it helpful!

  • @vijayarajan-bt5fk
    @vijayarajan-bt5fk 3 месяца назад

    Nice 👍 rare clear explanation thanks.

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

      Thank you, Vijayarajan, for your kind words! I'm glad you found the explanation clear. I have more valuable content on my channel that you might find helpful, so feel free to explore. If you think others could benefit, I'd really appreciate it if you could share the video and channel link with your friends and colleagues. Thanks!

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

    Thanks for providing this type of detailed information

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

      Thank you for your kind words! I'm glad you found the explanation helpful. Please check out my other videos and feel free to share this one with your friends and colleagues who might benefit from it.

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

    For reference type variable,== is used to compare by reference and equal() is used to compare by value. You are explaining wrong concept

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

      Thank you, Shubham, for your feedback. I appreciate your perspective. In the video, I explained that for value type variables, both the == operator and .Equals() method compare the values. For reference type variables, == by default compares object references, but .Equals() can be overridden to compare values, such as with strings. If you have further insights or examples, I'd love to hear them. Please also check out my other videos and share with those who might find them helpful.

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

    Guys, do comment here if you have any queries/Questions. I'd be happy to resolve your queries. If you liked this video, Like share & subscribe if you haven't done already.

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

    Nice explanation sir

  • @Калинкапредставляет
    @Калинкапредставляет 4 месяца назад

    Hi. Thank you for these education videos, you are such a good teacher!!! I wish you more than 100k subscribers ❤❤❤❤

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

      Thank you so much for your kind words and support! Your encouragement means a lot to me.

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

    blow my mind, I must say thank you, I wish you grow bigger! I am became your huge fan!! keep going..

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

      Thank you, Narayan, for your amazing support! I'm grateful for fans like you and Your encouragement means the world to me.

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

      @@learnnnjoy... nothing but gratitude words after consuming your great content, you are great sir!!

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

      Thank you, Narayan! You may find more interesting videos on my channel, so watch them, learn, and njoy... You can also share them with your friends and colleagues, and if you think this channel could help someone understand the concept of C# programming, feel free to refer it to them as well. Keep Learning....

  • @ash.jan0
    @ash.jan0 6 месяцев назад

    Seriously I can see your hardwork behind these videos. Thanks for creating.

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

      Thank you, Akash, so much for recognizing the effort! I'm glad you learned something new from video.

  • @shivamspython6978
    @shivamspython6978 7 месяцев назад

    Very well made video, now composition and aggregation makes a lot more sense!

    • @learnnnjoy...
      @learnnnjoy... 7 месяцев назад

      Thank you, Shivam! I'm really glad you found the video helpful. If you enjoyed this one, I think you'll find even more value in the other videos on my channel. They cover a range of topics similar to this one, so I'm sure you'll find something that interests you. Thanks for watching, and I hope to see you in the next one! Keep Learning...

  • @berkanbilgin2287
    @berkanbilgin2287 7 месяцев назад

    Why your output results look different?

    • @learnnnjoy...
      @learnnnjoy... 7 месяцев назад

      First of all, Thank you, @berkanbilgin2287, for watching my video and engaging with the content. I'm glad you found it interesting! Now, regarding the question you asked about the output results looking different, it's an excellent observation. The difference in the final results can be attributed to the intricacies of floating-point arithmetic. This type of arithmetic can be influenced by various factors like rounding errors and the order of operations, which can result in slight variations in the output, even when using seemingly similar approaches. I hope this explanation clarifies any confusion, and I'm always here to answer any further questions you might have. Thanks again for being a part of this learning journey!

    • @berkanbilgin2287
      @berkanbilgin2287 7 месяцев назад

      @@learnnnjoy... great to know. Thanks for your reply and video

  • @-O-karthickP
    @-O-karthickP 7 месяцев назад

    Hi... Which Action method you used to run this.

  • @jae-sp3he
    @jae-sp3he 8 месяцев назад

    very usefull better than any paid udemy course

    • @learnnnjoy...
      @learnnnjoy... 8 месяцев назад

      Your feedback made my day! It's incredibly rewarding to know that my video provided value beyond what a paid course could offer.Thank you so much for your kind words! I'm thrilled to hear that you found the content useful. Thank you, Jae!

  • @zelalemkassie-sd2eu
    @zelalemkassie-sd2eu 9 месяцев назад

    Good

  • @sujitbehera1496
    @sujitbehera1496 10 месяцев назад

    Nice...

  • @avaygc5646
    @avaygc5646 10 месяцев назад

    About task too

    • @learnnnjoy...
      @learnnnjoy... 10 месяцев назад

      Yes, It will be covered in this Mastering Parallel programming Series. Until then Learn N Njoy with my other videos.

  • @avaygc5646
    @avaygc5646 10 месяцев назад

    can u make the video realted to reflection and attribute

    • @learnnnjoy...
      @learnnnjoy... 10 месяцев назад

      Hi Avay Gc, I've already created a video on this topic. Here's the link: ruclips.net/video/g9alENnDYVg/видео.htmlsi=NmypdTEZykYOfCg3

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

      Please make a project

  • @expertreviews1112
    @expertreviews1112 11 месяцев назад

    Would’ve been great if you shared an example involving more than 2 threads

    • @learnnnjoy...
      @learnnnjoy... 11 месяцев назад

      Thank you for your feedback! I intentionally focused on two threads to simplify the explanation, allowing viewers to grasp the concept easily. This way, you're empowered to expand and tailor the implementation to suit your specific needs. Feel free to explore and customize it further! Happy learning...

  • @expertreviews1112
    @expertreviews1112 11 месяцев назад

    Absolutely fantastic video!! Pure gold ❤

    • @learnnnjoy...
      @learnnnjoy... 11 месяцев назад

      That's awesome to hear! Thank you so much for the kind words and support.

  • @mocococo2877
    @mocococo2877 Год назад

    Your video blink multiple times with some split second alert. Are trying some subliminal hypnosis here ??????

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

      Thank you for your feedback. The blinking is unintentional and likely due to a technical glitch or editing issue; we'll ensure upcoming videos don't have these problems.

  • @slebstwave
    @slebstwave Год назад

    Sound is a bit chopped off so it's sometimes hard to understand. Otherwise thanks for the good content!

    • @learnnnjoy...
      @learnnnjoy... Год назад

      Thanks for the feedback! I'll work on improving the sound quality to make it clearer for you. Glad you're enjoying the content though!

  • @_Old3n
    @_Old3n Год назад

    Very Good Video Ty man

  • @colinwoodall4642
    @colinwoodall4642 Год назад

    This connected the dots for me, thank you!!

  • @learnnnjoy...
    @learnnnjoy... Год назад

    Guys, do comment here if you have any queries/Questions. I'd be happy to resolve your queries. If you liked this video, Like share & subscribe if you haven't done already.