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

Chesterton Is Everywhere, Fagerberg David


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

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

Автор: Fagerberg David
Название:  Chesterton Is Everywhere
ISBN: 9781937155148
Издательство: Emmaus Road Publishing
Классификация:



ISBN-10: 1937155145
Обложка/Формат: Paperback
Вес: 0.36 кг.
Дата издания: 26.08.2013
Язык: English
Размер: 229 x 152 x 18
Поставляется из: США
Описание: Das Taschenbuch, das jeder lesen muss, der etwas ueber Scrum wissen moechte.Es umfasst alle Rollen, Regeln und die grundlegenden Prinzipien von Scrum, basierend auf dem Scrum Guide von 2016. Durch die Beschreibung der Vergangenheit und Zukunft von Scrum wird darueber hinaus ein weitergehender Kontext aufgespannt.Der Autor Gunther Verheyen hat eine praezise, vollstaendige und leidenschaftliche Referenz zu Scrum geschrieben. Dabei vermittelt das Buch seine Einschaetzung von Scrum als Weg der Entdeckungen und Freude. Durch seinen Aufbau eignet es sich als hilfreicher Wegweiser auf diesem Weg.Nach Aussage von Ken Schwaber, dem Mitgestalter von Scrum, ist dieses Buch momentan die beste Beschreibung von Scrum. Das Buch verbindet einige seltene Merkmale:¢ Es beschreibt Scrum als Ganzes, bettet es aber in den weiteren Kontext aus Vergangenheit und Zukunft ein.¢ Der Autor fokussiert darauf, Scrum auf eine Weise zu erklaeren, die den Leser unterstuetzt: Die Sprache und der Stil des Buchs entsprechen der Philosophie von Scrum.¢ Das Buch zeigt die Freude am Scrum-Spiel.David Starr und Ralph Jocham, Professional Scrum Trainer und langjaehrige Experten agiler Arbeitsweisen, halten es fuer das ultimative Buch, das sie den Teilnehmern ihrer Scrum Kurse, aber auch Teams und Fuehrungskraeften in den Organisationen, die sie im Umgang mit Scrum coachen, empfehlen.


Автор: Fagerberg Jonas
Название: ASP.Net Core 2.0 MVC & Razor Pages for Beginners: How to Build a Website
ISBN: 1979759952 ISBN-13(EAN): 9781979759953
Издательство: Неизвестно
Цена: 8104.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Want to learn how to build ASP.NET Core 2.0 MVC and Razor Page Web Applications?
Prerequisites:

  • C# (Intermediate level; including Generics, Reflection and Object-Oriented Programming (OOP))
  • HTML5/CSS3 (Basic knowledge)

This book is primarily aimed at developers who want to learn how to build ASP.NET Core 2.0 MVC and Razor Page applications. You should be an intermediate level C# developer with some experience in HTML5 and CSS3. The C# language won't be explained in any detail.
You will learn ASP.NET Core 2.0 by building three applications. The first application will be built using an empty template, the second with the MVC template, and the third with Razor Pages. The goal with the first basic application is to get you familiar with ASP.NET Core 2.0 by adding middleware and services one piece at a time. Then you will create a solution with three projects; the first project will be used to create a shared database with Entity Framework Core 2.0, the second project is a MVC application for the regular user interface, and the third project is an administrator user interface built with Razor Pages. This solution is a video course website, where users can register to gain access to video courses and administrators can add and modify course content and users.
If you are already familiar with MVC 5 or ASP.NET Core 1.0/1.1, the content in this book can get you started with ASP.NET Core 2.0 in a fast, no-fluff way.
It's important to mention that this book is practical and tactical, where you will learn as you progress through the modules and build real web applications in the process. To spare you countless pages of fluff (filler material), only valuable information, pertinent to the task at hand, is discussed. The benefit is a shorter and more condensed book, which will save you time and give you a more enjoyable experience.
This experience is something you can put in your CV when applying for a job or a consultant position, or when negotiating a higher salary.
Technologies, frameworks and languages you will use:
  • Visual Studio 2017
  • ASP.NET Core 2.0
  • MVC and Razor Pages (new in ASP.NET 2.0)
  • Services (To provide your own functionality as a reusable service)
  • Middleware (To provide you own functionality to HTTP Request pipeline)
  • Entity Framework (To crate and communicate with a database)
  • View Component (To render data in the _Layout view with model data)
  • Dependency Injection (To inject objects into constructors)
  • Bootstrap (Used for styling and to create a responsive design)
  • LINQ (To query the database)
  • Tag Helper (to clean up the HTML and enable re-use)
  • HTML Helper methods (to clean up your HTML and enable re-use)
  • Partial views (to clean up your views and enable re-use)
  • Bower and NuGet (To install necessary libraries)

  • What you will implement:
    • A web application from an empty template
    • An MVC web application using a template
    • An Razor Page web application using a template
    • A data-layer project referenced from the MVC and Razor Page applications

    I hope you love the book
    Sincerely,
    Jonas Fagerberg
    Now click the Buy button and start reading the book.
ASP.Net MVC 5 - Building a Website with Visual Studio 2015 and C Sharp: The Tactical Guidebook

Автор: Fagerberg Jonas
Название: ASP.Net MVC 5 - Building a Website with Visual Studio 2015 and C Sharp: The Tactical Guidebook
ISBN: 1535167866 ISBN-13(EAN): 9781535167864
Издательство: Неизвестно
Цена: 8104.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is primarily aimed at developers who have some prior experience with MVC 5 and are proficient in C#, since the language won't be explained in any detail. Even if you already have created a couple of MVC projects, you might find the content in this book useful as a refresher. You might have worked in previous versions of Visual Studio and MVC and want a fast no-fluff way to get up to speed with MVC 5. Prerequisites: - C# (you need to be proficient) - MVC 5 (you need some prior experience) - HTML5/CSS3 (you need basic knowledge) - JavaScript/JQuery (you need basic knowledge) In this book you will learn how to build an MVC 5 website using C#, Entity Framework, HTML5, CSS, JavaScript and Ajax. - Create a "real world" code-first database using Entity Framework. - Add and modify models, views and controllers to perform CRUD operations against the database. - Use client-side and server-side validation. - Secure the controllers, actions and view content with authorization and roles. - Implement security with ASP.NET Identity (authentication, authorization and roles). - Use JavaScript, JQuery and Ajax to build a great end-user interface with asynchronous server calls. - Style the user interfaces using CSS3 and Bootstrap. - Create a responsive website. - Implement product subscription scenarios with registration codes. - Create an alternate way to login to the application. - Implement password reset functionality. - Register users with the site. - Manage users and their subscriptions. Technologies, frameworks and languages: - C# (you need to be proficient) - HTML5/CSS3 (you need basic knowledge) - JavaScript/JQuery (you need basic knowledge) - MVC 5 (you will create/modify models, views and controllers) - Razor syntax (to include server-side code in views) - Bootstrap (used for styling and to create a responsive design) - Ajax (used for asynchronous server calls) - LINQ (to query the database) - Extension methods (to clean up your C# code and enable re-use) - HTML Helper methods (to clean up your HTML and enable re-use) - Use settings from the web.config file * This book does not cover ASP.NET Core 1.0 I hope you love the book Sincerely, Jonas Fagerberg Now click the Buy button to start reading the book.


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