Torrent Info
Title [ WebToolTip.com ] Udemy - C# - 100 Coding Exercises
Category
Size 2.01GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
100 - Solution Generate a random wizard name.mp4 12.71MB
10 - Solution Implement a weekly schedule with multiple custom indexers.mp4 38.87MB
11 - Solution Read file content safely.mp4 17.58MB
12 - Solution Sum a range of values from a variable-length input.mp4 17.30MB
13 - Solution Separate strings and integers from a mixed object list.mp4 23.91MB
14 - Solution Sum integers with strict overflow checking.mp4 23.35MB
15 - Solution Safely sum integers into a long.mp4 18.75MB
16 - Solution Format text with custom styles.mp4 13.38MB
17 - Solution Read a string until the end marker.mp4 12.59MB
18 - Solution Extend DayOfWeek to detect weekends.mp4 8.60MB
19 - Solution Count halvings until value drops below 1.mp4 13.62MB
1 - Bonus lecture.html 4.81KB
1 - Solution Check if a collection contains any negative numbers.mp4 13.16MB
1 - Welcome! Basic information & how to get help.mp4 15.24MB
20 - Solution Send notifications via multiple channels.mp4 23.04MB
21 - Solution Generate random discount codes.mp4 19.71MB
22 - Solution Validate user registration data.mp4 37.30MB
23 - Solution Check if parentheses are balanced.mp4 23.15MB
24 - Solution Add matrices with operator overloading.mp4 22.38MB
25 - Solution Track class usage statistics.mp4 10.74MB
26 - Solution Time duration adapter.mp4 26.85MB
27 - Solution Count unique elements in a list.mp4 10.86MB
28 - Solution Generic pair type.mp4 20.73MB
29 - Solution Unique task identifier with string formatting.mp4 22.63MB
2 - Solution Split a full name into first and last names.mp4 10.25MB
2 - What to expect from this course.mp4 15.61MB
30 - Solution Calculate factorial with recursion.mp4 16.89MB
31 - Solution Check the result of the tic-tac-toe game.mp4 44.59MB
32 - Solution Event ticket composed ID.mp4 20.26MB
33 - Solution Produce Fibonacci sequence.mp4 29.29MB
34 - Solution Calculate discounted price.mp4 30.88MB
35 - Solution Reverse a string without built-in methods.mp4 15.56MB
36 - Solution Custom book sorting with IComparer.mp4 21.51MB
37 - Solution Sort houses by floor area with IComparable.mp4 15.65MB
38 - Solution Recent messages by timestamp.mp4 14.82MB
39 - Solution Define a value-based House data structure.mp4 7.16MB
3 - Coding exercises introduction & troubleshooting.mp4 39.11MB
3 -Coding exercises troubleshooting.url 119B
3 -Exercise overview and key skills practiced.url 119B
3 - Solution Count character frequencies in a string.mp4 19.75MB
40 - Solution Handle web request errors with exception filtering.mp4 25.27MB
41 - Solution Get top N recent messages by timestamp.mp4 11.01MB
42 - Define a temperature converter with expression-bodied members.mp4 15.37MB
43 - Solution Calculate land value with double and decimal.mp4 21.79MB
44 - Solution Implement a binary search algorithm for numbers.mp4 24.61MB
45 - Solution Implement shape calculations with abstract classes.mp4 15.60MB
46 - Solution Find the cheapest product by category.mp4 12.59MB
47 - Solution Implement a copy constructor for a book.mp4 10.46MB
48 - Solution Process messages with IDisposable logger.mp4 23.64MB
49 - Solution Implement a sorting algorithm.mp4 25.16MB
4 - About videos with solutions.mp4 6.05MB
4 - Solution Filter and select qualified players from a game leaderboard.mp4 29.33MB
50 - Solution Flatten a nested list of numbers.mp4 17.64MB
51 - Solution Chain constructors in a family of classes.mp4 17.28MB
52 - Solution Describe a class without hardcoding names.mp4 18.74MB
53 - Solution Merge two sequences with fallback defaults.mp4 24.87MB
54 - Solution Generate property report with reflection.mp4 14.94MB
55 - Solution Transform numbers with a delegate.mp4 21.54MB
56 - Solution Define a custom attribute.mp4 17.11MB
57 - Solution Process tasks one by one using a queue.mp4 13.69MB
58 - Solution Limit list capacity with an indexer.mp4 14.27MB
59 - Solution Reverse a generic array.mp4 14.31MB
5 - Solution Calculate total break time from multiple time ranges.mp4 14.77MB
60 - Solution Check if a type implements a specific interface.mp4 12.61MB
61 - Solution Raise an event when threshold is exceeded.mp4 28.70MB
62 - Solution Serialize and deserialize an object using System.Text.Json.mp4 15.61MB
63 - Solution Yield unique words until encountering a duplicate.mp4 13.41MB
64 - Solution Measure method execution time with Stopwatch.mp4 10.03MB
65 - Solution Extract a slice of characters using Span.mp4 19.83MB
66 - Solution Return results as ValueTuple instead of anonymous objects.mp4 20.39MB
67 - Solution Work with custom attributes and reflection to find marked methods.mp4 26.62MB
68 - Solution Merge two user collections with unique emails.mp4 12.14MB
69 - Solution Extract values in brackets using StringBuilder.mp4 23.41MB
6 - Solution Track the highest score for a player.mp4 15.39MB
70 - Solution Deprecate a base logging method using method hiding.mp4 17.30MB
71 - Solution Calculate the average using INumberT constraint.mp4 28.86MB
72 - Solution Create a simple dictionary of words using SortedList.mp4 28.11MB
73 - Solution Analyze a file path from segments.mp4 31.73MB
74 - Solution Aggregate sales data by category.mp4 22.43MB
75 - Solution Filter out null strings from a list using nullable reference types.mp4 23.92MB
76 - Solution Paginate a list of items.mp4 19.35MB
77 - Solution Implement deferred object creation using LazyT.mp4 26.73MB
78 - Solution Format a column-aligned table using string interpolation.mp4 28.01MB
79 - Solution Get basic system information.mp4 14.21MB
7 - Solution Calculate shipping cost based on order total and customer status.mp4 14.63MB
80 - Solution Divide integers into equal-sized chunks.mp4 12.37MB
81 - Solution Find the intersection of two collections.mp4 22.89MB
82 - Solution Implement a custom IEqualityComparer for product equality.mp4 21.41MB
83 - Solution Square a list of numbers in parallel.mp4 18.96MB
84 - Solution Convert a string array to a CSV line.mp4 12.50MB
85 - Solution Calculate weighted average with nullable values.mp4 19.76MB
86 - Solution Capitalize each word in a sentence.mp4 22.91MB
87 - Solution Create a generic extension method to double all values in a collection.mp4 15.09MB
88 - Solution Format the main diagonal words in a 2D array.mp4 22.39MB
89 - Solution Transform and log a list of numbers using Func and Action.mp4 18.71MB
8 - Solution Try parsing a date and extracting its components.mp4 19.70MB
90 - Solution Flatten and filter a jagged string array.mp4 24.94MB
91 - Solution Process jobs in order using a priority queue.mp4 23.13MB
92 - Solution Calculate statistics from employee incomes.mp4 38.58MB
93 - Solution Perform an inner join on orders and customers.mp4 20.41MB
94 - Solution Validate contest participants.mp4 17.63MB
95 - Solution Simulate a temperature sensor with threshold alerts.mp4 17.76MB
96 - Solution Create a value object for money with currency.mp4 21.94MB
97 - Solution Override virtual and abstract methods in a baking product hierarchy.mp4 16.04MB
98 - Solution Group anagrams together from a list of words.mp4 17.72MB
99 - Solution Convert Roman numerals to integers.mp4 25.78MB
9 - Solution Check if a string is a palindrome.mp4 20.73MB
Bonus Resources.txt 70B
Get Bonus Downloads Here.url 180B
Distribution statistics by country
United States (US) 3
India (IN) 2
Turkey (TR) 2
Italy (IT) 2
Spain (ES) 1
Netherlands (NL) 1
Russia (RU) 1
Dominican Republic (DO) 1
Taiwan (TW) 1
Bulgaria (BG) 1
China (CN) 1
South Africa (ZA) 1
Total 17
IP List List of IP addresses which were distributed this torrent