0
Your cart

Your cart is empty

Browse All Departments
Price
Status
Brand

Showing 1 - 25 of 35 matches in All Departments

Der heilige Alfonsus und der Redemptoristen-Orden (Hardcover): Franz Ratte Der heilige Alfonsus und der Redemptoristen-Orden (Hardcover)
Franz Ratte
R1,279 Discovery Miles 12 790 Ships in 12 - 17 working days
ahkami-nehiyawetan - Let's Keep Speaking Cree (Spiral bound): Solomon Ratt ahkami-nehiyawetan - Let's Keep Speaking Cree (Spiral bound)
Solomon Ratt
R770 Discovery Miles 7 700 Ships in 12 - 17 working days

An important language resource that helps intermediate nehiyawewin learners begin to understand more advanced grammar of the language. Building on maci-nehiyawewin / Beginning Cree, Solomon Ratt's first influential Cree language resource, ahkami-nehiyawetan / Let's Keep Speaking Cree helps intermediate nehiyawewin learners begin to understand more advanced grammar of the language. The textbook is more than a language textbook though: it includes a series of the author's original stories written in Cree, complete with comprehension questions, making it ideal for self-study as well as classroom use.

The Medieval Mediterranean City - Urban Life and Design Before European Hegemony, 1250-1380 (Paperback): Felicity Ratte The Medieval Mediterranean City - Urban Life and Design Before European Hegemony, 1250-1380 (Paperback)
Felicity Ratte
R1,892 R1,392 Discovery Miles 13 920 Save R500 (26%) Ships in 12 - 17 working days

This book is a study of architecture and urban design across the Mediterranean Sea from the 12th to the 14th Century, a time when there was no single, hegemonic power dominating the area. The focus of the study-four cities on the Italian peninsula, and four in Syria and Egypt-is the interconnectedness of the design and use of urban structures, streets and open space. Each chapter offers an historical analysis of the buildings and spaces used for trade, education, political display and public action. The work includes historical and social analyses of the mercantile, social, political and educational cultures of the eight cities, highlighting similarities and differences between Christian and Islamic practices. Sixteen new maps drawn specifically for this book are based on the writings of medieval travelers.

maci-nehiyawewin / Beginning Cree (Spiral bound): Solomon Ratt maci-nehiyawewin / Beginning Cree (Spiral bound)
Solomon Ratt; Illustrated by Holly Martin
R1,294 Discovery Miles 12 940 Ships in 12 - 17 working days

Designed as an introduction for Cree language learners, maci-nehiyawewin / Beginning Cree acts as a self-study aid--a much-needed resource in today's world where most students cannot speak Cree fluently. Basic grammar units and everyday vocabulary items guide the student through the building blocks of the language, and expansion drills and exercises reinforce lessons and prepare the student for further study. With over 100 delightful illustrations, maci-nehiyawewin / Beginning Cree grounds the language in traditional and contemporary contexts.

ka-pi-isi-kiskisiyan / The Way I Remember It (Paperback): Solomon Ratt ka-pi-isi-kiskisiyan / The Way I Remember It (Paperback)
Solomon Ratt
R597 Discovery Miles 5 970 Ships in 12 - 17 working days

A residential school survivor finds his way back to his language and culture through his family's traditional stories. When reflecting on forces that have shaped his life, Solomon Ratt says his education was interrupted by his schooling. Torn from his family at the age of six, Ratt was placed into the residential school system-a harsh, institutional world, operated in a language he could not yet understand, far from the love and comfort of home and family. In ka-pi-isi-kiskisiyan / / The Way I Remember It , Ratt reflects on these memories and the life-long challenges he endured through his telling of acimisowin -autobiographical stories-and also traditional tales. Written over the course of several decades, Ratt describes his life before, during, and after residential school. In many ways, these stories reflect the experience of thousands of other Indigenous children across Canada, but Ratt's stories also stand apart in a significant way: he managed to retain his mother language of Cree by returning home to his parents each summer despite the destruction wrought by colonialism. Ratt then shifts from the acimisowina (personal, autobiographical stories) to acathohkiwina , (sacred stories) the more formal and commonly recognized style of traditional Cree literature, to illustrate how, in a world uninterrupted by colonialism and its agenda of genocide, these traditional stories would have formed the winter curriculum of a Cree child's education. Presented in Cree Th-dialect Standard Roman Orthography, syllabics, and English, Ratt's reminiscences of residential school escapades almost always end with a close call and a smile. Even when his memories are dark, Ratt's particularly Cree sense of humour shines, making ka-pi-isi-kiskisiyan / / The Way I Remember It an important and unique memoir that emphasizes and celebrates Solomon Ratt's perseverance and life after residential school.

Pro LINQ - Language Integrated Query in C# 2010 (Paperback, 1st ed.): Joseph Rattz, Adam Freeman Pro LINQ - Language Integrated Query in C# 2010 (Paperback, 1st ed.)
Joseph Rattz, Adam Freeman
R1,180 R884 Discovery Miles 8 840 Save R296 (25%) Out of stock

LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends with code. Most books show the simplest examples of how to use a method, but they so rarely show how to use the more complex prototypes. This book is different. Demonstrating the overwhelming majority of LINQ operators and prototypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, this book cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Face it, most technical books, while informative, are dull. LINQ need not be dull. Written with a sense of humor, this book will attempt to entertain you on your journey through the wonderland of LINQ and C# 2010. What you'll learn How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods. How to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want. Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you. How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data. How to query DataSets with LINQ to DataSet so you can coexist with legacy code and use LINQ to query databases other than SQL Server. How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts. Who this book is for

This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material. When you finish this book, you will have a much greater understanding of the latest C# features. Table of Contents Hello LINQ C# Language Enhancements for LINQ LINQ to Objects Introduction Deferred Operators Nondeferred Operators LINQ to XML Introduction The LINQ to XML API LINQ to XML Operators Additional XML Capabilities LINQ to DataSet Operators Additional DataSet Capabilities LINQ to SQL Introduct ion LINQ to SQL Tips and Tools LINQ to SQL Database Operations LINQ to SQL Ent ity Classes The LINQ to SQL DataContext LINQ to SQL Concurrency Conflicts Additional LINQ to SQL Capabilities LINQ to Entities Introduction LINQ to Entities Operations LINQ to Entities Classes Parallel LINQ Introduction Using Parallel LINQ Parallel LINQ Operators

Pro LINQ in VB8 - Language Integrated Query in VB 2008 (Paperback, 1st ed.): Joseph Rattz, Dennis Hayes Pro LINQ in VB8 - Language Integrated Query in VB 2008 (Paperback, 1st ed.)
Joseph Rattz, Dennis Hayes
R1,356 R1,093 Discovery Miles 10 930 Save R263 (19%) Out of stock

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQmade its debutin Visual Studio 2008, andbecamea musthave skill for .NET developers. For more information about LINQ, you can check out www.linqdev.com.

Starting with code and ending with code and tailored for the VB language, Pro LINQ: Language Integrated Query in VB 2008 is a veritable treasury of LINQ examples that will save you hours, even days, of research time. Keeping you focused on the relevant LINQ principles, expert author Joseph Rattz, Jr., and VB specialist Dennis Hayes provide examples for complex models that you won't find anywhere else.

In most books, you'll find plenty of simple examples to demonstrate how to use a method, but authors rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in VB 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, Joseph Rattz, Jr., and Dennis Hayes condense their extensive experience and expertise into a desk companion that is essential for any serious .NET professional.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, this book cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in VB 2008 returns your investment is in the hours, and sometimes days, spent by the authors determining why something may not work as expected. Sometimes this results in an innocentlooking paragraph that may take you a minute to read and understand, but took days to research and explain.

Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, this book will attempt to entertain you on your journey through the wonderland of LINQ and VB 2008. What you'll learn How to leverage all the LINQrelevant VB 2008 language features, including extension methods, lambda expressions, anonymous data types, and partial methods How to use LINQ to Objects to query inmemory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data How to query DataSets with LINQ to DataSet so you can coexist with legacy code and use LINQ to query databases other than SQL Server How to query databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts Who this book is for

This book is written for the proficient VB developer, but you do not need to be up on all the latest VB features to understand the material. Table of Contents Hello LINQ VB.NET 2008 Language Enhancements for LINQ LINQ to Objects Introduction Deferred Operators Nondeferred Operators LINQ to XML Introduction The LINQ to XML API LINQ to XML Operators Additional XML Capabilities LINQ to DataSet Operators Additional DataSet Capabilities LINQ to SQL Introduction LINQ to SQL Tips and Tools LINQ to SQL Database Operations LINQ to SQL Entity Classes The DataContext Concurrency Conflicts Additional SQL Capabilities

Pro LINQ - Language Integrated Query in C# 2008 (Paperback, 1st Corrected ed., Corr. 4th printing): Joseph Rattz Pro LINQ - Language Integrated Query in C# 2008 (Paperback, 1st Corrected ed., Corr. 4th printing)
Joseph Rattz
R1,041 R764 Discovery Miles 7 640 Save R277 (27%) Out of stock

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next musthave skill for .NET developers. For more information about LINQ, you can check out the author's portal at www.LINQdev.com.

Pro LINQ: Language Integrated Query in C# 2008 is all about code.

Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain.

Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008. What you'll learn How to leverage all the LINQ-relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods. How to use LINQ to Objects to query inmemory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want. Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you. How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data. How to query DataSets with LINQ to DataSet so you can coexist with legacy code and use LINQ to query databases other than SQL Server. How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts. Who this book is for

This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material.

nehiyawetan kikinahk? / Speaking Cree in the Home - A Beginner's Guide for Families (Paperback): Andrea Custer, Belinda... nehiyawetan kikinahk? / Speaking Cree in the Home - A Beginner's Guide for Families (Paperback)
Andrea Custer, Belinda Daniels; Foreword by Solomon Ratt; Illustrated by Lana Whiskeyjack
R573 Discovery Miles 5 730 Ships in 12 - 17 working days

A hands-on guide for parents and caregivers to develop best practices in revitalizing and teaching Cree to young children. In nehiyawetan kikinahk / Speaking Cree in the Home , Belinda Daniels and Andrea Custer provide an introductory text to help families immerse themselves, their children, and their homes in nehiyawewin -the Cree language. Despite the colonial attacks on Cree culture, language, and peoples, Custer and Daniels remind readers that the traditional ways of knowing and transferring knowledge to younger generations have not been lost and can be revived in the home, around the table, every day. nehiyawetan kikinahk / Speaking Cree in the Home is an approachable, hands-on manual that helps to re-forge connections between identity, language, family, and community-by centering Indigenous knowledge and providing Cree learners and speakers with a practical guide to begin their own journey of reclaiming and revitalizing Cree in the home. Readers are guided through methods for language learning, the basics of reading Cree and Standard Roman Orthography, pronunciation of vowels, engaging language-learning games, and examples of high-frequency words and phrases that can easily be incorporated into daily routines and taught to children young and old.

Picturing the City in Medieval Italian Painting (Paperback): Felicity Ratte Picturing the City in Medieval Italian Painting (Paperback)
Felicity Ratte
R1,318 R908 Discovery Miles 9 080 Save R410 (31%) Ships in 12 - 17 working days

Buildings and their surrounding spaces play a role in formulating the collective identity of an urban population. The history of architecture, and urban history, can be studied through cityscape paintings and other artwork. The character and greatness of a city, perhaps lost to modern historians, can be recognized. In this text, four key issues are discussed in the study of change in architectural imagery and urban identity: the Roman artists' role in 14th-century painting in Tuscany, the Tuscan-Byzantinian relationship from the mid- to late 13th century, ""naturalistic"" representation of medieval painting, and the meaning behind the stylistic changes that coincided with the bubonic plague in the 14th century. Surveying the architectural imagery in narrative paintings, the text focuses primarily on Rome, Assisi, Siena and Florence from circa 1250 to circa 1390. The book details the relationship between art and cityscape, as well as analyzes historical artistic periods, via painted portraiture of architecture. Also included are 115 photographs, illustrations and maps.

Renewing Indigenous Economies (Paperback): Kathy Ratte, Terry L. Anderson Renewing Indigenous Economies (Paperback)
Kathy Ratte, Terry L. Anderson
R995 Discovery Miles 9 950 Ships in 12 - 17 working days

Before the arrival of Europeans, Native Americans had thriving societies based on governing structures and property rights that encouraged productivity and trade. These traditional economies were crippled by federal law that has held Indians in colonial bondage. This book provides the knowledge for tribes trapped in "white tape" to revitalize their economies and communities.

Woods Cree Stories (Paperback): Solomon Ratt Woods Cree Stories (Paperback)
Solomon Ratt
R741 Discovery Miles 7 410 Ships in 12 - 17 working days

Humour is not only the best medicine; it is also an exceptionally useful teaching tool. So often, it is through humour that the big lessons in life are learned--about responsibility, honour, hard work, and respect. Cree people are known for their wit, so the tales in Woods Cree Stories are filled with humour. The book includes nine stories--including Boys Get Lost, Foolishness, and Animals Become Friends--and a Woods Cree-to-English glossary. All the stories are presented in Cree syllabics, Standard Roman Orthography, and English translation and can be enjoyed by those new to the language and more advanced learners.

Der heilige Alfonsus und der Redemptoristen-Orden (Paperback): Franz Ratte Der heilige Alfonsus und der Redemptoristen-Orden (Paperback)
Franz Ratte
R951 Discovery Miles 9 510 Out of stock
nehiyawetan kikinahk? / Speaking Cree in the Home - A Beginner's Guide for Families (Hardcover): Andrea Custer, Belinda... nehiyawetan kikinahk? / Speaking Cree in the Home - A Beginner's Guide for Families (Hardcover)
Andrea Custer, Belinda Daniels; Foreword by Solomon Ratt; Illustrated by Lana Whiskeyjack
R2,128 R1,935 Discovery Miles 19 350 Save R193 (9%) Out of stock

A hands-on guide for parents and caregivers to develop best practices in revitalizing and teaching Cree to young children. In nehiyawetan kikinahk / Speaking Cree in the Home , Belinda Daniels and Andrea Custer provide an introductory text to help families immerse themselves, their children, and their homes in nehiyawewin -the Cree language. Despite the colonial attacks on Cree culture, language, and peoples, Custer and Daniels remind readers that the traditional ways of knowing and transferring knowledge to younger generations have not been lost and can be revived in the home, around the table, every day. nehiyawetan kikinahk / Speaking Cree in the Home is an approachable, hands-on manual that helps to re-forge connections between identity, language, family, and community-by centering Indigenous knowledge and providing Cree learners and speakers with a practical guide to begin their own journey of reclaiming and revitalizing Cree in the home. Readers are guided through methods for language learning, the basics of reading Cree and Standard Roman Orthography, pronunciation of vowels, engaging language-learning games, and examples of high-frequency words and phrases that can easily be incorporated into daily routines and taught to children young and old.

At Scales Edge (Paperback): Aimee Ratte At Scales Edge (Paperback)
Aimee Ratte; S M Winter
R339 Discovery Miles 3 390 Out of stock
ahkami-nehiyawetan / Let's Keep Speaking Cree - Let's Keep Speaking Cree (Hardcover): Solomon Ratt ahkami-nehiyawetan / Let's Keep Speaking Cree - Let's Keep Speaking Cree (Hardcover)
Solomon Ratt
R2,060 R1,867 Discovery Miles 18 670 Save R193 (9%) Out of stock

An important language resource that helps intermediate nehiyawewin learners begin to understand more advanced grammar of the language. Building on maci-nehiyawewin / Beginning Cree, Solomon Ratt's first influential Cree language resource, ahkami-nehiyawetan / Let's Keep Speaking Cree helps intermediate nehiyawewin learners begin to understand more advanced grammar of the language. The textbook is more than a language textbook though: it includes a series of the author's original stories written in Cree, complete with comprehension questions, making it ideal for self-study as well as classroom use.

Today in H'burg... 100 Days Sheltering-In-Place (Paperback): Pierre J Ratte Today in H'burg... 100 Days Sheltering-In-Place (Paperback)
Pierre J Ratte
R773 R678 Discovery Miles 6 780 Save R95 (12%) Out of stock
Lydian Architecture - Ashlar Masonry Structures at Sardis (Hardcover, New): Christopher Ratte Lydian Architecture - Ashlar Masonry Structures at Sardis (Hardcover, New)
Christopher Ratte; Appendix by Michael H. Ramage, Robert H. Tykot
R2,144 R1,819 Discovery Miles 18 190 Save R325 (15%) Ships in 12 - 17 working days

From the sixth to the fourth century B.C., the western Anatolian region of Lydia was home to a distinctive local tradition of ashlar masonry construction. The earliest datable example of fine stone masonry in the environs of Sardis, the capital of the Lydian empire, is the tomb of King Alyattes, who died in ca. 560 B.C. Contemporary monuments include a city gate and monumental terraces. Alyattes' son Croesus was overthrown by the Persians in 547 B.C., but the Lydian building tradition survived in chamber tombs at Sardis and throughout Lydia.

This richly illustrated volume examines the monuments of Sardis and environs in the context of contemporary developments in Lydia and throughout the ancient Mediterranean and Near East. The study of Lydian architecture illuminates traditions of Anatolian kingship, technological exchange between Lydia and Greece and the Near East, and the origins of Persian imperial architecture.

Western Affliction - An Elemental Series Novel (Paperback): Aimee Ratte Western Affliction - An Elemental Series Novel (Paperback)
Aimee Ratte; S M Winter
R301 Discovery Miles 3 010 Out of stock
French Knickers - Her Wicked Way With Him (Paperback): Louisa Ratt French Knickers - Her Wicked Way With Him (Paperback)
Louisa Ratt
R157 Discovery Miles 1 570 Out of stock
French Knickers - Dutch Crown (Paperback): Louisa Ratt French Knickers - Dutch Crown (Paperback)
Louisa Ratt
R153 Discovery Miles 1 530 Out of stock
French Knickers - The Man In The White Coat (Paperback): Louisa Ratt French Knickers - The Man In The White Coat (Paperback)
Louisa Ratt
R152 Discovery Miles 1 520 Out of stock
South of Redemption - An Elemental Series Novel (Paperback): Aimee Ratte South of Redemption - An Elemental Series Novel (Paperback)
Aimee Ratte; S M Winter
R277 Discovery Miles 2 770 Out of stock
True North (Paperback): Aimee E Ratte True North (Paperback)
Aimee E Ratte; S M Winter
R265 Discovery Miles 2 650 Out of stock
NFL Football in the Nutshell - (Written by the Nut) (Paperback): Louie Du Ratte NFL Football in the Nutshell - (Written by the Nut) (Paperback)
Louie Du Ratte
R458 Discovery Miles 4 580 Out of stock
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Katherine Morris - an Autobiography
Frances West Atherton Pike Paperback R571 Discovery Miles 5 710
By Himself - The Authorised Book Of…
Nelson Mandela Paperback R170 R133 Discovery Miles 1 330
An Authentic Narrative of Some…
John Newton Paperback R446 Discovery Miles 4 460
Practical Hints on the Moral, Mental…
Anne De Wahl Paperback R448 Discovery Miles 4 480
A Distant Shore
Karen Kingsbury Hardcover R605 Discovery Miles 6 050
A Treatise on the Theory and Management…
Benjamin Bell Paperback R657 Discovery Miles 6 570
Sea Prayer
Khaled Hosseini Hardcover  (1)
R424 R303 Discovery Miles 3 030
Schools and Masters of Painting - With…
Alida Graveraet Radcliffe Paperback R769 Discovery Miles 7 690
The Boy Who Could Keep A Swan In His…
John Hunt Paperback  (1)
R347 Discovery Miles 3 470
The Life Impossible
Matt Haig Hardcover R550 R369 Discovery Miles 3 690

 

Partners