Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Third Side of a Coin: Prosetry & Short Stories, Farinha Gunnar


Варианты приобретения
Цена: 1724.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Farinha Gunnar
Название:  Third Side of a Coin: Prosetry & Short Stories
ISBN: 9781979537339
Издательство: Createspace Independent Publishing Platform
Классификация: ISBN-10: 197953733X
Обложка/Формат: Paperback
Страницы: 92
Вес: 0.14 кг.
Дата издания: 01.12.2017
Язык: English
Размер: 229 x 152 x 5
Поставляется из: США


The long ships

Автор: Bengtsson Frans Gunnar
Название: The long ships
ISBN: 1590173465 ISBN-13(EAN): 9781590173466
Издательство: Random House (USA)
Цена: 1743.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Frans Gunnar Bengtsson’s "The Long Ships" resurrects the fantastic world of the tenth century AD when the Vikings roamed and rampaged from the northern fastnesses of Scandinavia down to the Mediterranean. Bengtsson’s hero, Red Orm—canny, courageous, and above all lucky—is only a boy when he is abducted from his Danish home by the Vikings and made to take his place at the oars of their dragon-prowed ships. Orm is then captured by the Moors in Spain, where he is initiated into the pleasures of the senses and fights for the Caliph of Cordova. Escaping from captivity, Orm washes up in Ireland, where he marvels at those epicene creatures, the Christian monks, and from which he then moves on to play an ever more important part in the intrigues of the various Scandinavian kings and clans and dependencies. Eventually, Orm contributes to the Viking defeat of the army of the king of England and returns home an off-the-cuff Christian and a very rich man, though back on his native turf new trials and tribulations will test his cunning and determination. Packed with pitched battles and blood feuds and told throughout with wit and high spirits, Bengtsson’s book is a splendid adventure that features one of the most unexpectedly winning heroes in modern fiction.

Basic Tenliners

Автор: Kanold Gunnar
Название: Basic Tenliners
ISBN: 1291887075 ISBN-13(EAN): 9781291887075
Издательство: Неизвестно
Рейтинг:
Цена: 1759.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Die NOMAM, Abk rzung f r Not Only Marvelous Atari Machinery, ist ein Treffen von Gleichgesinnten. Sie findet seit 2008 jeweils im April in verschiedenen Orten Schleswig-Holsteins statt und zieht Homecomputer-Begeisterte aus ganz Deutschland und dem benachbarten Ausland an. Neben dem Spielen, dem Basteln, L ten und Schrauben an ihren alten Rechnern stellt f r sie das Programmieren einen wichtigen Teil ihres Hobbys - das Retrocomputing - dar. In diesem Jahr fand das Event, genauso wie im Vorjahr, in L beck im Gemeindehaus der ev.-luth. Kirchengemeinde K cknitz statt. Bereits 2013 beschlossen die Teilnehmer, auch 2014 wieder einen kleinen Programmierwettbewerb zu starten. Die Aufgabe: Schreibe ein Spiel in 10 Zeilen in der Programmiersprache Turbo Basic XL f r Atari-Computer. Um den Wettbewerb etwas zu bereichern, wurden auch Programme von Leuten zugelassen, die nicht zur NOMAM erscheinen. Vielleicht w rden es ja ein paar mehr Programme werden als die sechs eingereichten Programme im Vorjahr ...

Nhibernate 4.x cookbook

Автор: Liljas, Gunnar Zaytsev, Alexander Dentler, Jason
Название: Nhibernate 4.x cookbook
ISBN: 1784396427 ISBN-13(EAN): 9781784396428
Издательство: Неизвестно
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Over 90 incredible and powerful recipes to help you efficiently use NHibernate in your applicationAbout This Book* Master the full range of NHibernate features through detailed example recipes that you can quickly apply to your own applications* Reduce hours of application development time and get a better application architecture and improved performance* Create, maintain, and update your database structure automatically with the help of NHibernateWho This Book Is ForThis book is written for .NET developers who want to use NHibernate and those who want to deepen their knowledge of the platform. Examples are written in C# and XML. Some basic knowledge of SQL is assumed.

If you build .NET applications that use relational databases, this book is for you. What You Will Learn* Create a persistent object model to move data in and out of your database* Build the database from your model automatically* Configure NHibernate for use with WebForms, MVC, WPF, and WinForms applications* Create database queries using a variety of methods* Improve the performance of your applications using a variety of techniques* Build an infrastructure for fast, easy, test-driven development of your data access layer* Implement entity validation, auditing, full-text search, horizontal partitioning (sharding), and spatial queries using NHibernate Contrib projectsIn DetailNHibernate is a mature, flexible, scalable, and feature-complete open source project for data access. Although it sounds like an easy task to build and maintain database applications, it can be challenging to get beyond the basics and develop applications that meet your needs perfectly.

NHibernate allows you to use plain SQL and stored procedures less and keep focus on your application logic instead. Learning the best practices for a NHibernate-based application will help you avoid problems and ensure that your project is a success. The book will take you from the absolute basics of NHibernate through to its most advanced features, showing you how to take full advantage of each concept to quickly create amazing database applications.

You will learn several techniques for each of the four core NHibernate tasks-configuration, mapping, session and transaction management, and querying-and which techniques fit best with various types of applications. In short, you will be able to build an application using NHibernate by the end of the book. You will also learn how to best implement enterprise application architecture patterns using NHibernate, leading to clean, easy-to-understand code and increased productivity.

In addition to new features, you will learn creative ways to extend the NHibernate core, as well as gaining techniques to work with the NHibernate search, shards, spatial, envers, and validation projects. Style and approachThis book contains recipes with examples organized in functional areas, each containing step-by-step instructions on everything necessary to execute a particular task. The book is designed so you can read it from start to end or just open up any chapter and start following the recipes.

Opus Maximus

Автор: Farinha Gunnar
Название: Opus Maximus
ISBN: 1546692738 ISBN-13(EAN): 9781546692737
Издательство: Неизвестно
Цена: 2586.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Автор: Farinha Gunnar
Название: The Fragmentation of Poetic Realism
ISBN: 1543008453 ISBN-13(EAN): 9781543008456
Издательство: Неизвестно
Цена: 2586.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия