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

[Udemy] C# (C Sharp) Advanced Topics – Take Your C# Skills To The Next Level

12/08/2017 Learning for Life Leave a Comment

[Udemy] C# (C Sharp) Advanced Topics – Take Your C# Skills To The Next Level
English | Size: 464.52 MB
Category: CBTs


What Will I Learn?

Understand advanced C# features and apply them at work
Requirements
Understanding of basic C# features (classes, objects, variables, constructors, etc)
Description
Chances are you’re familiar with the basics of C# and are hungry to learn more. Or you’ve been out of touch with C# for a while and are looking for a quick course as a refresher to get you up to speed with advanced C# constructs. If so, then this course is for you. [Read more…]

C/C++/C# Advanced, C Sharp, C++, Topics, Udemy

C-Sharp DEVELOPERS LEARN THE ART OF WRITING CLEAN CODE

11/08/2017 Learning for Life Leave a Comment

C-Sharp DEVELOPERS LEARN THE ART OF WRITING CLEAN CODE
English | Size: 563.39 MB
Category: Tutiorial


These days, anyone can code. But if you want to get a job as an intermediate or senior-level C# developer, you must know how to write clean, maintainable code.
As Martin Fowler said:

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler
[Read more…]

C/C++/C# C Sharp, Developers, Learn, The Art, Writing

Make Mobile VR Games in Unity with C# for Google Cardboard

08/08/2017 Learning for Life Leave a Comment

Make Mobile VR Games in Unity with C# for Google Cardboard
English | Size: 4.4GB
Category: CBTS


What Will I Learn?
– Choose between the current major VR systems.
– Write basic C# code, even with no prior experience.
– Create a simple 3D game in Unity.
– Design games for Virtual Reality.
– Create a Google Cardboard VR game from scratch.
[Read more…]

C/C++/C# Games, Make, Mobile, Unity, VR

Lynda – Learning CSharp Algorithms

01/08/2017 Learning for Life Leave a Comment

Lynda – Learning CSharp Algorithms
English | Size: 234.70 MB
Category: CBTs


Understanding algorithms is a key requirement for all programmers. Algorithms give programs a set of instructions to perform a task. Expand your knowledge of common C# algorithms for sorting, searching, sequencing, and more. Learn how to apply them to optimize your C# developer skills and answer crucial interview questions. Reynald Adolphe reviews linked lists, stacks, queues, and binary and linear search. [Read more…]

C/C++/C# Algorithms, CSharp, Lynda Learning

O’Reilly – Further Exploration of C++ Templates and Metaprogramming

19/07/2017 Learning for Life Leave a Comment

O’Reilly – Further Exploration of C++ Templates and Metaprogramming
English | Size: 118.97 MB
Category: CBTs


Learn Advanced Techniques, Including Features Introduced in C++11 and C++14, that Ease Working with Templates and Produce Extremely Efficient Code.
Designed for intermediate level C++ programmers, this course focuses on the advanced features and techniques made possible by the release of C++11 and C++14. It introduces several new Standard Library types, and investigates type aliases and static assertions, two features that make it easy to work with templates.
You will also explore variadic templates, which allow developers to write type-safe functions and classes that take variable numbers and types of arguments. The course wraps up by examining template metaprogramming, an expert technique that generates code at compile time, produces extremely efficient code with no run-time overhead, and is widely used in modern C++ libraries. [Read more…]

C/C++/C# C++, Exploration, Further, O'Reilly, Templates

O’Reilly – Diving Deeper into C++ Templates

18/07/2017 Learning for Life Leave a Comment

O’Reilly – Diving Deeper into C++ Templates
English | Size: 255.37 MB
Category: CBTs


Templates form the foundation of modern C++ programming; they must be understood, not only to use the Standard Library, but to take advantage of many of the features found in C++11 and C++14. By offering a detailed look at how to create and use template functions and classes in your C++ code, this course goes beyond the basics, and is intended for the intermediate level programmer.
Topics covered include: non-type and default parameters, overloading and specialization, the use of template template parameters, explicit instantiation and inheritance, generic programming, type traits, and policy-based design. Learners completing this course will have the knowledge required to produce robust, practical, and modern C++ code. [Read more…]

C/C++/C# C++, Diving Deeper, O'Reilly, Templates

Udemy – A beginners guide to C# Scripting for Unity Game Development

10/07/2017 Learning for Life Leave a Comment

Udemy – A beginners guide to C# Scripting for Unity Game Development
English | Size: 269.4MB
Category: CBTs


Learn to write and attach c# script to unity game objects from scratch
This is course is for absolute beginners who are both new to Unity game development and C# programming language.
C# is widely used for Udemy game development. It is a programming language developed by Microsoft.
A lot of famous games have been created using the Unity game engine. [Read more…]

C/C++/C# A Beginner's Guide, C++, Scripting, Udemy, Unity

Murach’s C# 2015

17/06/2017 Learning for Life Leave a Comment

Murach’s C# 2015
English | Size: 192.10 MB
Category: e-Books


This book is for anyone who wants to learn how to use C# 2015 to develop Windows Forms applications.

It works if you’re new to programming.
It works if you’re new to Microsoft’s .NET development environment.
It works if you’re an experienced .NET developer who’s new to C#.
It works if you have programming experience with another language like Java, C++, or COBOL.
[Read more…]

C/C++/C# 2015, C++, Murach

[Pluralsight] Advanced C++ Mocking Using Google Mock

13/06/2017 Learning for Life Leave a Comment

[Pluralsight] Advanced C++ Mocking Using Google Mock
English | Size: 620.63 MB
Category: CBTs


Writing unit tests looks simple in blogs, books, and tutorials. However, it can be quite difficult when attempted in the real world where real code has dependencies that make unit testing difficult. The solution is to isolate unit tests using mocks, stubs, and fakes. Using mocks is crucial for any developer who attempts to unit test his code. In this course, Advanced C++ Mocking Using Google Mock, you’ll learn how to fake dependencies in C++ using Google Mock. First, you’ll learn about how to make unit tests simpler and more predictable using mocks.
[Read more…]

C/C++/C# [Pluralsight] Advanced C++, Google, Mocking, Using

Pluralsight CSharp Fundamentals with CSharp 5

18/05/2017 Learning for Life Leave a Comment

Pluralsight CSharp Fundamentals with CSharp 5
English | Size: 1.18 GB
Category: Pluralsight


Course Overview
Introduction to C#
Introduction
Setup
What is .NET?
What is the CLR?
What is the FCL?
What is C#?
Hello, World!
The Compiler
[Read more…]

C/C++/C# CSharp, CSharp 5, Fundamentals, Pluralsight

  • « Previous Page
  • 1
  • …
  • 35
  • 36
  • 37
  • 38
  • 39
  • …
  • 47
  • Next Page »
  • 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
  • Patreon – Anastasiia Reznichenko Collection
  • PBS – Nazi Ratlines in Franco’s Madrid (2024)

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