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
Getting Started With Modern C# - Mastering The Basics
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn C# (C Sharp) programming language | A complete and step by step course for beginners
What you'll learn
Understand the basics of C# programming, including variables, data types, operators, and control structures.
Set up a development environment and write the first C# program.
Learn about the Console Class and its basic functionalities.
Differentiate between Console .Write() and Console .WriteLine() methods.
Understand the difference between Console .Read() and Console .ReadKey() methods.
Customize the Console window by changing its color, height, and width.
Explore various data types in C#, such as booleans, integers, floating-point numbers, and characters.
Familiarize yourself with newly added data types like IntPtr and UIntPtr.
Gain knowledge of string manipulation and perform operations using built-in methods.
Understand the concepts of string immutability and mutability in C#.
Learn the importance of the StringBuilder Class and its practical usage.
Master string formatting techniques using String .Concat(), String .Format(), and string interpolation.
Gain knowledge about the Object Class type and Var vs Dynamic keyword.
Learn casting and type conversions, including implicit and explicit conversions.
Understand the differences between Convert Class and Parse Methods.
Write better code using the TryParse method and learn about boxing and unboxing.
Manipulate and perform operations on various data types using C# operators.
Practice arithmetic, comparison, equality, and logical operators.
Explore the Math Class and utilize its built-in methods for performing operations.
Develop a solid foundation in C# fundamentals for confidently building applications and pursuing advanced topics in C# development.
Requirements
No programming experience needed to learn this course. We will cover everything from scratch.
It would be helpful to have some basic knowledge of a code editor (Example: Visual Studio)
You must have a passion to dive into the world of programming.
If You Need More Stuff, kindly Visit and Support Us -->> https://DevCourseWeb.com
Get More Tutorials and Support Us -->> https://CourseWikia.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction/1. Introduction.mp4
58.2 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/1. Setting up the C# development machine.mp4
162 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/2. Create first hello world C# program using Visual Studio & CLI.mp4
138.3 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/3. Difference between Console.Write() and Console.Writeine() methods in C#.mp4
85.6 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/3.1 Github repository.html
110 B
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/4. Console.CapsLock, BackgroundColor, ForegroundColor, ResetColor, WindowWidth, etc.mp4
169 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/4.1 Github repository.html
110 B
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/5. Console.Readline() in C# Get user input in Console Application C#.mp4
66.6 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/5.1 Github repository.html
110 B
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/6. Console.Read() vs Console.ReadKey() in C# Console application.mp4
123.1 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/6.1 Github repository.html
110 B
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/7. Practice set.mp4
23.4 MB
~Get Your Files Here !/2. Getting started with Console Class Your first C# program/7.1 Console class practice set.html
135 B
~Get Your Files Here !/3. Data types in C#/1. Introduction to Data Types.mp4
100.7 MB
~Get Your Files Here !/3. Data types in C#/10. String Immutability with example in C#.mp4
43.6 MB
~Get Your Files Here !/3. Data types in C#/11. String Mutability using StringBuilder class Everything you need to know.mp4
174.7 MB
~Get Your Files Here !/3. Data types in C#/12. String Formatting in C# (String.Contact, String.Format & Interpolation).mp4
148.8 MB
~Get Your Files Here !/3. Data types in C#/13. 2 Ways to Search String in C#.mp4
56.4 MB
~Get Your Files Here !/3. Data types in C#/14. Object Class type The parent of all other types.mp4
57.1 MB
~Get Your Files Here !/3. Data types in C#/15. var vs dynamic keyword.mp4
67.2 MB
~Get Your Files Here !/3. Data types in C#/2. Bool Data type in C# Explanation in details.mp4
77.6 MB
~Get Your Files Here !/3. Data types in C#/3. Int Data type in C#.mp4
183.9 MB
~Get Your Files Here !/3. Data types in C#/4. sbyte, byte, short, ushort, int, uint, long, ulong Integral numeric types.mp4
46.7 MB
~Get Your Files Here !/3. Data types in C#/5. IntPtr & UIntPtr Native sized integers in C#.mp4
74.1 MB
~Get Your Files Here !/3. Data types in C#/6. Float, Double & Decimal.mp4
73.3 MB
~Get Your Files Here !/3. Data types in C#/7. Character data type in C#.mp4
75.4 MB
~Get Your Files Here !/3. Data types in C#/8. Introduction to String datatype in C#.mp4
162.5 MB
~Get Your Files Here !/3. Data types in C#/9. Built-in String Methods in C# Length, SubString, Trim, Split, Replace, Remove.mp4
193.4 MB
~Get Your Files Here !/4. Data type conversion/1. Implicit conversion.mp4
37 MB
~Get Your Files Here !/4. Data type conversion/2. Explicit conversion.mp4
41.7 MB
~Get Your Files Here !/4. Data type conversion/3. Convert and Parse Methods in C#.mp4
53.8 MB
~Get Your Files Here !/4. Data type conversion/4. TryParse methods.mp4
35.9 MB
~Get Your Files Here !/4. Data type conversion/5. Boxing and UnBoxing.mp4
8.5 MB
~Get Your Files Here !/5. Operators in C#/1. Arithmetic Operators - Unary Operators Part 1.mp4
106.9 MB
~Get Your Files Here !/5. Operators in C#/2. Arithmetic Operators - Binary Operators Part 2.mp4
88.6 MB
~Get Your Files Here !/5. Operators in C#/3. Comparison Operators.mp4
44.2 MB
~Get Your Files Here !/5. Operators in C#/4. Equality Operators.mp4
32 MB
~Get Your Files Here !/5. Operators in C#/5. Logical Operators (!, &&, &, , ).mp4
132.7 MB
~Get Your Files Here !/5. Operators in C#/6. Using Match Class.mp4
42.9 MB
~Get Your Files Here !/5. Operators in C#/7. Find the Area of a Circle (The radius must be given by the user).html