- 171
- 537 188
Code with RSV
India
เข้าร่วมเมื่อ 10 เม.ย. 2020
Welcome to Code with RSV! I am here to share my knowledge in C# programming and software development, in general, to help students and graduates learn programming skills.
As many of you might already know there are tons of programming tutorials on youtube, but most of them are from native English-speaking countries which kind of creates a barrier if you are not that proficient in English. So, I will be putting my content almost entirely in Hindi. Although you would still need to know some English as we will still be using softwares that have their layout objects in the English language but as far as the explanation goes it will be in your everyday language.
Interested in more? Hit that SUBSCRIBE button and I'll see you in the comments!
- ABOUT -
RSV: A software developer with a little bit of experience in software development and interviews(both as an interviewee and interviewer).
As many of you might already know there are tons of programming tutorials on youtube, but most of them are from native English-speaking countries which kind of creates a barrier if you are not that proficient in English. So, I will be putting my content almost entirely in Hindi. Although you would still need to know some English as we will still be using softwares that have their layout objects in the English language but as far as the explanation goes it will be in your everyday language.
Interested in more? Hit that SUBSCRIBE button and I'll see you in the comments!
- ABOUT -
RSV: A software developer with a little bit of experience in software development and interviews(both as an interviewee and interviewer).
LeetCode 3 - Longest Substring Without Repeating Characters Explanation in Hindi (हिंदी) | String C#
Contents:
0:03 - Read the problem
1:11 - Approach explanation
1:53 - Code Solution
#coding #interview #csharp #dotnet
---------------------------------------------------------------------------------------------
My setup:
Mic: amzn.to/44HGe1H
Laptop: amzn.to/3pclzTe
Keyboard: amzn.to/3B3e3Nn
Mouse: amzn.to/3VLKB82
0:03 - Read the problem
1:11 - Approach explanation
1:53 - Code Solution
#coding #interview #csharp #dotnet
---------------------------------------------------------------------------------------------
My setup:
Mic: amzn.to/44HGe1H
Laptop: amzn.to/3pclzTe
Keyboard: amzn.to/3B3e3Nn
Mouse: amzn.to/3VLKB82
มุมมอง: 31
วีดีโอ
LeetCode 79 - Word Search Explanation in Hindi (हिंदी) | Array | Matrix | DFS |Backtracking | C#
มุมมอง 3521 ชั่วโมงที่ผ่านมา
Contents: 0:03 - Read the problem 1:11 - DFS Approach explanation 1:53 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 48 - Rotate Image Explanation in Hindi (हिंदी) | Array | Matrix | C# code solution
มุมมอง 5814 วันที่ผ่านมา
Contents: 0:03 - Read the problem 1:15 - Approach explanation O(n2) 3:09 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 54 - Spiral Matrix Explanation in Hindi (हिंदी) | Array | Matrix | C# code solution
มุมมอง 58หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:17 - Approach explanation 2:09 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 73 - Set Matrix Zeroes Explanation in Hindi (हिंदी) | Array | Matrix | C# code solution
มุมมอง 60หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:34 - Approach 1 explanation O(m n) space 3:03 - Approach 2 explanation O(1) space 4:57 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 23 - Merge K Sorted Lists Explanation in Hindi (हिंदी) | Linked List | Heap | C# code
มุมมอง 133หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:03 - Brute Force approach 2:03 - Approach explanation O(nlogn) using Heap/Priority Queue 2:55 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode143 - Reorder List Explanation in Hindi (हिंदी) | Linked List | Two pointers | C# code
มุมมอง 812 หลายเดือนก่อน
Middle of the linked list: th-cam.com/video/ECKH4eYhplk/w-d-xo.html Reverse Linked List: th-cam.com/video/i1viUmV2hjg/w-d-xo.html Contents: 0:03 - Read the problem 1:42 - One pass approach explanation O(n) 2:46 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 876 - Middle of the Linked List Explanation in Hindi (हिंदी) | Linked List | C# code
มุมมอง 522 หลายเดือนก่อน
Contents: 0:03 - Read the problem 0:42 - Two pass approach explanation O(n) time complexity 1:23 - One pass approach explanation O(n) Two pointers 1:50 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 19 - Remove Nth Node From End of List Explanation in Hindi (हिंदी) | Linked List | C# code
มุมมอง 772 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:05 - Two pass approach explanation O(n) time complexity 1:29 - One pass approach explanation O(n*m) Two pointer 2:58 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 91 - Decode Ways Explanation in Hindi (हिंदी) | Dynamic Programming | String | Array | C#
มุมมอง 953 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:31 - Approach explanation O(n) time complexity 3:48 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 62 - Unique Paths Explanation in Hindi (हिंदी) | Dynamic Programming | 2D Array | C#
มุมมอง 633 หลายเดือนก่อน
Contents: 0:03 - Read the problem 0:49 - Approach explanation O(n*m) time complexity 2:29 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 55 - Jump Game Explanation in Hindi (हिंदी) | Dynamic Programming | Array| Code in C#
มุมมอง 1963 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:35 - Approach explanation O(n) time complexity 3:50 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 213 - House Robber II Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
มุมมอง 653 หลายเดือนก่อน
Contents: 0:03 - Read the problem 2:16 - Approach explanation O(n) time complexity 3:35 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 198 - House Robber Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
มุมมอง 903 หลายเดือนก่อน
Contents: 0:03 - Read the problem 2:36 - Brute force approach explanation O(2^n) time complexity 4:15 - Optimization with Dynamic programming O(n) time complexity 5:29 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 39 - Combination Sum Explanation in Hindi (हिंदी) | Back Tracking | Code in C#
มุมมอง 753 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:28 - Approach explanation 4:06 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 139 - Word Break Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
มุมมอง 1103 หลายเดือนก่อน
Leetcode 139 - Word Break Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
Leetcode 1143 - Longest Common Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming | C#
มุมมอง 873 หลายเดือนก่อน
Leetcode 1143 - Longest Common Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming | C#
Leetcode 300 - Longest Increasing Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming
มุมมอง 694 หลายเดือนก่อน
Leetcode 300 - Longest Increasing Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming
Leetcode 322 - Coin Change Explanation in Hindi (हिंदी) | Code in C# | Dynamic Programming | Arrays
มุมมอง 924 หลายเดือนก่อน
Leetcode 322 - Coin Change Explanation in Hindi (हिंदी) | Code in C# | Dynamic Programming | Arrays
Leetcode 371 - Sum of Two Integers Explanation in Hindi (हिंदी) | Code in C# | Bit Manipulation
มุมมอง 1114 หลายเดือนก่อน
Leetcode 371 - Sum of Two Integers Explanation in Hindi (हिंदी) | Code in C# | Bit Manipulation
Leetcode 11 - Container with Most Water Explanation in Hindi (हिंदी) | Code in C# | Two pointers
มุมมอง 914 หลายเดือนก่อน
Leetcode 11 - Container with Most Water Explanation in Hindi (हिंदी) | Code in C# | Two pointers
Leetcode 15 - 3Sum Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays | Sorting
มุมมอง 774 หลายเดือนก่อน
Leetcode 15 - 3Sum Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays | Sorting
Leetcode 167 - Two Sum II Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays
มุมมอง 814 หลายเดือนก่อน
Leetcode 167 - Two Sum II Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays
Leetcode 153 - Search in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search Array
มุมมอง 634 หลายเดือนก่อน
Leetcode 153 - Search in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search Array
Leetcode 153 - Find Minimum in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search
มุมมอง 564 หลายเดือนก่อน
Leetcode 153 - Find Minimum in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search
Leetcode 152 - Maximum Product Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding
มุมมอง 1115 หลายเดือนก่อน
Leetcode 152 - Maximum Product Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding
Leetcode 238 - Product of array except self Explanation in Hindi (हिंदी) | C# code | Math | Array
มุมมอง 1485 หลายเดือนก่อน
Leetcode 238 - Product of array except self Explanation in Hindi (हिंदी) | C# code | Math | Array
Leetcode 53 - Maximum Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding | Array
มุมมอง 1175 หลายเดือนก่อน
Leetcode 53 - Maximum Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding | Array
Leetcode 206 - Reverse Linked List Explanation in Hindi (हिंदी) | C# code | Linked List | Recursion
มุมมอง 885 หลายเดือนก่อน
Leetcode 206 - Reverse Linked List Explanation in Hindi (हिंदी) | C# code | Linked List | Recursion
Leetcode 70 - Climbing Stairs Explanation in Hindi (हिंदी) | C# code | Dynamic Programming| Math
มุมมอง 1115 หลายเดือนก่อน
Leetcode 70 - Climbing Stairs Explanation in Hindi (हिंदी) | C# code | Dynamic Programming| Math
thanks for valuable information
thanks ...nice videos
Wow, very useful info...
with due respect, you have confused me even more :( But thanks for the video even then.
@@chillhub8073 Everyone has there own preferred way of learning. If my style of teaching doesn't suit you be sure to try tutorials from others as well. ,👍👍
@@CodewithRSV Bro It is not you, but me. You keep up the good work. Respect ❤❤
One Question: If I wish to registered both "School" and "College" class in the container, what is the way and how can we call it from Main(), will that work here? If so, whose object we will get here (School OR College). @CodewithRSV Many thanks in advance.
I got the answer: builder.RegisterType<School>().Keyed<IEducationalInstitution>("School"); builder.RegisterType<College>().Keyed<IEducationalInstitution>("College"); Program.cs: person.School = scope.ResolveKeyed<IEducationalInstitution>("School"); person.Study(); person.School = scope.ResolveKeyed<IEducationalInstitution>("College"); person.Study();
@CodewithRSV, Many thanks to you, for your such beautiful tutorial :) a big thumbs-up to you 👍
nice
Hi sir very good
Great video sir, if there is a data in a table but i want add new column in it then migration will remove data or not?
@@faisalzubair2612 It will not remove data. Column should be nullable.
bhaut confuse hogaya isliye linkhne lga program lekin 5-6 baar edit kiya to pura confustion bada diya
Doubts clear video awesome thanks sir
Well explained.
Well explained.
I got it but why didn't you used sealed class here...?
@@ghanshyam014 Yes, you should. It is not mandatory but a good practice to make singleton class sealed to prevent inheritance.
@@CodewithRSV Thank you for your clarification.
Nice :)
where the data is storing ?and what is the max capacity ? without interacting with database all End ponts working fine.Please give a brief.
@@Chandandas-s5t We are storing data in list only. Data won't persist after restart in this example.
super explaination bro
@@chhatrapalsingh8714 Glad it was helpful
bhai, you explained it very well in an simple way. 🙂
You just designed the classes for LSP, use it, pass the values, then will still fall in Trap of Not following the LSP
are bhai cod to tik se dikhao . edit karke bc etana uper niche le ja rahe ho samaj nahi aa raha
Thanks
Niceee.
Thank you so much 😊
Thank you. Very well demonstrated.
Really Great Tutorial Helped A Lot.....Thank You..!!
nice
Ismain tumne = mycar2.color=blue ko to explain kr ye . Ka Kyada seen hai
es API ko postman se kaise check krenge
You can search online for how to use rest api in postman. Simple api h aasani se ho jaega.
You also can do short and clean code instead of Select query for FirstName: employees.ForEach(e => Console.WriteLine($"{e.FirstName}"));
Awesome ❤
@@AmazingVideos-ie9kw Glad it was helpful
Very useful, thank you so much 🙏🙏🙏
Thanks
❤
great example, thanks!
Bhai poora superheroes movie dekhto ho
Kal-el 😂
@@AmanKumar-wo4bp 😁😁
Great tutorial brother.
Thank u so much for this amazing video
@@desigirl275 glad it was helpful
Hlw bro i am new on ur channel can u tell me about code What was the use of this
@@Pradumnsharma532 This is a problem usually asked in programming interviews.
Thank you for the good and clean explanation
@@VipulChandrakapure Glad it was helpful.
Your way of explanation is super👍 . Plz add some videos on Microservices and .NET Core.
Very good and easy explanation of Async and Await concept👍
लगे रहो भाई, हिम्मत रखने वालों की कभी हार नहीं होती
C# version 12 This code is not working
Very informative and to the point video. Thanks. Could you please share which screen recorder app you are using and which microphone for clear voice
@@amitgoel1749 OBS studio for screen recording Hyperx quadcast mic
C# k sath kya h code?
Where is next part for c#?
I can not add System.Text.jso in my VS 2017. Please guide.
@@abubakarizhar5608 what is the target framework of your project?
@@CodewithRSV .NET 4.8
Predicate delegates to rah gya ye v explain kardete 😢😢 By the way, it was nice video.
HI @Code with RSV Thanks for your valuable videos and It is very much understandable. Can you please create an upload the videos on following topics. 1) .Net Core features and basic concepts. 2) WebAPI Types of authentication and explain each one
Super bhai Dhanayavad
Hello Sir, You have teaching skills. There are lots of engineers who have very deep knowledge of different subjects. They can understand concepts very well but they cannot teach those concepts. You are one of the few engineers who can teach or express the concepts. I would like to mention one more brilliant teacher who is the God of programming concepts. That is kudvenkat sir. He is the genius on his subjects. I think you should keep doing the work of teaching.
@@bhupendrakumar7811 I myself have learnt a lot from kudvenkat.