17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Csharp In Depth - Puzzles, Gotchas, Questions At Interviews
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
C# in Depth: Puzzles, Gotchas, Questions at Interviews
C# Tips and Traps: learn things you didn’t know and become a more robust advanced C# programmer
What you'll learn
• Write code with more confidence
• Avoid Date and Time Pitfalls
• Avoid LSP Violations
• Write more robust code
• Pass C# Interview
• Understand how C# arithmetic works
Requirements
• At least basic understanding of C#
Description
This is an advanced C# course.
Build a solid foundation in C# learning odd cases related to how the language is designed
This course contains mostly practical puzzles learning which you get a better C# developer. You can find out on the Internet tons of impractical puzzles which don’t make you a better C# developer. This is not about this course. Yes, of course, even impractical puzzles sometimes are helpful especially if you’re preparing for a C# interview. However, I bet on puzzles which teach you the thing you absolutely need to understand. Indeed, this course deepens your understanding of C#. Apart from that, you’ll learn some very important things like the problem of types substitution. You’ll learn about the fundamental problems related to processing date and time values. Believe me, you’ll be astonished!
This course is built in a manner of a game. I’ll show you code examples in Visual Studio and ask to answer the question related to that code example. You’ll have some time to come up with your own answer and after that we continue. Puzzles, gotchas and cautionary tales are presented here to frighten and inspire you! Regardless of your current skills, you’ll remember things you’ve forgotten, learn things you didn’t know and become a more robust programmer.
So, this course is "must see" for anyone who wants to improve his knowledge of C#.
Here is my Teaching Approach
No fluff, no ranting, no beating the air. I respect your time. The course material is succinct, yet comprehensive. All important concepts are covered. Particularly important topics are covered in-depth.
Take this course, and you will be satisfied.
Content and Overview
This course is aimed at all kind of developers. It provides solid theoretical base reinforced by the practical material.
In short, this advanced C# course covers the following topics:
• The evilness of the mutable structures. You’ll see several examples when mutable structures demonstrate the unexpected behavior.
• Generics and arrays including specializations, constraints on generics, variance and covariance, Liskov substitution principle and more
• The pitfalls in arithmetic: how floating-point numbers are implemented, how to compare them, how arithmetic overflow behaves with different types, how rounding works, the difference between decimal and money
• Collections and LINQ: how to alter an existing list, the deferred execution of LINQ expressions, the peculiarities of closures within for and foreach loops, list conversion
• Methods and Overloading: overloading base methods, method hiding, when to prefer property over method; the reasons on why to avoid optional parameters, implementing abstract classes
• Date and Time puzzles: concepts related to dates and times including how a computer stores time, UTC and GMT, time zones, global and local perspectives; time-zone related puzzles, roundtrips, arithmetic on dates, how to calculate the age.
• FAQ at C# Interviews: abstract classes versus interfaces, how to implement the Dispose pattern, what is the difference between encapsulation and information hiding, encapsulation in practice, strings interning, constant versus read-only fields, lock versus monitor, how to rethrow exceptions, when to use StringBuilder instead of string
• And yet a short section of miscellaneous puzzles
Enroll and start an exciting journey learning C# puzzles!
Who this course is for:
• Anyone who wants to improve his C#
• Anyone who wants to prepare for a C# interview
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
C# in Depth- Puzzles, Gotchas, Questions at Interviews/01 Before taking the Course/001 How to Ask Questions.html
1.5 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/01 Before taking the Course/002 Download Sources.html
1.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/01 Before taking the Course/003 Join .NET Community of Students.html
1.2 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/004 Outline.en.srt
1.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/004 Outline.mp4
1.7 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/005 Mutating Through Readonly Fields.en.srt
4.9 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/005 Mutating Through Readonly Fields.mp4
26.5 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/006 Mutating Through Arrays.en.srt
3.3 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/006 Mutating Through Arrays.mp4
10.1 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/007 Mutating Within Using Block.en.srt
6.3 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/007 Mutating Within Using Block.mp4
13.7 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/008 Conclusion.en.srt
945 B
C# in Depth- Puzzles, Gotchas, Questions at Interviews/02 Evil Structures/008 Conclusion.mp4
1.3 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/009 Outline.en.srt
1.6 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/009 Outline.mp4
2.6 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/010 Specializations.en.srt
4 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/010 Specializations.mp4
9.1 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/011 Constraints.en.srt
6.8 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/011 Constraints.mp4
17.8 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/012 Variance with Arrays and Generics.en.srt
6.5 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/012 Variance with Arrays and Generics.mp4
18.8 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/013 Liskov Substitution Principle.en.srt
6 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/013 Liskov Substitution Principle.mp4
8 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/014 LSP Violation Demo.en.srt
7.6 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/014 LSP Violation Demo.mp4
18.2 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/015 More on Variance and Covariance.en.srt
6.4 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/015 More on Variance and Covariance.mp4
9.3 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/016 Conclusion.en.srt
3.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/03 Generics Arrays LSP and Variance/016 Conclusion.mp4
4.9 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/017 Outline.en.srt
2.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/017 Outline.mp4
3.2 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/018 Floating Point Numbers.en.srt
12.8 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/018 Floating Point Numbers.mp4
39.6 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/019 Arithmetic Overflow.en.srt
5.7 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/019 Arithmetic Overflow.mp4
19.4 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/020 Check for Arithmetic Overflow.en.srt
5.9 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/020 Check for Arithmetic Overflow.mp4
9.4 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/021 Rounding Puzzle.en.srt
6.6 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/021 Rounding Puzzle.mp4
12.9 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/022 Decimal and Money.en.srt
10.5 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/022 Decimal and Money.mp4
50.8 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/023 Conclusion.en.srt
2.4 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/04 Math Puzzles/023 Conclusion.mp4
3.3 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/024 Outline.en.srt
1.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/024 Outline.mp4
1.2 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/025 Altering a List.en.srt
7.8 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/025 Altering a List.mp4
21.2 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/026 LINQ. Deferred Execution.en.srt
2.4 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/026 LINQ. Deferred Execution.mp4
6.6 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/027 LINQ. Closure with For and Foreach.en.srt
4.4 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/027 LINQ. Closure with For and Foreach.mp4
10 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/028 Generics Conversion.en.srt
3.5 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/028 Generics Conversion.mp4
13.5 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/029 Conclusion.en.srt
1.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/05 Collections and LINQ/029 Conclusion.mp4
1.3 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/030 Outline.en.srt
1.3 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/030 Outline.mp4
2.2 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/031 Overloading Base Method.en.srt
3.5 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/031 Overloading Base Method.mp4
8.9 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/032 Method Hiding.en.srt
4.6 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/032 Method Hiding.mp4
10.1 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/033 Property vs Method. Optional Parameters.en.srt
8.5 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/033 Property vs Method. Optional Parameters.mp4
15.7 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/034 Implementing Abstract Classes.en.srt
7.9 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/034 Implementing Abstract Classes.mp4
15.1 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/035 Conclusion.en.srt
2.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/06 Methods and Overloading/035 Conclusion.mp4
3.2 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/036 Outline.en.srt
4.4 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/036 Outline.mp4
6.8 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/037 Concepts. Preparing for Puzzles.en.srt
10.2 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/037 Concepts. Preparing for Puzzles.mp4
15.3 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/038 General Puzzles.en.srt
7 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/038 General Puzzles.mp4
11.6 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/039 DateTime Roundtrip.en.srt
6.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/039 DateTime Roundtrip.mp4
11.5 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/040 Arithmetic on Dates.en.srt
3.9 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/040 Arithmetic on Dates.mp4
6.9 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/041 Calculating Age.en.srt
7.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/041 Calculating Age.mp4
11.3 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/042 Conclusion.en.srt
6.6 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/042 Conclusion.mp4
10.4 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/07 DateTime Puzzles/external-assets-links.txt
286 B
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/043 Outline.en.srt
2.2 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/043 Outline.mp4
3.5 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/044 Abstract Class vs Interface.en.srt
6.1 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/044 Abstract Class vs Interface.mp4
10.1 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/045 Implementing Dispose Pattern.en.srt
14.8 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/045 Implementing Dispose Pattern.mp4
24 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/046 Encapsulation and Information Hiding.en.srt
11.3 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/046 Encapsulation and Information Hiding.mp4
16.4 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/047 Encapsulation in Practice.en.srt
4.2 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/047 Encapsulation in Practice.mp4
21.5 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/048 What is Interning.en.srt
5.8 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/048 What is Interning.mp4
12.6 MB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/08 FAQ at Interviews/049 Constant vs Readonly.en.srt
3.7 KB
C# in Depth- Puzzles, Gotchas, Questions at Interviews/ReadMe.txt