Books  [Simon Kendal] Object Oriented Programming using C#

  • Пользователь tttx
  • Дата
  • Books
81-qniNx6cL._SL1500_.jpg

DESCRIPTION:

This book will explain the Object Oriented approach to programming and through the use of small exercises in C#, for which feedback is provided, develop some practical skills as well.

At the end of the book one larger case study will be used to illustrate the application of the techniques. This will culminate in the development of a complete C# program which can be downloaded with this book.

Topics covered include: Abstraction, Inheritance, Polymorphism, Object Oriented Software Analysis and Design, The Unified Modelling Language (UML), Agile Programming and Test Driven Development

This, the second edition of this book, demonstrates...

Books  [Poul Klausen] C# 1: Introduction to programming and the C# language

  • Пользователь tttx
  • Дата
  • Books
Vm5FTPilRoCHueemhLzAvw.png

DESCRIPTION:

The book is a practical basic introduction to programming and C# that introduces basic principles of object-oriented programming and also deals with the C# programming language through a collection of simple examples. The goal is to provide the basic knowledge needed to develop complete applications and to move on to more specialized topics in programming. In addition to the basic concepts the book also deals with collection classes, and files with emphasis on object serializing. The book concludes with two slightly larger examples, which deal with the books many concepts in a larger context.

About the Authors
  • Poul...

Books  [Wikibooks Contributors] C# Programming

  • Пользователь tttx
  • Дата
  • Books
MMpj3SLyRBCsHDH_KzTJJg.png

DESCRIPTION:

C# (pronounced "See Sharp") is a multi-purpose computer programming language suitable for a wide variety of development needs.

This WikiBook introduces C# language fundamentals and covers a variety of the base class libraries (BCL) provided by the Microsoft .NET Framework.

Whether you are a first-time programmer or an experienced coder wanting to learn C#, this is the book for you. It is designed to get you programming quickly by explaining core concepts and providing the essential code needed. Read C# Fundamentals from beginning to end and then use it as a quick reference for the code you need.

INFORMATION PAGE:...

Books  [Joseph Albahari] Threading in C#

  • Пользователь tttx
  • Дата
  • Books
3pro3_ZUSPGPS_n7YLNigA.png

DESCRIPTION:

C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads.

This book teaches the essential skill of asynchronous programming in C#. It answers critical questions in C# application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?

In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn...

Books  [Robert C. Martin, Micah Martin] Agile Principles, Patterns, and Practices in C#

  • Пользователь tttx
  • Дата
  • Books
71N+asjdQEL._SL1500_.jpg

DESCRIPTION:

With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin, Agile Principles, Patterns, and Practices in C#.

This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven...

Books  [Charles Petzold] Creating Mobile Apps with Xamarin.Forms

  • Пользователь tttx
  • Дата
  • Books
cover-sml.png

DESCRIPTION:

This 3rd Edition, now with 27 chapters, is about writing applications for Xamarin.Forms, the new mobile development platform for iOS, Android, and Windows phones unveiled by Xamarin in May 2014. Xamarin.Forms lets you write shared user-interface code in C# and XAML that maps to native controls on these three platforms.

Xamarin.Forms lets you write shared user-interface code in C# and XAML (the eXtensible Application Markup Language) that maps to native controls on these three platforms. (The final edition of this ebook will be published in the spring of 2015.)

This ebook is for C#...

Books  [Matthias Felleisen] How to Design Classes

  • Пользователь tttx
  • Дата
  • Books
zfiCdFGaSp2LTPbmf99YWA.png

DESCRIPTION:

The authors put classes and the design of classes into the center of their approach. In this volume, they show students how object-oriented programming languages such as C++, C#, and Java support this effort with syntactic constructs. They also refine the program design discipline.

About the Authors
  • Matthias Felleisen is a German-American computer science professor and author. He grew up in Germany and immigrated to the US when he was 21 years old. He is currently a Trustee Professor in the Khoury College of Computer Sciences at Northeastern University in Boston, Massachusetts.
INFORMATION PAGE:...

Books  [Rob Miles] Windows Phone 8 Programming in C#

  • Пользователь tttx
  • Дата
  • Books
evH7LMvzQHeHVPPT3BFlaA.png

DESCRIPTION:

You'll learn Windows Phone 8.1 programming by doing as you build five apps, covering a range of scenarios, from media playback to hosted HTML to accessing geolocation data and mapping to extending your Windows Phone app to become a universal Windows / Windows Phone application

This series covers:
  • Windows Phone UI with XAML layout and events
  • Navigation model
  • Application lifecycle
  • Working with the Windows Phone Emulator
  • Understanding MVVM (Model-View-ViewModel)
  • HTML apps in the WebView
  • Storage
  • Maps
  • Animations
  • Media (Video/Audio with the MediaElement control)
INFORMATION PAGE:...

Books  [Charles Petzold] .NET Book Zero: C#/.NET for C/C++ Developers

  • Пользователь tttx
  • Дата
  • Books
-J79cW98S1SOlHN9_Ah2cQ.png

DESCRIPTION:

This free on-line 267-page book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++.

This book is written in tutorial style, which means that it is intended to be read sequentially. The reader is encouraged to type in the programs as they are encountered in the book, to run them, and experiment with them.

It includes introduction of basic concept of C#, fundamentals of C#, fundamentals of .NET, fundamental Of .NET applications, Aavanced .NET Applications, fundamentals of .NET Web services, security in .NET applications, project on 3-tier web based authentication projects, etc...

Books  [James W. Cooper] C# Design Patterns: A Tutorial

  • Пользователь tttx
  • Дата
  • Books
51wlu0JBDxL._SX342_SY445_.jpg

DESCRIPTION:

This is a practical book that tells you how to write C# programs using some of the most common design patterns. It also serves as a quick introduction to programming in the new C# language.

The pattern discussions are structured as a series of short chapters, each describing a design pattern and giving one or more complete working, visual example programs that use that pattern. Each chapter also includes UML diagrams illustrating how the classes interact.

Each of the 23 patterns in GoF Design Patterns is discussed, at least one working program example for that pattern is supplied. All of the programs have some sort of visual...

Books  [Mahesh Chand] Programming C# for Beginners

  • Пользователь tttx
  • Дата
  • Books
mXGX9a1aQ7aEuaJ9ui2dFg.png

DESCRIPTION:

This book is for beginners and students who want to learn C# programming. This pdf ebook covers all versions of C# language including 1.0, 2.0, and 3.0.

With this book, you will learn how to write and compile C# programs; understand C# syntax, data types, control flow, classes and their members, interfaces, arrays, and exception handling. After completing this guide, you should have a clear understanding of the purpose of C# language, it�s usages, and how to write C# programs. It is recommended that you have some programming experience using any of the object-oriented languages such as C++, Pascal, or Java.

INFORMATION...

Books  [Zoran Maksimovic] MongoDB 3 Succinctly: Quickly Build an Easy-to-manage Database System

  • Пользователь tttx
  • Дата
  • Books
MongoDB-3-Succinctly.jpg

DESCRIPTION:

MongoDB is one of the biggest players in the NoSQL database market, providing high performance, high availability, and automatic scaling. It's an open-source document database written in C++ and hosted on GitHub. Zoran Maksimovic's MongoDB 3 Succinctly touches on the most important aspects of the MongoDB database that application developers should be aware of - from installation and the usage of the Mongo Shell, to examples of the MongoDB C# driver APIs for Microsoft .NET Framework.
  1. MongoDB Overview
  2. MongoDB Installation
  3. The Mongo Shell
  4. Manipulating Documents
  5. Data Retrieval
  6. Basic...

Books  [Dirk Strauss] C# Code Contracts Succinctly

  • Пользователь tttx
  • Дата
  • Books
C-sharp-Contracts-Succinctly.jpg

DESCRIPTION:

Developed by Microsoft's Research in Software Engineering, Code Contracts provide a way to convey code assumptions in your .NET applications. They can take the form of preconditions, postconditions, and state invariants. In C# Code Contracts Succinctly, author Dirk Strauss demonstrates how to use Code Contracts to validate logical correctness in code, how they can be integrated with abstract classes and interfaces, and even how they can be used to make writing documentation less painful.
  1. Getting Started
  2. Using Code Contracts
  3. Some Useful Tips
  4. Testing Code Contracts
  5. Code Contracts...

Books  [James McCaffrey] Neural Networks Using C# Succinctly

  • Пользователь tttx
  • Дата
  • Books
Neural-Networks-Using-CSharp-Succinctly.jpg

DESCRIPTION:

Neural networks are an exciting field of software development used to calculate outputs from input data. While the idea seems simple enough, the implications of such networks are staggering - think optical character recognition, speech recognition, and regression analysis.

With Neural Networks Using C# Succinctly by James McCaffrey, you'll learn how to create your own neural network to solve classification problems, or problems where the outcomes can only be one of several values. Learn about encoding and normalizing data, activation functions and how to choose the right one, and...

Books  [James McCaffrey] Machine Learning Using C# Succinctly

  • Пользователь tttx
  • Дата
  • Books
Machine-Learning-Succinctly.jpg

DESCRIPTION:

In Machine Learning Using C# Succinctly, you'll learn several different approaches to applying machine learning to data analysis and prediction problems.

Author James McCaffrey demonstrates different clustering and classification techniques, and explains the many decisions that must be made during development that determine how effective these techniques can be. McCaffrey provides thorough examples of applying k-means clustering to group strictly numerical data, calculating category utility to cluster both qualitative and quantitative information, and even using neural network classification to...

Books  [Sander Rossel] Object-Oriented Programming in C# Succinctly

  • Пользователь tttx
  • Дата
  • Books
Oop-Succinctly.jpg

DESCRIPTION:

Object-oriented programming is the de facto programming paradigm for many programming languages. This book provides an introduction to Object-oriented programming (OOP) for C# developers. It also provides overviews and numerous samples to guide readers towards OOP mastery.
  1. The Three Pillars of OOP
  2. Interfaces
  3. SOLID
  4. Design Patterns
  5. General Responsibility Assignment Software Patterns or Principles (GRASP)
  6. Architecture
  7. Other Paradigms
INFORMATION PAGE:

DOWNLOAD:

Бизнес  [Laser Eye Bunny] Генератор подсказок Midjourney

  • Пользователь tttx
  • Дата
  • Бизнес, маркетинг и менеджмент
ZmrGooZZSfOR_KUo6CcrSg.png

ОПИСАНИЕ:

Курс на английском языке


Хотите повысить эффективность работы с ИИ в Midjourney?

Попробуйте генератор подсказок Midjourney! Этот инновационный инструмент быстро и легко генерирует высококачественные подсказки, экономя ваше драгоценное время. Благодаря удобному интерфейсу просто выберите (или измените) нужные ключевые слова и выберите из сотен вариантов. Являетесь ли вы профессиональным дизайнером или обычным пользователем, генератор подсказок Midjourney — это незаменимый инструмент для всех, кто хочет упростить работу с искусственным интеллектом Midjourney.

Полностью настраиваемый PDF-файл с сотнями предопределенных терминов...

Бизнес  [my.love.dom] Деньги с деревьев

  • Пользователь tttx
  • Дата
  • Бизнес, маркетинг и менеджмент
iOw6by0WR6ioGmiM7MC8pw.png

ОПИСАНИЕ:

Почему формат интенсива, а не курс?

  • Быстро. Обучение 3 дня, а не месяц.
  • Легко. Емкие пошаговые видео без воды.
  • Удобнее. Не нужно ждать, доступ сразу ко всем видео.
  • Выгодная цена. Интенсив доступнее по цене, чем большой курс.
  • Окупиться с продажи 1-го дерева.
На интенсиве вы узнаете:
  • Лайфхаки АВИТО и как получать в 3-10 раз больше запросов от клиентов.
  • Как корректно ставить цели, чтобы не сдаться на пол пути.
  • Узнаете как работать легально и почему это выгодно.
  • Получите заготовленный шаблон разговора с клиентом для высокого процента продаж.
  • Узнаете как правильно выставлять цены на зелень...

Личностный рост  [ИИП] Основы твоей жизнеспособности (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
_Q-JNCqITO29OC_9_Aw0sw.png

ОПИСАНИЕ:

В завершении научно-практического конгресса “Психологическая устойчивость в эпоху перемен. Алгоритмы, психотехнологии и методы работы с собой и другими” Сергей Викторович Ковалев в прямом эфире с возможностью обратной связи со слушателями проведет психологический практикум с простыми и пошаговыми алгоритмами решения ряда проблем и задач.
Практикум пройдет на базе профессионального сообщества PROактивность в онлайн формате.

В программе:
  • Развитие силы воли
  • Укрепление твердости характера
  • Секреты эффективного поведения
  • Преодоление малопреодолимых препятствий
  • Искусство малых шагов
  • Формирование полезных привычек...

Личностный рост  [ИИП] Тыжпсихолог (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
Dmh2QxAeRlKd0B1aDqaSpA.png

ОПИСАНИЕ:

Мечтаете стать успешным психологом, но не знаете, с чего начать? Хотите развивать свои профессиональные навыки, найти свою нишу и клиентов, реализовать свой потенциал и миссию? Самое время!

В наши дни деятельность психолога стала одной из самых востребованных. Именно поэтому мы приготовили для вас онлайн-марафон «тыжпсихолог: от любителя до профессионала». Это уникальная система для психологов, которая позволяет стать уверенным и востребованным специалистом.

В настоящее время деятельность психолога вне конкуренции, события последних лет показали насколько остро население нуждается в качественной психологической помощи. Вот только...

Личностный рост  [Александр Колмановский] Как найти себя и партнера в отношениях (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
x1hKxsDdQqCEkiuFNGlV5g.png

ОПИСАНИЕ:

Узнаем, как формируется уверенность в себе, и как сформировать ее у близкого человека
Поймем мотивы поведения наших партнеров. Узнаем, что на самом деле стоит за их обидами, претензиями и поведением, которое выводит нас из себя
Разберемся с собственными реакциями, моделями поведения и способами реагирования. Узнаем ответ на вопрос «что я делаю не так?»
Выясним, что стоит за негативными проявлениями людей (агрессией, критикой, манипуляциями), и как на них реагировать
Поймем, почему партнеры изменяют, и чего именно ищут «на стороне»
Разберем основные пути решения проблем супружеских и иных любовных отношений

Самое главное – научимся...

Личностный рост  [Александр Хосмо] Гадание на камнях страны Масанг (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
pQqxHm2eSASxDGNPkjNYMg.png

ОПИСАНИЕ:

С тибетского «Ма Санг Дэль Мо» переводится, как «Гадание на камнях страны Масанг». А так как эта уникальная система предсказаний напрямую связана с Тибетской Астрологией «Наг Ци» (Чёрной Астрологией), то другое название данного вида гадания – «Гадание на панцире Черепахи», здесь имеется ввиду Вселенская Черепаха, символизирующая Пространство и Время.
Этот вид гадания на камнях широко распространён у тюркских народов Центральной и Средней Азии. В Казахстане это гадание называется «Кумалак», тувинцы называют его «Хуваанак», а в русской версии – это «Гадание на бобах».

У народов Тывы, Алтая, Казахстана, Монголии и Бурятии считают, что...

Личностный рост  [World of Psychology] Уменьшаем социофобию за 8 недель (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
Ql3y6UheTR6jAgI1v6_KDg.png

ОПИСАНИЕ:

Беспокоились ли вы хоть однажды из-за того, что о вас подумали другие?
Избегаете ли вы вечеринок, собеседований или выступлений на публике?
Трудно ли вам говорить с незнакомыми людьми, обращаться к продавцу в магазине, сдавать не подошедший товар?
Трудно ли вам позвонить в какую-то организацию?
А говорить с привлекательным человеком?

Данный курс будет полезен
Психологам, работающим с работающим в клинике и частной практике
Людям, страдающим от социальной тревоги и застенчивости, которая мешает реализации.
На выходе вы получите

Алгоритм работы с социофобией – как с теоретическим обоснованием, и последовательностью, так и с конкретными...

Личностный рост  [PSY2.0] Умение прощать (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
M1TMpk6HQWmgd_VKoOWMgQ.png

ОПИСАНИЕ:

Кому ты отдал что-то очень важное?


15-минутный ролик по одному из самых актуальных психологических запросов современности от создателя и идеолога Псидваноль Михаила Филяева.

Видео решает конкретную задачу: мы выполняем упражнения по методу PSY2.0, погружаемся в твою чувственную сферу и решаем твой запрос.
  • С кем до сих пор твое тело,мысли и надежды?
  • Почему мы страдаем по людям.
  • Разорви привязку.
  • Заверши непрожитый опыт.
  • Кому ты отдал что-то очень важное?
  • Как правильно расставаться.
  • Пусть все исчезнут.
  • Человек, который даст тебе всё сейчас, а не в прошлом.
...

Личностный рост  [PSY2.0] Зрение (2023)

  • Пользователь tttx
  • Дата
  • Саморазвитие / Психология / Эзотерика
M1TMpk6HQWmgd_VKoOWMgQ.png

ОПИСАНИЕ:

От чего защищается твое зрение.
Динамичность зрительных реакций.
Позволь своим глазам «задышать».
Хочу — не хочу.
Найди места, где тебе хорошо, и дай своим глазам удовольствие.
Научи свои глаза видеть прекрасное.

15*-минутный ролик по одному из самых актуальных психологических запросов современности от создателя и идеолога Псидваноль Михаила Филяева.
*усредненное значение. Продолжительность ролика может быть от 12 до 15 минут.

Видео решает конкретную задачу: мы выполняем упражнения по методу PSY2.0, погружаемся в твою чувственную сферу и решаем твой запрос.

ПРОДАЖНИК: ...
Ваши лимиты
Доступно
Осталось

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

Пользователи онлайн

  • oldclubber
  • Альберто Кьезза
  • MaxUt
  • tttx
  • slvzyjmneu1k
  • Referent
  • armogetto
  • Planseo
  • AnataLev
  • Ozza
  • Grooz
  • nsc0
  • vladimir671games
  • rudi
  • Tanhca
  • VilleValo667
  • corps99
  • Sofi347
  • andalexvik
  • LiBLiVen
  • chin55
  • morgan.keen47
  • samson2014
  • 2NikTar
  • extra3d
  • ANia47
  • Алмазик
  • Julia23
  • Rum
  • Spartus
  • KARPUK666
  • infodrug
  • Леонид Михайлович
  • Megatrader
  • Matvey768
  • Deya35
  • Cruaton
  • Славна
  • Sokrat777
  • Lancelot55
  • CUPakaBRIK
  • murmurmur23
  • Stepanada
  • fashion10
  • waywax
  • sagnio
  • jihad_shwarma
  • Mandalorian
  • 1992injured
  • Дымчатая Плюшка
...и ещё 42.

Отзывы о курсах

Назад
Сверху