LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Pluralsight – C# Fundamentals – Part 1 and 2

05/01/2016 Learning for Life Leave a Comment

Pluralsight – C# Fundamentals – Part 1 and 2

English | Size: 1.60 GB (1,715,979,258 Bytes)
Category: CBTs


C# Fundamentals – Part 2 introduces you to the variety of programming styles supported by the C# language. At its core, C# is an object-oriented, statically-typed language that lends itself to procedural and object-oriented programming, but recent additions to the language have made it much easier to develop using other programming paradigms, most notably, dynamic. This course covers object-oriented programming, functional programming, the dynamic language runtime, LINQ programming, and software craftsmanship. [Read more…]

C/C++/C# 2, C# Fundamentals, Part 1, Pluralsight

Lynda.com – C-Sharp Essential Training

12/11/2015 Learning for Life Leave a Comment

Lynda.com – C-Sharp Essential Training
English | Size: 663.51 MB (695,745,425 bytes)
Category: Tutorial


C# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. In these tutorials, David Gassner takes you through C#’s history, its core syntax, and the fundamentals of writing strong C# code. After explaining C#’s relationship to .NET and Windows, David shows how to install Visual Studio, a great IDE for developing in C#, and then dives into the language itself. [Read more…]

C/C++/C# C Sharp, Essential, Lynda.com, Training

O’Reilly – Learning Path – C Sharp [137 MP4, 1 ZIP]

21/10/2015 Learning for Life Leave a Comment

O’Reilly – Learning Path – C Sharp [137 MP4, 1 ZIP]
English | Size: 9.59 GB (10,298,370,077 bytes )
Category: Tutorial


C# is recognized as of the most versatile programming languages around, with a strong set of abstractions, a powerful runtime, and access to a huge amount of library and platform functionality. This Learning Path offers you a clear-cut roadmap to C# proficiency, taking you from a hands-on introduction through design patterns and best practices for writing clear, maintainable code.

O’Reilly – Learning Path – C Sharp
[Read more…]

C/C++/C# C Sharp, Learning Path, MP4, O'Reilly, Zip

PLURALSIGHT – C# Fundamentals with Visual Studio 2015

15/10/2015 Learning for Life Leave a Comment

PLURALSIGHT – C# Fundamentals with Visual Studio 2015

English | Size: 751.82 MB (788,339,092 Bytes)
Category: Tutorial


In this course, we’ll see how to build classes, program with objects, and work with interfaces using the C# language. [Read more…]

C/C++/C# C# Fundamentals, Pluralsight, Visual Studio 2015

O’Reilly – Learning Path – C Sharp

15/10/2015 Learning for Life Leave a Comment

O’Reilly – Learning Path – C Sharp

English | Size: 9.59 GB (10,298,370,077 Bytes)
Category: Tutorial


C# is recognized as of the most versatile programming languages around, with a strong set of abstractions, a powerful runtime, and access to a huge amount of library and platform functionality. This Learning Path offers you a clear-cut roadmap to C# proficiency, taking you from a hands-on introduction through design patterns and best practices for writing clear, maintainable code.
[Read more…]

C/C++/C# C Sharp, Learning Path, O'Reilly

[PLURALSIGHT]C++ Fundamentals PART 22

15/10/2015 Learning for Life Leave a Comment

[PLURALSIGHT]C++ Fundamentals PART 2/2

English | Size: 288.72 MB (302,747,754 Bytes)
Category: CBTs


C++ is a general purpose programming language that is used by millions of developers. It offers a powerful combination of performance and abstraction that other languages don’t have. You can use C++ to write different kinds of applications for a variety of platforms. In this course, I’ll cover basics of language syntax – declaring variables, classes, building expressions using operators and functions – and work up to templates, pointers, const, and polymorphism. I’ll be using the principles of “modern C++” as much as possible, relying on the Standard Library and using idioms like Resource Acquisition is Initialization to reduce the effort involved in memory management. Some people are scared of C++, but I’ll show you how to approach the language without fear. [Read more…]

C/C++/C# C++, Fundamentals, PART 2/2, Pluralsight

PLURALSIGHT – C++ Fundamentals PART 1

14/10/2015 Learning for Life Leave a Comment

PLURALSIGHT – C++ Fundamentals PART 1

English | Size: 692.97 MB (726,630,631 Bytes)
Category: CBTs


C++ is a general purpose programming language that is used by millions of developers. It offers a powerful combination of performance and abstraction that other languages don’t have. You can use C++ to write different kinds of applications for a variety of platforms. In this course, I’ll cover basics of language syntax – declaring variables, classes, building expressions using operators and functions – and work up to templates, pointers, const, and polymorphism. I’ll be using the principles of “modern C++” as much as possible, relying on the Standard Library and using idioms like Resource Acquisition is Initialization to reduce the effort involved in memory management. Some people are scared of C++, but I’ll show you how to approach the language without fear.
[Read more…]

C/C++/C# C++, Fundamentals, Part 1, Pluralsight

PLURALSIGHT – C++ – Direct2D Fundamentals PART 22

14/10/2015 Learning for Life Leave a Comment

PLURALSIGHT – C++ – Direct2D Fundamentals PART 2/2

English | Size: 368.09 MB (385,965,133 Bytes)
Category: Tutorial


Direct2D is a native, immediate-mode, graphics rendering library that provides uncompromising performance. Its focus is on two-dimensional rendering, providing a rich array of primitives for rendering vector graphics, bitmaps and text. It’s designed to squeeze as much out of the underlying Direct3D-based GPU as humanly possible while retaining a surprisingly enjoyable API surface. In this course, you’ll learn the fundamentals of Direct2D programming and be well on your way to building rich user experiences using the same rendering engine as Internet Explorer 10. [Read more…]

C/C++/C# C++, Direct2D, Fundamentals, PART 2/2, Pluralsight

PLURALSIGHT – C++ – Direct2D Fundamentals PART 12

14/10/2015 Learning for Life Leave a Comment

PLURALSIGHT – C++ – Direct2D Fundamentals PART 1/2

English | Size: 383.74 MB (402,378,131 Bytes)
Category: CBTs


Direct2D is a native, immediate-mode, graphics rendering library that provides uncompromising performance. Its focus is on two-dimensional rendering, providing a rich array of primitives for rendering vector graphics, bitmaps and text. It’s designed to squeeze as much out of the underlying Direct3D-based GPU as humanly possible while retaining a surprisingly enjoyable API surface. In this course, you’ll learn the fundamentals of Direct2D programming and be well on your way to building rich user experiences using the same rendering engine as Internet Explorer 10. [Read more…]

C/C++/C# C++, Direct2D, Fundamentals, PART 1/2, Pluralsight

O’Reilly – Learning C# Design Patterns (2015, by Keith Welch)

14/09/2015 Learning for Life Leave a Comment

O’Reilly – Learning C# Design Patterns (2015, by Keith Welch)

English | Size: 1.74 GB (1,867,137,167 Bytes)
Category: CBTs


In this Learning C# Design Patterns training course, expert author Keith Welch will teach you about design patterns, and how to use them to create reusable, maintainable code. This course is designed for users that already have experience with C#, as well as basic object-oriented programming principles.

Releases: March 2015
Run time: 6 hours 14 minutes [Read more…]

C/C++/C# 2015, Design Patterns, Keith Welch, Learning C#, O'Reilly

  • « Previous Page
  • 1
  • …
  • 39
  • 40
  • 41
  • 42
  • 43
  • …
  • 47
  • Next Page »
  • Symfony Framework Hands-On 2025 | Udemy
  • Server Engineer (IT Boot Camp) From Zero To Hero 100% Labs | Udemy
  • Udemy – Total Python You Can Master Python Programming in 16 Days
  • Coursera – Packt: Agile Product Owner Level 2 – Certification And Mock Exams 2024
  • B.V. Larson – Rebel World Undying Mercenaries, Book 22

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in