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

Tutsplus – SOLID Design Patterns in C#

06/01/2015 Learning for Life Leave a Comment

Tutsplus – SOLID Design Patterns in C#
English | Size: 739.51 MB
Category: CBTs


SOLID Design Principles are a set of five concepts which help developers write flexible, maintainable code. In this course, Derek Jensen will take you back to the basics of SOLID Design covering each of the concepts in the context of C# as well as covering concepts of Object Oriented Programming along the way. Whether you’re just getting started with SOLID or hoping to refresh your memory, by the end of the course, you’ll be sure to have a renewed vigour and appreciation for these good programming practices
[Read more…]

C/C++/C# C++, Design Patterns, SOLID, Tutsplus

Lynda – C Sharp Essential Training

04/01/2015 Learning for Life Leave a Comment

Lynda – C Sharp Essential Training
English | Size: 697.85 MB (731,744,726 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 Training, Lynda

Tutsplus.com – Advanced C Sharp [16 WebRip (MP4)]

29/11/2014 Learning for Life Leave a Comment

Tutsplus.com – Advanced C Sharp [16 WebRip (MP4)]
English | Size: 2.49 GB
Category: Computer Science


Don’t let the word “advanced” scare you any longer. Derek is here to show you that, with just a bit of guidance and some very simple examples, even newcomers to the world of C# are capable of incorporating advanced features and techniques into their day-to-day activities as quickly as tomorrow. [Read more…]

C/C++/C# Advanced, C Sharp, MP4, Tutsplus.com, WebRip

Introduction to the Boost C++ Libraries

24/11/2014 Learning for Life Leave a Comment

Introduction to the Boost C++ Libraries
English | Size: 549.97 MB
Category: CBTs


Description

This course gives an overview of Boost: a set of C++ libraries designed to cover some of the functionality that’s missing from the STL. This course covers the libraries that are used for storing optional values (Boost.Optional), reading program options (Boost.ProgramOptions), storing any type of value in a generic container (Boost.Any), implementing the signal/slot paradigm (a.k.a Observer pattern) (Boost.Signals2), working with the local file system (Boost.Filesystem), and also covers an assortment of smaller libraries including Boost string algorithms, Boost.Bimap, and Boost.Units. [Read more…]

C/C++/C# C++ Libraries, Introduction, the Boost

InfiniteSkills – C++ Memory Management

05/11/2014 Learning for Life Leave a Comment

InfiniteSkills – C++ Memory Management
English | Size: 68 MB
Category: TUTORIALS


In this C++ Memory Management training course, expert instructor Brook Monroe teaches you tricks about memory management with this programming language. This course is designed for users that already have a working knowledge of C++.

You will start out by learning about leaks and overruns, and how you can avoid them. Brook will teach you about STL vector methods, range checking, and sentinels. You will move in to seeing how you can take care of your environment and learn about memory leaks. From there, you will learn about reusing released memory, and are given expert pointers on the subject, as well as hear about pitfalls and best practices. Finally, you will learn about bad practices to avoid, and find out how the old school rules are the best practices. [Read more…]

C/C++/C# C++, InfiniteSkills, Memory Management

Pluralsight – Csharp Equality and Comparison

23/09/2014 Learning for Life Leave a Comment

Pluralsight – Csharp Equality and Comparison
English | Size: 1,17 GB
Category: TUTORIALS


In this course, you’ll learn how to use equality and comparisons correctly in your C# code: both how they work out of the box, and how to implement equality and comparisons for your own types. The course also covers working with inheritance, string comparisons, writing custom comparers and equality comparers, hash codes, and structural comparisons.
[Read more…]

C/C++/C# Comparison, Csharp Equality, Pluralsight

Play by Play- Kate Gregory

17/08/2014 Learning for Life Leave a Comment

Play by Play: Kate Gregory
English | Size: 801.82 MB
Category: CBTs


In this course, Kate Gregory takes some C++ code that was written over 10 years ago, familiarizes herself with the code, looks for code smells, identifies code that can be improved with modern C++ features, and writes a test harness to run some of that code.
[Read more…]

C/C++/C# Kate Gregory, Play by Play

Udemy – Android Development Using C# and Visual Studio

11/08/2014 Learning for Life Leave a Comment

Udemy – Android Development Using C# and Visual Studio
English | Size: 2,5 GB
Category:TUTORIALS


Mobile development has become increasingly important and popular. There are two platforms that own most of the current market share: Android and IOS. Microsoft has not been successful to date in the mobile market, and developers that are comfortable using Microsoft tools may feel left behind. It is possible, however, to create mobile applications for both Android and IOS using Microsoft Visual Studio and the Mono framework. This course will serve as an introduction on how to create applications for Android using Mono and C#. It will cover basic setup, UI development, options for working with data, interfacing with other Android features, like audio, camera and GPS, and publishing the application to Google Play. This title is a self-paced software training course delivered via pre-recorded video. We do not provide additional information outside of the posted content. [Read more…]

C/C++/C# Android, Development, Udemy, Using C#, Visual Studio

Pluralsight – C# Programming Paradigms

05/08/2014 Learning for Life Leave a Comment

Pluralsight – C# Programming Paradigms
English | Size: 531 MB
Category:TUTORIALS


Formerly titled “C# Fundamentals – Part 2,” including dynamic, functional, and language-oriented paradigms. C# Programming Paradigms 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 programming and functional programming. This course also covers programming with the Language Integrated Query features of C#, and software craftsmanship. Note – this course was originally titled “C# Fundamentals – Part 2,” but has been renamed to more accurately reflect the target audience and content of this course. The course content itself has not been changed since its original publication.
[Read more…]

C/C++/C# C++, Paradigms, Pluralsight, Programming

Accelerated C# Fundamentals – Pluralsight

03/08/2014 Learning for Life Leave a Comment

Accelerated C# Fundamentals – Pluralsight
English | Size:
Category:TUTORIALS


Formerly titled “C# Fundamentals – Part 1,” this course is designed to give C++ and Java developers an accelerated introduction to C# on the .NET platform. For a beginner-level introduction to C#, refer to “C# Fundamentals with C# 5.0.”
[Read more…]

C/C++/C# Accelerated, C++, Fundamentals, Pluralsight

  • « Previous Page
  • 1
  • …
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • Next Page »
  • GitLab CI/CD Bootcamp| Zero to Hero| Certification Prep 2025 | Udemy
  • Manual Software Testing: Complete Course with Practical Labs | Udemy
  • ProductionCrate: Magic Powers – Smoke Wizard
  • Udemy – Automate Everything with Python
  • Udemy – Introduction to Software Engineering

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