Kirjojen hintavertailu. Mukana 12 152 606 kirjaa ja 12 kauppaa.

Kirjailija

Mohammad Rahman

Kirjat ja teokset yhdessä paikassa: 18 kirjaa, julkaisuja vuosilta 2011-2023, suosituimpien joukossa Ein Handbuch der psychologischen Forschung mit politischen Implikationen. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

18 kirjaa

Kirjojen julkaisuhaarukka 2011-2023.

A Handbook of Psychological Research with Policy Implication

A Handbook of Psychological Research with Policy Implication

Mohammad Rahman

Lap Lambert Academic Publishing
2022
pokkari
Our society is based on an orientation which supports maximizing the satisfaction of stomach and sexual organ. It does not consider the human psychology in policy making and in doing so has a very detrimental effect in the long term to our evolution, behaviour and social relationship. This writing summarizes various psychological research while giving relevant policies based on such. The aim of the policies is to harmonize and preserve the required and productive psychology. This writing is meant to be a reference for easy access to various psychological research. Further research and materials can be added to keep it up-to-date. Seven special subfields of psychology have been addressed and researched. Psychology is a workable science and not just a theory, and as such, psychologists should continue to study and use psychology to evolve and mature policies.
C# Deconstructed

C# Deconstructed

Mohammad Rahman

APress
2014
nidottu
C# Deconstructed answers a seemingly simply question: Just what is going on, exactly, when you run C# code on the .NET Framework? To answer this question we will dig ever deeper into the structure of the C# language and the onion-skin abstraction layers of the .NET Framework that underpins it. We?ll follow the execution thread downwards, first to MSIL (Microsoft Intermediate Language) then down through just-in-time compilation into Machine Code before finally seeing the results executed at the hardware level. The aim of this deep-dive is to provide you with a much more rounded knowledge of the environment within which you code exists. As a managed language, it?s best-practice to let the Framework deal with device interaction but you?ll find the experience of taking the cover off once in a while a very rewarding one that will greatly enrich your appreciate of the C# language and the way in which in functions.
Expert C# 5.0

Expert C# 5.0

Mohammad Rahman

APress
2012
nidottu
Expert C# 5.0 is a book about getting the best from C#. It’s based on the principle that to write good, high-performance, robust applications you need to understand whats going on deep under the hood. If you are already experienced with writing managed applications and want to learn more about how to get the best from the language at an advanced level, then this is the book for you.Expert C# 5.0 discusses the familiar C# language in forensic detail. Examining familiar elements closely to reveal how they really work. Key language features that you are already familiar with, such as Enums, Strings and Collections, are teased apart and examined under the twin microscopes of MSIL (Intermediate Language) and the Windbg debugger to see what's really going on behind the scenes as your code is compiled and passed to the CLR.This unparalleled depth of explanation will help you to become a true master of the C# language and architect better crafted applications that work in the most efficient and reliable way possible. It will also give you the insight you need to rapidly identify and fix the stubborn coding faults that others may be unable to diagnose.