Pro Entity Framework Core 2 for ASP.NET Core MVC, Freeman Adam
Автор: Rouleau, Derek J. Название: Beginning entity framework core 2.0 ISBN: 1484233743 ISBN-13(EAN): 9781484233740 Издательство: Springer Рейтинг: Цена: 29420 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Use the valuable Entity Framework Core 2.0 tool in ASP.NET and the .NET Framework to eliminate the tedium around accessing databases and the data they contain.
Entity Framework Core 2.0 greatly simplifies access to relational databases such as SQL Server that are commonly deployed in corporate settings. By eliminating tedious data access code that developers are otherwise forced to use, Entity Framework Core 2.0 enables you to work directly with the data in a database through domain-specific objects and methods.
Beginning Entity Framework Core 2.0 is a carefully designed tutorial. Throughout the book you will encounter examples that you can use in your day-to-day coding, and you will build a solid foundation on which to create database-backed applications. If you are looking for a way to get started without getting buried under details you are only going to forget, then this is the book for you.
The author aims to leave you comfortably able to connect to, access, modify, and delete data from a relational database. The book provides a clear, straightforward approach and includes code that you can look back at months later and understand.
What You'll Learn
Study easy-to-follow, real-world examples you can use every dayFocus on DbContext and the Database First approachUnderstand how to work with single and multiple tablesUse the LINQ query language to manipulate data
Who This Book Is For
C# and ASP.NET programmers looking for an easier way of accessing data in a relational database than writing in SQL—a way that meshes better into object-oriented application development
Автор: Adam Freeman Название: Essential Docker for ASP.NET Core MVC ISBN: 1484227778 ISBN-13(EAN): 9781484227770 Издательство: Springer Рейтинг: Цена: 24270 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: With examples and practical demonstrations, this book will help you deploy even large-scale, cross-platform web applications from development into production. By the end of the book, you will have a solid understanding of what Docker does, how it does it and why it is useful when developing and deploying ASP.NET Core MVC applications.
Название: Essential Angular for ASP.NET Core MVC 3 ISBN: 1484252837 ISBN-13(EAN): 9781484252833 Издательство: Springer Рейтинг: Цена: 33090 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Combine the strengths of Angular, the leading framework for developing complex client-side applications, and ASP.NET Core MVC 3, the latest evolution of Microsoft's framework for server-side applications. This new edition offers updated Angular, ASP.NET Core 3, Entity Framework Core 3 examples, an all-new chapter on interoperability with Blazor, and more!
Best-selling author Adam Freeman brings together these two key technologies and explains how to use ASP.NET Core MVC 3 to provide back-end services for Angular applications. This fast-paced and practical guide starts from the nuts and bolts and gives you the knowledge you need to combine Angular and ASP.NET Core MVC 3 in your projects.
Each topic is covered clearly and concisely and is packed with the essential details you need to learn to be truly effective.
What You Will Learn
Gain a solid understanding of how ASP.NET Core MVC 3 and Angular can work together
Utilize both Visual Studio and Visual Studio Code to develop Angular/ASP.NET Core MVC projects
Create ASP.NET Core RESTful web services to support Angular applications
Expose data from Entity Framework Core to Angular applications
Use ASP.NET Core Identity to provide security services to Angular applications
Understand how Angular and Blazor applications can work together
Who This Book Is For
This book is for developers with knowledge of ASP.NET Core MVC who are introducing Angular into their projects.
Автор: Freeman Adam Название: Pro ASP.NET MVC 5 Platform ISBN: 1430265418 ISBN-13(EAN): 9781430265412 Издательство: Springer Рейтинг: Цена: 36770 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Part 1. Getting Ready
1. Putting the ASP.NET Platform in Context
2. Patterns and Tools Primer
Part 2. The ASP.NET Platform Foundation
3. The ASP.NET Lifecycles
4. Modules
5. Handlers
6. Disrupting the Request Lifecycle
7. Detecting Device Capabilities
8. Tracing Requests
Part 3. The ASP.NET Services
9. Configuration
10. State Data
11. Caching Data
12. Caching Content
13. Get Started with ASP.NET Identity
14. Applying ASP.NET Identity
15. Advanced ASP.NET Identity
Автор: Iris Classon Название: Migrating ASP.NET Microservices to ASP.NET Core ISBN: 1484243269 ISBN-13(EAN): 9781484243268 Издательство: Springer Рейтинг: Цена: 25740 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Migrate your existing microservice cluster from ASP .NET to ASP .NET Core. While improved performance and cross-platform support are evident, this book helps you cut through the noise to determine how, when, and to what extent a migration is needed.Microsoft’s introduction of .NET Core has created a lot of excitement, but also a lot of confusion for developers accustomed to ASP applications and services. This book gives you specific steps to embark on a partial or full SaaS microservices system migration, factoring in limited resources, time, and finances. In addition to practical advice and real-world examples, many mishaps will be shared, providing you with a complete 360-degree view of a migration.As a developer intimately familiar with the migration process, author Iris Classon shares prescriptive guidance on every part of the system—from code, dependencies, editors, integration, and the deployment pipeline to a distribution model. You will come away with all the information you need to plan and prepare your migration to ASP.NET Core.What You’ll LearnConduct an in-depth, pre-migration analysis of your system Know the differences between ASP .NET and ASP .NET CorePlan for and execute a full or partial migration to ASP .NET Core Understand the continuous integration and deployment process Gain insight on tools and templates that will accelerate and facilitate the migration processLeverage a real-world migration example, complete with genuine challengesMigrate specific components such as logging, authentication, data access, and moreWho This Book Is ForDevelopers who are considering or are tasked with migrating an existing microservice cluster from ASP.NET to ASP.NET Core. Experience with C#, Web API, ASP.NET, Visual Studio, and PowerShell is helpful.
Автор: Reynders, Fanie Название: Modern api design with asp.net core 2 ISBN: 1484235185 ISBN-13(EAN): 9781484235188 Издательство: Springer Рейтинг: Цена: 24270 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Use ASP.NET Core 2 to create durable and cross-platform web APIs through a series of applied, practical scenarios. Examples in this book help you build APIs that are fast and scalable. You’ll progress from the basics of the framework through to solving the complex problems encountered in implementing secure RESTful services. The book is packed full of examples showing how Microsoft’s ground-up rewrite of ASP.NET Core 2 enables native cross-platform applications that are fast and modular, allowing your cloud-ready server applications to scale as your business grows.
Major topics covered in the book include the fundamentals and core concepts of ASP.NET Core 2. You'll learn about building RESTful APIs with the MVC pattern using proven best practices and following the six principles of REST. Examples in the book help in learning to develop world-class web APIs and applications that can run on any platform, including Windows, Linux, and MacOS. You can even deploy to Microsoft Azure and automate your delivery by implementing Continuous Integration and Continuous Deployment pipelines.
What You Will Learn
Incorporate automated API tooling such as Swagger from the OpenAPI specificationStandardize query and response formats using Facebook’s GraphQL query languageImplement security by applying authentication and authorization using ASP.NET IdentityEnsure the safe storage of sensitive data using the data protection stackCreate unit and integration tests to guarantee code quality
Who This Book Is For
Developers who build server applications such as web sites and web APIs that need to run fast and cross platform; programmers who want to implement practical solutions for real-world problems; those who want in-depth knowledge of the latest bits of ASP.NET Core 2.0
Автор: Naylor Название: ASP.NET MVC with Entity Framework and CSS ISBN: 1484221362 ISBN-13(EAN): 9781484221365 Издательство: Springer Рейтинг: Цена: 36770 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#.
Автор: Schwichtenberg Название: Modern Data Access with Entity Framework Core ISBN: 1484235517 ISBN-13(EAN): 9781484235515 Издательство: Springer Рейтинг: Цена: 44130 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
C# developers, here’s your opportunity to learn the ins-and-outs of Entity Framework Core, Microsoft’s recently redesigned object-relational mapper. Benefit from hands-on learning that will teach you how to tackle frustrating database challenges, such as workarounds to missing features in Entity Framework Core, and learn how to optimize the performance of your applications, head-on!
Modern Data Access with Entity Framework Core teaches best practices, guidance, and shortcuts that will significantly reduce the amount of resources you internally dedicate to programming data access code. The proven methods and tools taught in this book, such as how to get better performance, and the ability to select the platform of your choice, will save you valuable time and allow you to create seamless data access. Dive into succinct guidance that covers the gamut-- from installing Entity Framework Core, reverse engineering, forward engineering (including schema migrations), and data reading and modification with LINQ, Dynamic LINQ, SQL, Stored Procedures, and Table Valued Functions- to using third-party products such as LINQPad, Entity Developer, Entity Framework Profiler, EFPlus, and AutoMapper. You'll also appreciate excerpts of conceptual software architecture discussion around Entity Framework Core that might otherwise take years to learn.
What You'll Learn
Understand the core concepts of Entity Framework Core, as well process models for existing databases (reverse engineering) and the generation of database schemas from object models (forward engineering)Study real-world case studies for hands-on EF Core instructionGet up to speed with valuable database access scenarios and code samplesDiscover workarounds to augment missing features in Entity Framework CoreUse Entity Framework Core to write mobile appsBonus online appendix covers Entity Framework Core 2.1 release updates
Who This Book Is For
Software developers who have basic experience with .NET and C#, as well as some understanding of relational databases. Knowledge of predecessor technologies such as ADO.NET and the classic ADO.NET Entity Framework is not necessary to learn from this book.
Автор: Bernhard Thalheim Название: Entity-Relationship Modeling ISBN: 364208480X ISBN-13(EAN): 9783642084805 Издательство: Springer Рейтинг: Цена: 51480 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book is a comprehensive presentation of entity-relationship (ER) modeling with regard to an integrated development and modeling of database applications.
Автор: Adam Freeman Название: Expert ASP.NET Web API 2 for MVC Developers ISBN: 1484200861 ISBN-13(EAN): 9781484200865 Издательство: Springer Рейтинг: Цена: 40450 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Part I - Getting Started
1. Getting Started
2. Your First Web API Application
3. Essential Techniques
4. Understanding HTTP Web Services
5. SportsStore: Preparation
6. SportsStore: A RESTful Application
7. SportsStore: Creating the Clients
8. SportsStore: Deployment
Part II - Results and Parameter
9. The Anatomy of ASP.NET Web API
10. Creating and Configuring a Web API Application
11. Action Method Results
12. Creating Media Formatters
13. Using the Built-In Media Formatters
14. Understanding Parameter and Model Binding
15. Binding Simple Data Types
16. Binding Complex Data Types - Part 1
17. Binding Complex Data Types - Part 2
18. Model Validation
Part III - Dispatching Requests
19. Dispatching Requests
20. URL Routing - Part 1
21. URL Routing - Part 2
22. Controllers and Actions
23. Filters - Part 1
24. Filters - Part 2
25. Error Handling
26. Using OWIN
Автор: Munro Jamie Название: 20 Recipes for Programming MVC 3: Faster, Smarter Web Development ISBN: 1449309860 ISBN-13(EAN): 9781449309862 Издательство: Wiley Рейтинг: Цена: 13330 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The goal of this book is to provide web developers a "cookbook" of "recipes" that are required by many developers on a day-to-day basis. Each code sample contains a complete working example of how to implement authentication, email, AJAX, data validation, and many other examples.
Автор: Roger Villela Название: Pro .NET Framework with the Base Class Library ISBN: 1484241908 ISBN-13(EAN): 9781484241905 Издательство: Springer Рейтинг: Цена: 24270 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
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.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7(7172) 49-21-32, +7 707 857-29-98 www.logobook.kz