BITCQ

Udemy - Learn C# With Microsoft Visual Studio Community

Size: 1.7 GB
Magnet link

Name Size
Udemy - Learn C# With Microsoft Visual Studio Community/01 Introduction Find, Download and Configure Visual Studio/001 Find, Download and Install Visual Studio Community.mp4 3.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/01 Introduction Find, Download and Configure Visual Studio/002 Configure the Layout and Font Sizes.mp4 23.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/001 Create and Run Your First Program.mp4 18.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/002 Whats a Statement, A Block, and A Comment.mp4 20.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/003 Formatting Output Strings.mp4 26.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/004 Create One Variable, and Watch It Change.mp4 30.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/005 Data Type Basics.mp4 28.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/006 Create A Template, Define Two Variables, and Perform Arithmetic.mp4 34 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/007 Differentiate Between Division of Int, Double and Ulong.mp4 22.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/008 Simple Data Types and The Results of Copying Them.mp4 16.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/009 Interacting With Users Through The Command Prompt.mp4 22.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/010 Setting and Using Constants.mp4 23.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/011 Conversion of Data Types.mp4 23.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/02 Learning the Fundamentals/012 Make, Install and Launch A Simple App..mp4 23.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/001 Simple IfElse Blocks.mp4 20.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/002 While Loops.mp4 29.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/003 While Loops Used To Keep Asking For Input.mp4 23.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/004 Multiple IfElse Blocks.mp4 22.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/005 Simple For Loops To Repeat Blocks of Code.mp4 21.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/006 Do While Loops.mp4 21.8 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/007 Coding Switch Blocks.mp4 21.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/008 For Each Loops.mp4 13.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/03 Making Decisions/009 Break and Continue Statements.mp4 16.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/04 Operators/001 Logical And Operator.mp4 16.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/04 Operators/002 Logical Or Operator.mp4 12.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/04 Operators/003 Operators That Evaluate and Assign.mp4 17.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/04 Operators/004 The Logical Negation Operator.mp4 11.8 MB
Udemy - Learn C# With Microsoft Visual Studio Community/04 Operators/005 The Ternary Operator.mp4 11.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/001 Basic Arrays.mp4 20.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/002 Looping Thru Arrays With For Loops.mp4 13.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/003 Reference Type Variable.mp4 11.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/004 Using the ref Modifier in Function Calls.mp4 15.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/005 Using Out Parameters to Return Multiple Values.mp4 12.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/006 Creating and Understanding Multidimensional Arrays.mp4 21.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/007 Passing Arrays as Function Arguments.mp4 14.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/008 Using The Params Keyword in Function Headers.mp4 16.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/009 Enumerations.mp4 15.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/010 Dynamic Data Typing.mp4 7.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/05 Arrays, Enumerations and Var and Dynamic/011 Var Keyword and Difference Between Var and Dynamic.mp4 13.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/001 Create a Simple Class.mp4 13.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/002 Create a Class With a Constructor, and a Behavior.mp4 18 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/003 Create a Class with Four Functions.mp4 19 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/004 Modern Functions with Func,,,,.mp4 18.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/005 Instance Variables.mp4 21.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/006 Class Level Shared Fields.mp4 33.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/007 Simple Inheritance Example.mp4 19.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/008 Is A Relationship in OOP.mp4 11.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/009 Equality By Reference.mp4 18.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/010 Coding Properties.mp4 14.8 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/011 Creating and Using Virtual Methods.mp4 17.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/012 Understanding Upcasting.mp4 27.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/013 Abstract Classes.mp4 20.8 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/014 Create a List of Objects and Step Through It.mp4 15.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/015 Polymorphism.mp4 19.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/016 Structs.mp4 18.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/017 Overloading Operators.mp4 17.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/018 Delegates.mp4 12 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/019 Dynamic Actions.mp4 13.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/020 Interfaces.mp4 18.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/021 Access Modifiers.mp4 18.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/022 Destructors.mp4 16.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/06 Object Oriented Programming/023 Partial Classes.mp4 11.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/07 Error Handling/001 Error Checking with Simple IfElse Statements.mp4 13.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/07 Error Handling/002 TryCatchFinally Blocks.mp4 11.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/07 Error Handling/003 Multiple Catch Blocks.mp4 15.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/07 Error Handling/004 Throwing and Catching Exceptions.mp4 15 MB
Udemy - Learn C# With Microsoft Visual Studio Community/08 The Object Class/001 Object Equals and Reference Equals.mp4 12.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/08 The Object Class/002 Get Type Method.mp4 9.8 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/001 Turning Objects Into Arrays with Indexers.mp4 14.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/002 Writing and Reading Files.mp4 17.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/003 Conditional Functions.mp4 22.4 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/004 Nullable Data Types.mp4 12.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/005 Creating and Using Dynamic Link Libraries.mp4 19.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/006 Fully Qualified Names.mp4 24.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/09 Miscellania/007 Displaying Files and Folders in a Directory.mp4 17.9 MB
Udemy - Learn C# With Microsoft Visual Studio Community/10 Modern Language Features/001 Generics Introduction.mp4 20.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/10 Modern Language Features/002 ListT With Predefined Types.mp4 15.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/10 Modern Language Features/003 ListT With A User Defined Type.mp4 13.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/10 Modern Language Features/004 Generic Interface With One Class.mp4 12.3 MB
Udemy - Learn C# With Microsoft Visual Studio Community/10 Modern Language Features/005 Generic Dictionaries.mp4 18.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/10 Modern Language Features/006 Lambda Expression Basics.mp4 16.5 MB
Udemy - Learn C# With Microsoft Visual Studio Community/11 Pointers and More/001 Pointers and AddressOf Operator.mp4 11.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/11 Pointers and More/002 Using Using Statements.mp4 14.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/11 Pointers and More/003 Serialization Example.mp4 29.7 MB
Udemy - Learn C# With Microsoft Visual Studio Community/12 Database and LINQ Basics/001 Downloading and Installing SQL Server.mp4 10 MB
Udemy - Learn C# With Microsoft Visual Studio Community/12 Database and LINQ Basics/002 Write Code To Connect to SQL Server.mp4 36.8 MB
Udemy - Learn C# With Microsoft Visual Studio Community/12 Database and LINQ Basics/003 Use LINQ With Arrays.mp4 17.6 MB
Udemy - Learn C# With Microsoft Visual Studio Community/12 Database and LINQ Basics/004 Use LINQ with XML.mp4 18 MB
Udemy - Learn C# With Microsoft Visual Studio Community/12 Database and LINQ Basics/005 Use LINQ with Strings.mp4 17.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/13 Threading/001 Creating, Running, Suspending and Joining Threads.mp4 18.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/14 Text Editor Project/001 Make User Interface and Add Open Dialog.mp4 44 MB
Udemy - Learn C# With Microsoft Visual Studio Community/14 Text Editor Project/002 Add a Dialog For Saving.mp4 21.2 MB
Udemy - Learn C# With Microsoft Visual Studio Community/14 Text Editor Project/003 Add Previewing and Printing.mp4 38.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/15 Build A Guessing Game/001 Build a Small Guessing Game.mp4 33.1 MB
Udemy - Learn C# With Microsoft Visual Studio Community/16 Garbage Collection/001 Garbage Collection and Memory Observation.mp4 16.7 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Udemy - Machine Learning & Deep Learning Projects for Beginners 2023 Video 7.9 GB 19
[ DevCourseWeb.com ] Udemy - Learn how to make a juicy game in Godot 4 Video 3.1 GB 14
[FreeCourseSite.com] Udemy - ChatGPT Complete Guide Learn Midjourney, ChatGPT 4 & More Video 14.5 GB 14
[ CourseWikia.com ] Udemy - Complete YouTube Course - Learn to Live from YouTube Video 2.4 GB 13
[FreeCourseSite.com] Udemy - Learn LangChain, Pinecone & OpenAI Build Next-Gen LLM Apps Video 2.1 GB 11
[ DevCourseWeb.com ] Udemy - Learn Oracle NetSuite - Introduction to ERP and Accounting Video 1.7 GB 10
[ DevCourseWeb.com ] Udemy - From Zero to Generation - Learn to use GenAI in your tasks Video 2.4 GB 10
[ DevCourseWeb.com ] Udemy - Learn Livewire V3 from Scratch - Practical Course Video 1.5 GB 9
[ CourseLala.com ] Udemy - Learn Persian with Ziba Video 2.8 GB 8
[ FreeCryptoLearn.com ] Udemy - Learn To Day Trade-Swing Trade-Invest Part 1 Of 4 Video 1.4 GB 8
[ FreeCryptoLearn.com ] Udemy - MQL5 MACHINE LEARNING 02 - Deep Learning For Algo-Trading Video 2.8 GB 8
[ DevCourseWeb.com ] Udemy - Marketing Analyst - Learn Sales Forecasting and Market Analysis Video 359.8 MB 8
[ CourseWikia.com ] Udemy - DSLR Food Photography Course - Learn DSLR From Zero to Hero Video 3.3 GB 8
[ DevCourseWeb.com ] Udemy - Learn and Implement Machine Learning Projects using Python Video 3.4 GB 7
[ FreeCourseWeb.com ] Udemy - Learn 5 Professional Mind Reading and Card Magic Routines Video 1.6 GB 7
[ DevCourseWeb.com ] Udemy - Chatgpt Learning Was Never This Easy Video 627.1 MB 7
[ FreeCourseWeb.com ] Udemy - Learn UNITY and C# Basics with making simple 2d game Video 1.3 GB 6
[ FreeCourseWeb.com ] Udemy - Learn Spanish - Complete Spanish Course for Beginners Video 2 GB 6
[ TutSala.com ] Udemy - Learn Supply Chain Management Video 3.1 GB 6
[ DevCourseWeb.com ] Udemy - Learn Docker With Selenium Webdriver Video 666.4 MB 6

Loading...