Syncfusion Succintly Series e-books – learn all of the latest technologies with our library of free e-books

Список книг взят отсюда.

Код для генерации списка:

// Осортировать по дате публикации от ранних к поздним.
(function () {
 var result = '', start = 0, cnt, used = 0;
 $('.list-details').each(function (index) {
   if (index >= start) {
    cnt = index;
    var link = 'https://www.syncfusion.com'
     + $(this).find('.withoutpad a').attr('href');
    var img = 'https:'
     + $(this).find('.withoutpad a img').attr('src');
    var title = $.trim($(this).find('.withoutleftpad h4 a').text());
    var author = $.trim($(this).find('.withoutleftpad div').text());
    var item = '<a href="' + link + '"><b>' 
     + title + '</b> ' + author + '</a><br/>\n';
    result += item;
    used += 1;
   }
 });
 console.log('Всего книг: ', cnt + 1);
 console.log('В результат попало книг: ', used);
 console.log('Результат:\n' + result);
}());

Последняя взятая книга:
Gradle Succinctly by José Roberto Olivas Mendoza

Linux

Linux Succinctly by Jason Cannon
Ubuntu Server Succinctly by José Roberto Olivas Mendoza

Windows

PowerShell Succinctly by Rui Machado
More Windows 8.1 Succinctly by Matteo Pagani
Windows 8.1 Succinctly by Matteo Pagani

Git

✓ Git Succinctly by Ryan Hodson
GitHub Succinctly Joseph D. Booth

Programming Languages

Groovy Succinctly by Duncan Dickinson
C# Succinctly by Joe Mayo
Delphi Succinctly by Marco Breveglieri
Python Succinctly by Jason Cannon
Regular Expressions Succinctly by Joe Booth
Assembly Language Succinctly by Christopher Rose
✓ Objective-C Succinctly by Ryan Hodson
✓ C++ Succinctly by Michael McLaughlin
Go Succinctly by Mark Lewin
Go Web Development Succinctly by Mark Lewin
SQL Queries Succinctly by Nick Harrison
Java Succinctly Part 2 by Christopher Rose
Java Succinctly Part 1 by Christopher Rose
PHP Succinctly by José Roberto Olivas Mendoza

OOP

SOLID Principles Succinctly Gaurav Kumar Arora
Object-Oriented Programming in C# Succinctly by Sander Rossel

Data Structures

✓ Data Structures Succinctly Part 1 by Robert Horvick
✓ Data Structures Succinctly Part 2 by Robert Horvick


Mobile Development

✓ Android Programming Succinctly by Ryan Hodson
Windows Phone 8 Development Succinctly by Matteo Pagani
iOS Succinctly by Ryan Hodson
Xamarin.Forms Succinctly by Derek Jensen
Xamarin.Forms Succinctly by Alessandro Del Sole

Testing

Unit Testing Succinctly by Marc Clifton
FakeItEasy Succinctly by Michael McCarthy

Functional Programming

Imperative to Functional Programming Succinctly by Marc Clifton
✓ F# Succinctly by Robert Pickering
Scala Succinctly by Chris Rose

Mathematics; Science

MATLAB Succinctly by Dmitri Nesteruk
SciPy Programming Succinctly James McCaffrey

Statistics; Excel

Statistics Using Excel Succinctly by Charles Zaiontz
PowerPivot Succinctly by James Beresford
Statistics Fundamentals Succinctly by Katie Kormanik
R Succinctly by Barton Poulson
R Programming Succinctly by James McCaffrey
Accounting Succinctly by Joe Booth

Machine Learning; Neural Networks

Machine Learning Using C# Succinctly by James McCaffrey
Neural Networks Using C# Succinctly by James McCaffrey
Support Vector Machines Succinctly by Alexandre Kowalczyk

CSS

CSS3 Succinctly by Peter Shaw
Twitter Bootstrap 3 Succinctly by Peter Shaw
Twitter Bootstrap Succinctly by Peter Shaw

JavaScript

✓ JavaScript Succinctly by Cody Lindley
✓ jQuery Succinctly by Cody Lindley
✓ Knockout.js Succinctly by Ryan Hodson
AngularJS Succinctly by Frederik Dietz
Angular 2 Succinctly by Joseph D. Booth
✓ ECMAScript 6 Succinctly Matthew Duffield
TypeScript Succinctly by Steve Fenton
Node.js Succinctly by Emanuele DelBono
✓ Keystone.js Succinctly by Manikanta Panati
React.js Succinctly Samer Buna
Gulp Succinctly Kris van der Mast
Leaflet.js Succinctly by Mark Lewin
Aurelia Succinctly by Matthew Duffield

Visual Studio

T4 Succinctly by Nick Harrison
ReSharper Succinctly by Peter Shaw
Visual Studio 2017 Succinctly by Alessandro Del Sole
Visual Studio Code Succinctly Alessandro Del Sole
Visual Studio 2015 Succinctly by Alessandro Del Sole
Visual Studio 2013 Succinctly by Alessandro Del Sole
Visual Studio Add-Ins Succinctly by Joe Booth

Windows Applications

WPF Succinctly by Buddy James
WPF Debugging and Performance Succinctly by Alessandro Del Sole
Prism 4 Succinctly by Eric Stitt
More UWP Succinctly by Matteo Pagani
UWP Succinctly by Matteo Pagani
📖 Windows Store Apps Succinctly by John Garland
Developing Windows Services Succinctly by José Roberto Olivas Mendoza

ASP.NET; SharePoint

ServiceStack Succinctly by Zoran Maksimovic
OWIN Succinctly by Ugo Lattanzi and Simone Chiaretta
Windows Azure Websites Succinctly by Kyle Burns
NancyFX Succinctly by Peter Shaw
ASP.NET Core Succinctly by Simone Chiaretta and Ugo Lattanzi
ASP.NET Multitenant Applications Succinctly by Ricardo Peres
ASP.NET MVC Succinctly by Nick Harrison
ASP.NET Web API Succinctly by Emanuele DelBono
✓ ASP.NET MVC 4 Mobile Websites Succinctly by Lyle Luppes
SharePoint 2013 App Model Succinctly by Fabio Franzini
ASP.NET WebHooks Succinctly by Gaurav Arora

SQL Server; Business Intelligence

SQL Server for C# Developers Succinctly by Sander Rossel
SQL on Azure Succinctly by Parikshit Savjani
SQL Server Analysis Services Succinctly by Stacia Misner
Windows Azure SQL Reporting Succinctly by Stacia Misner
SSIS Succinctly by Rui Machado
BI Solutions Using SSAS Tabular Model Succinctly by Parikshit Savjani

ORM; LINQ

LINQ Succinctly by Jason Roberts
LINQPad Succinctly by José Roberto Olivas Mendoza
NHibernate Succinctly by Ricardo Peres
Entity Framework Code First Succinctly by Ricardo Peres

Big Data; Parallel Computing

Hadoop Succinctly Elton Stoneman
Hive Succinctly Elton Stoneman
Apache Solr Succinctly by Xavier Morera
Cassandra Succinctly by Marko Švaljek
HBase Succinctly by Elton Stoneman
MongoDB Succinctly by Agus Kurniawan
MongoDB 3 Succinctly by Zoran Maksimovic
Spark Succinctly by Marko Švaljek
CUDA Succinctly by Chris Rose
Asynchronous Programming Succinctly by Dirk Strauss
HDInsight Succinctly by James Beresford
Azure Cosmos DB and DocumentDB Succinctly by Ed Freitas

Graphics

Unity Game Development Succinctly by Jim Perry
Direct3D Succinctly by Chris Rose
Direct2D Succinctly by Chris Rose
AutoCAD Succinctly Lucio Da Silva

Maps

✓ GIS Succinctly by Peter Shaw
Bing Maps V8 Succinctly by James McCaffrey

Miscellaneous

Microsoft Bot Framework Succinctly by Ed Freitas
Twilio with C# Succinctly by Ed Freitas

.NET Core Succinctly by Giancarlo Lelli
Application Security in .NET Succinctly by Stan Drapkin
Roslyn Succinctly by Alessandro Del Sole
Localization for .NET Succinctly by Jonas Gauffin

Customer Success for C# Developers Succinctly Ed Freitas
Data Capture and Extraction with C# Succinctly Ed Freitas
C# Code Contracts Succinctly by Dirk Strauss

Arduino Succinctly by Marko Švaljek
Directory Enabled Applications Succinctly by Giancarlo Lelli
Microsoft Unity Succinctly by Ricardo Peres
BizTalk Succinctly by Rui Machado
Postgres Succinctly by Peter Shaw

✓ PDF Succinctly by Ryan Hodson
Camtasia Succinctly by José Roberto Olivas Mendoza

Web Servers Succinctly by Marc Clifton
✓ HTTP Succinctly by Scott Allen

LightSwitch Mobile Business Apps Succinctly by Jan Van der Haegen
✓ LightSwitch Succinctly by Jan Van der Haegen

Force.com Succinctly by Ed Freitas
Cryptography in .NET Succinctly by Dirk Strauss
Power BI Succinctly by Pierstefano Tucci
Implementing a Custom Language Succinctly by Vassili Kaplan
Gradle Succinctly by José Roberto Olivas Mendoza