Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Pro .NET Framework with the Base Class Library, Roger Villela


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

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

Автор: Roger Villela
Название:  Pro .NET Framework with the Base Class Library
ISBN: 9781484241905
Издательство: Springer
Классификация:


ISBN-10: 1484241908
Обложка/Формат: Soft cover
Страницы: 251
Вес: 0.52 кг.
Дата издания: 2019
Язык: English
Издание: 1st ed.
Иллюстрации: 57 illustrations, black and white; xv, 251 p. 57 illus.
Размер: 254 x 178 x 14
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Understanding the Virtual Execution System and the Common Type System
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
Learn about the fundamentals and inner workings of the Common Type System (CTS) and the Virtual Execution System (VES) of the Common Language Runtime (CLR) and how they relate to the Base Class Library (BCL) from the perspective of the execution environment.
The author first gives an introduction to the .NET Framework and describes the architectural and engineering resources required when implementing the .NET Framework on any platform. Next, you will learn about the BCL and understand how to work with system structures including the fundamental built-in types system.array and system.string. You will then learn about the VES along with its methods and functionality. Further, you will go through the Common Intermediate Language (CIL), Assembly Manifest, and versioning. You will also learn how to design and implement libraries in detail by creating a .NET class library.
After reading this book, you will understand .NET Framework features, as well as details about the core functionalities of the VES and elements of the CTS.
What You Will Learn
Discover details of the Common Type System (CTS)Work with the Virtual Execution System (VES)See the importance of correct use of fundamental built-in managed typesCarry out good programming practice in a managed environment Implement a .NET class library
Who Is This Book For
Developers who are working with the .NET Framework on Windows.

Дополнительное описание: Chapter 1: .NET Framework.- Chapter 2: Base Class Library.- Chapter 3: Virtual Execution System (VES) – Equals and Clone operations.- Chapter 4: Programming with Common Intermediate Language (CIL).- Chapter 5: Assembly Manifest and Versioning.- Chapter 6:


Pro Entity Framework Core 2 for ASP.NET Core MVC

Автор: Freeman Adam
Название: Pro Entity Framework Core 2 for ASP.NET Core MVC
ISBN: 1484234340 ISBN-13(EAN): 9781484234341
Издательство: Springer
Рейтинг:
Цена: 79190.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft's object-relational mapping framework that allows developers to access data using .NET objects, and the most common data access layer used in ASP.NET Core MVC 2 projects.

Best-selling author Adam Freeman explains how to get the most from Entity Framework Core 2 in MVC projects. He begins by describing the different ways that Entity Framework Core 2 can model data and the different types of databases that can be used. He then shows you how to use Entity Framework Core 2 in your own MVC projects, starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, going in-depth to give you the knowledge you need.
What you'll learn:

  • Gain a solid architectural understanding of Entity Framework Core 2
  • Learn how to create databases using your MVC data model
  • Learn how to create MVC models using an existing database
  • Learn how to use Entity Framework Core 2 to access data in an MVC application
  • Learn how to use Entity Framework in RESTful Web Services
Each topic is covered clearly and concisely and is packed with the details you need to learn to be truly effective. The most important features are given a no-nonsense in-depth treatment and chapters include common problems and details of how to avoid them.
Who this book is for:
This book is for ASP.NET Core MVC 2 developers who want to use Entity Framework Core 2 as the data access layer in their projects.

ASP.NET MVC with Entity Framework and CSS

Автор: Naylor
Название: ASP.NET MVC with Entity Framework and CSS
ISBN: 1484221362 ISBN-13(EAN): 9781484221365
Издательство: Springer
Рейтинг:
Цена: 46570.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This book will teach readers how to build and deploy a fully working example retail website using Microsoft ASP.NET MVC and Entity Framework technologies and recommendations. This book contains several solutions to real world issues that developers will frequently encounter.
Whether you are a novice developer or an experienced .NET developer wishing to learn more about MVC and Entity Framework, author Lee Naylor will teach you how to develop a detailed database driven example website using Microsoft ASP.NET and Entity Framework Code First with fully explained code examples including:
• Filtering and Searching Related Data using Linq
• Using code first migrations to automatically update the database plus seeding data from code
• How to use Visual Studio Scaffolding views and controllers
• Manage CRUD operations including model binding as recommended by Microsoft and dealing with cascading deletions correctly
• Input and data validation using Attributes
• Sorting and paging through data and routing for friendly URL formats
• Authorization and Authentication using Microsoft Identity v2 by making use of Microsoft example code including correct use of redirection after login and registration
• Advanced techniques including managing data concurrency conflicts and using two database contexts
• Asynchronous database access and paging
• Azure deployment using Code First Migrations, remote debugging and viewing/editing your remote data
• CSS Styling including animation and media queries
What You Will Learn:
• Get up and running quickly with ASP.NET MVC and Entity Framework building a complex web site to display and manage several related entities
• How to integrate Identity code into a project
• Advanced topics including: Asynchronous database access and managing data conflicts
• Working with Microsoft Azure including remote debugging and database access
• CSS skills including animations and media queries for use with tablet or mobile/cell phone devices
Who This Book Is For:
People wanting to learn ASP.NET MVC and Entity Framework ranging from novice developers new to the subject through to more experienced ASP.NET web forms developers looking to migrate from web forms to MVC and Entity Framework. The book assumes some programming knowledge such as object-oriented programming concepts and a basic knowledge of C#.

Customizing ASP.NET Core 5.0: Turn the right screws in ASP.NET Core to get the most out of the framework

Автор: Gutsch Jьrgen
Название: Customizing ASP.NET Core 5.0: Turn the right screws in ASP.NET Core to get the most out of the framework
ISBN: 180107786X ISBN-13(EAN): 9781801077866
Издательство: Неизвестно
Рейтинг:
Цена: 47810.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Microsoft`s ASP.NET Core is a powerful web framework full of hidden features that this book will help you to understand. You`ll get hands-on with customizing ASP.NET Core to suit your application development needs with the help of practical examples and best practices.

Computing with C# and the .NET Framework

Автор: Gittleman, A.
Название: Computing with C# and the .NET Framework
ISBN: 1449615503 ISBN-13(EAN): 9781449615505
Издательство: Jones & Bartlett
Рейтинг:
Цена: 252020.00 T
Наличие на складе: Невозможна поставка.
Описание: Thoroughly revised and updated to incorporate Microsoft(R) Visual Studio(R) 2010, Computing with C# and the .NET Framework, Second Edition carefully introduces object-oriented and event-driven programming with numerous examples, so students can grasp these difficult concepts and then apply them. Appropriate for the two-term CS1 and introductory C# programming courses, this text takes a spiral approach to teach objects, starting with simple intuitive examples, then simple class design, and progresses to the more difficult aspects of inheritance and polymorphism. Similarly with events, the spiral approach is used to introduce simple paint event first, proceeding to user interfaces and event handlers. The many and varied types of exercises provide students with the practice they need to fully comprehend this popular programming language.

The basics are covered including fundamentals of C#, concepts of object-oriented and event-driven programming, as well as more advanced topics, including data structures, threads, networking, database access, XML, and Web programming. Computing with C# and the .NET Framework, Second Edition is the comprehensive one-volume reference for modern C#-based .NET technology

New and Key Features of the Second Edition:
-Includes the new and relevant features of the C# language through version 4
-Chapter 12 has been rewritten to use generic collections
-A new section has been added to introduce Language Integrated Query (LINQ)
-Includes named and optional method arguments, anonymous functions, implicity typed local variables, and object and collection initialization
-Contains a new appendix that provides examples showing how to use Visual Studio or Visual C# Express
-Provides numerous and varied exercises to allow the student to assimilate concepts and techniques

Instructor Resources:
-PowerPoint Lecture Outlines
-Solutions to the odd-numbered Programming Exercises
-Chapter Tests
-Source code for all examples in the text


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия