Channel Avatar

CodeWith { Parveen Yadav } @UC92C3sXDXQgCvLX9OT1cylw@youtube.com

1.5K subscribers - no pronouns :c

I am Software Engineer with 11+ Years of Experience with Dot


15:47
Memory Allocation in DotNet | How memory is assigned in Stack and HEAP | Value type Reference Type
23:08
Intro to File Watch in dotnet | Intro to File Dog in Csharp | implement FileSystemWatcher class
18:45
Intro to Cron Jobs in Dotnet | Implement cron job in csharp dotnet | Background jobs in dotnet
36:16
Intro to Integration Tests | Complete Guide on writing integration tests in csharp dotnet | xunit
18:01
Azure Service Bus Message Sequencing | Create Scheduler in Azure Service Bus | Message Enqueue
26:39
intro to serilog | implement serilog | different types of logs | Retention policy in serilog
18:12
REST Architecture | REST API | REST Architecture Constraint | REST Guideline | What is REST | Dotnet
24:41
How to Implement clean architecture | What is Clean Architecture | Step by step Clean Architecture
15:18
Cancellation Token in csharp dotnet | How to use Cancellation Token | When to use Cancelation Token
09:16
DRY Code vs WET Code | What is DRY Principle| What is WET Principle | csharp | dotnet
08:08
why you should stop using == operator now and start using string.compare | Benefit of string.cpmare
05:43
what is nint data type in Csharp | diffrence between int and nint | when to use nint data type
11:07
Difference between x86 vs x64 vs Any CPU | When to choose which Target Platform | csharp | dotnet
04:30
SQL Save from Accidental Production Data delete | SQL Color Strategy | SQL disaster management
12:38
Difference between Task vs Void | async Task vs Void | When to use Async Task, void and generic Task
10:35
Easy Explanation on async await task in csharp Programming | Difference in async await and task
11:49
Theory of Dark Launch | What is Dark Launch and what are different strategy to implement | csharp
19:20
Create Azure CI Pipeline using YAML | Create Azure Build Pipeline | YAML based Build | dotnet
10:48
intro to saga design pattern in Microservices | Importance of saga in Microservices | csharp
08:01
CQRS Design Pattern in Microservices Architecture | How to implement CQRS in Microservices | csharp
31:08
Simple CQRS design Pattern | Fundamentals of CQRS Design Pattern | CQRS VS CRUD | csharp | dotnet
14:27
What is Microservice Architecture | What, Why and When of Microservice Architecture | Csharp
05:55
Grab Azure AAD token and bypass multifactor authentication | AAD Service authentication token | ROPC
21:20
intro to mediator design Pattern | step by step implementation of mediator design Pattern| csharp
08:43
Intro to Primary constructor | When to use Primary Constructor | csharp 12 | Dotnet
17:35
intro to csharp Record | when to use record vs class | Intro to record | csharp | dotnet
23:09
Getting started with minimal API | Beginner Guide for Minimal API | Introduction to Minimal API
34:51
Intro to specification design patterns | How to implement specification design patterns | csharp
14:37
Intro to strategy design pattern | What is strategy design | when to use strategy design patterns
21:21
intro to Decorator design pattern| When to use Decorator design pattern | Csharp | dotnet
09:42
What is Inversion of Control | Easy Explanation of IoC | csharp | dotnet | How to implement IoC
15:32
What is file access modifiers in csharp | what is file keyword in csharp | how to use file keyword
10:22
Create public URL in visual studio dotnet | Create dev tunnel in visual studio | Visual studio
36:51
intro to thread | Single vs multi thread | Foreground thread vs Background thread | csharp | dotnet
14:49
csharp 11 raw literal string | Handle raw string in csharp dotnet | string literal vs raw string
23:37
What is yield return | When to use yield return | Use cases of yield return in csharp | dotnet
40:16
Complete Guide on csharp unit test | xunit unit testing | step by step implementation of xunit
16:50
csharp 8 interface |What are the new feature of interface in csharp| default methods of interface
14:43
Four different for loops of csharp | Sequential Programming vs parallel Programming | Dotnet
16:58
Naming convention in csharp | Why naming conventions are so important while writing code | dotnet
16:53
Don't throw Exception | Difference between Throw ex vs throw | Exception handling in csharp
24:54
Basics of Exception Handling | Exception stacktrace | Exception filter | When to use throw | csharp
18:23
What are the default access modifiers in csharp | how to remember default access modifiers in dotnet
23:13
What is the logic behind Access Modifiers in csharp | Why not to create everything Public | dotnet
09:55
Don't use string in Csharp | Immutable issue with string | Mutable vs Immutable | dotnet
08:56
Multiple inheritance in csharp | Write a multiple inheritance without using interface | csharp
17:03
Secure your password with Hash salt | Encryption vs Hash vs salt | How to add salt to Hash password
17:56
What is the difference between csharp Properties and Variable | When to use properties or variable
25:46
Deep dive into csharp abstract class | When to use abstract class | csharp | dotnet
16:50
A conversation on OOPS | Object oriented Programming | csharp | procedural vs oops | dotnet | java
19:39
Why confusion over access token and ID token is so common | Access token vs ID token | Csharp
16:01
is foreach really slow than for loop | what exact code compiler write, when you write foreach
17:49
Different use cases when to use C Sharp Extension and Helper Methods | Dotnet | Helper vs extension
09:38
Difference between Tight couple and Loose couple | what exactly tight and loose couple is | csharp
09:17
intro to csharp params | C Sharp params | use params instead of multiple arguments in your method
14:44
Performance of Loops in C Sharp | Which loop is faster | CSharp | Dotnet | Array vs List Performance
10:41
intro to Csharp local functions | Use C# Local function | C sharp 7.0 Cool features | Dot net
22:02
When to use IEnumerable vs IQueryable | Everything about IEnumerable and IQueryable in one video
17:26
Dotnetcore addscoped vs addtransient vs addsingleton | dotnetcore Dependency Injection | csharp
24:31
Dotnet core middleware | Create Custom Middleware | Different types of Dotnet core Middleware