FileMood

Download Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013

Udemy 20 Hour Course With Microsoft Visual Studio 2013

Name

Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013

 DOWNLOAD Copy Link

Total Size

2.9 GB

Total Files

135

Hash

B248CF1BCBF4AF4152F73DB748B710F346E5035C

/00 None/

000 Introduction.mp4

7.7 MB

/01 Learning The Fundamentals/

001 Configuring the Layout of Visual Studio.mp4

11.5 MB

002 Create and Run Your First Program.mp4

24.7 MB

003 Different Ways of Keeping Console Window Open.mp4

10.8 MB

004 Whats a Statement, A Block, and a Comment.mp4

9.2 MB

005 Formatting Output Strings.mp4

24.7 MB

006 Whats a data type.mp4

13.1 MB

007 Define a local variable, and step through the program line by line for clarity.mp4

29.5 MB

008 Define a local variable, assign new values, and watch them change carefully.mp4

20.7 MB

009 Define two variables, perform arithmetic, and step through the program line by line.mp4

35.9 MB

010 Value type variables, and the results of copying them.mp4

11.1 MB

011 Understand the difference between division of double and integer values.mp4

23.4 MB

012 Interacting with users through the command line.mp4

20.2 MB

013 Setting Variables To Be Constant.mp4

9.6 MB

014 Explicit and Implicit Data Conversions.mp4

20.6 MB

/02 Program Flow/

001 Code a simple if-else block to check a condition.mp4

13.2 MB

002 Code a while loop, and use the locals window to see it run.mp4

10.0 MB

003 IfElse Blocks with Multiple Options.mp4

21.7 MB

004 Code a simple for loop to repeat a block of code.mp4

14.0 MB

005 Do while loops.mp4

6.9 MB

006 Coding a switch statement.mp4

18.6 MB

007 For each loop example.mp4

11.1 MB

008 Break Statement.mp4

11.3 MB

009 Continue Statement.mp4

10.4 MB

/03 Operators/

001 And Operators.mp4

15.1 MB

002 Or Operators.mp4

10.7 MB

003 Evaluate and Assign Arithmetic Operators.mp4

13.0 MB

004 The Logical Negation Operator.mp4

13.2 MB

005 The Ternary Operator.mp4

14.8 MB

/04 Arrays and more/

001 Basic Arrays.mp4

15.8 MB

002 Looping through an array with a for loop.mp4

18.0 MB

003 Reference type variables.mp4

13.6 MB

004 Using the ref modifier in function calls.mp4

16.4 MB

005 Using Out Parameters to Return Multiple Values From Functions.mp4

24.8 MB

006 Using the length property of arrays and converting between data types.mp4

18.2 MB

007 Multidimensional Arrays.mp4

20.8 MB

008 Passing Arrays as Function Arguments.mp4

30.6 MB

009 Params Keyword in Function Headers.mp4

24.0 MB

010 Enumerations.mp4

27.1 MB

/05 Creating simple classes/

001 Create a simple class.mp4

15.8 MB

002 Create a simple class, add a constructor, and add one function, or method.mp4

27.5 MB

003 Create a class, add four functions, understand the concept of variable scope.mp4

30.6 MB

004 Whats a user defined data type.mp4

7.2 MB

005 Dynamic Data Typing.mp4

7.1 MB

006 Difference Between Dynamic and Var..mp4

9.3 MB

007 How to declare, and access instance variables.mp4

20.8 MB

008 Instance variables, example with two objects.mp4

11.8 MB

009 Class Level Fields Sharing Between Among Objects.mp4

29.9 MB

010 Setting up a simple inheritence example.mp4

16.3 MB

011 IS A Relationships in Object Oriented Programming.mp4

12.6 MB

012 Understanding the difference between class methods and object methods.mp4

24.3 MB

013 Equality by references.mp4

13.4 MB

014 Coding Properties.mp4

9.8 MB

015 Creating and using virtual methods.mp4

17.4 MB

016 Understanding upcasting.mp4

19.5 MB

017 Understand the purpose and coding of an abstract class.mp4

22.4 MB

018 Create a list of objects, and step through it using a foreach loop.mp4

21.9 MB

019 Polymorphism.mp4

15.3 MB

020 Structs.mp4

47.0 MB

021 Overloading Operators.mp4

29.7 MB

022 Overloading Operators Example 2.mp4

37.5 MB

023 Delegates.mp4

19.2 MB

024 Multicast Delegates.mp4

22.1 MB

025 Dynamic Actions.mp4

18.0 MB

026 Handling Simple Events Using Delegates.mp4

19.8 MB

027 Interfaces.mp4

24.5 MB

028 Interface Example 2.mp4

20.1 MB

029 Access Modifiers.mp4

19.4 MB

030 Destructors.mp4

27.2 MB

031 String Basics.mp4

15.9 MB

032 Partial Classes.mp4

17.2 MB

033 Create a Program that Continually Waits for User Input.mp4

19.5 MB

/06 Error Handling/

001 Error checking with simple ifelse statements.mp4

14.5 MB

002 Try-Catch-Finally Blocks.mp4

13.3 MB

003 Multiple Catch Blocks.mp4

24.1 MB

004 Throwing and Catching Exceptions.mp4

33.0 MB

/07 The Object Class/

001 Object Equals and Reference Equals Methods.mp4

28.8 MB

002 Get Type Method.mp4

20.6 MB

003 Memberwise Clone, Shallow Copies and Deep Copies.mp4

43.7 MB

004 The ToString Function.mp4

16.7 MB

/08 Miscellaneous Topics/

001 Turning objects into arrays with indexers.mp4

30.3 MB

002 Create an application, and install it on your system..mp4

8.6 MB

003 Writing and reading files.mp4

13.6 MB

004 Reading and Writing Files, Graphical Example.mp4

56.1 MB

005 Viewing the Call Hierarchy.mp4

7.9 MB

006 Condtional Functions.mp4

13.6 MB

007 Nullable Data Types.mp4

12.7 MB

008 Create a Dynamic Link Library and Reference It.mp4

14.3 MB

009 Fully Qualified Names.mp4

21.2 MB

010 Display All the Files and Folders in A Directory.mp4

19.2 MB

011 Build a Simple Web Browser.mp4

18.5 MB

/09 Modern Language Features/

001 Generics, Introduction.mp4

27.7 MB

002 ListT With Predefined Types.mp4

29.5 MB

003 ListT With a User Defined TYpe.mp4

27.8 MB

004 Generic Interface With One Class.mp4

25.8 MB

005 Understanding Generic Dictionaries.mp4

21.3 MB

006 Lambda Expression Basics.mp4

19.8 MB

007 Func Notation For Lambda Expressions.mp4

18.0 MB

008 Using Lambda Expressions with Outer Variables.mp4

17.6 MB

009 Lambda Expressions That Change Local Variables.mp4

18.7 MB

010 Returning Lambda Expression References from Functions.mp4

21.2 MB

011 Funcs with Dynamic Variables.mp4

19.7 MB

/10 Pointers and More/

001 Extracting Methods and Organizing Using Statements.mp4

8.2 MB

002 Pointers and AddressOf Operator.mp4

18.5 MB

003 Arrays of Pointers Example.mp4

32.0 MB

004 Using Statments.mp4

20.0 MB

005 Overloading Operators.mp4

28.1 MB

006 Serialization Examples.mp4

35.4 MB

007 Simple Event Log Writing.mp4

23.1 MB

008 Create and Run a Service.mp4

81.7 MB

/11 Database and LINQ Basics/

001 Download and Install SQL Server Express.mp4

23.8 MB

002 Connect Visual Studio to SQL Server, and Write Code To Display Some Results.mp4

26.6 MB

003 Write Better Code for Connecting to Databases.mp4

27.0 MB

004 Use LINQ with Arrays.mp4

20.6 MB

005 Use LINQ with XML.mp4

27.3 MB

006 Use LINQ with Strings.mp4

19.8 MB

007 LINQ to SQL.mp4

45.9 MB

008 Details View Control.mp4

15.6 MB

/12 WPF Basics/

001 Simple WPF App.mp4

28.3 MB

002 Controlling Columns and Rows.mp4

16.5 MB

003 Create a Simple GUI For Displaying Files.mp4

23.3 MB

004 Create a More Sophisticated WPF App.mp4

65.0 MB

/13 Threading/

001 Create, Run, Suspend and Join Threads.mp4

26.3 MB

/14 Entity Framework/

001 Create Databases From Code.mp4

45.7 MB

/15 Text Editor Project/

001 Make The User Interface and Add an Open Dialog.mp4

24.7 MB

002 Add a Dialog for Saving.mp4

20.9 MB

003 Add Printing to Printers and Files.mp4

31.3 MB

004 Add Preview Capabilities.mp4

8.3 MB

/16 Windows Forms in Depth/

001 Forms, Windows, Properties, Coordinates.mp4

28.1 MB

002 Reading Mouse Movements and Events.mp4

29.3 MB

003 Build a Small Guessing Game with Nested IfElse Blocks and Key Up Event.mp4

30.3 MB

/17 Miscellania/

001 Abstract Keyword.mp4

18.2 MB

002 Splitting Parameter Lists, and Passing Values into Parent Class Constructors.mp4

19.8 MB

003 Garbage Collection and Memory Observation.mp4

27.6 MB

/18 Projects/

001 Build A Calculator Using TryParse, The Ternary Operator and Func,,,.mp4

39.0 MB

 

Total files 135


Copyright © 2024 FileMood.com