Mastering Entity Framework Core 2 0

Mastering Entity Framework Core 2 0 Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Mastering Entity Framework Core 2 0 book. This book definitely worth reading, it is an incredibly well-written.

Mastering Entity Framework Core 2.0

Author : Prabhakaran Anbazhagan
Publisher : Packt Publishing Ltd
Page : 376 pages
File Size : 49,8 Mb
Release : 2017-12-15
Category : Computers
ISBN : 9781788296212

Get Book

Mastering Entity Framework Core 2.0 by Prabhakaran Anbazhagan Pdf

Learn how to leverage the features of the new Entity Framework Core APIs and use them to build pure .NET Core applications. About This Book Learn how to effectively manage your database to make it more productive and maintainable. Write simplified queries using LINQ to acquire the desired data easily Raise the abstraction level from data to objects so teams can function independently, resulting in easily maintainable code Who This Book Is For This book is for .NET Core developers who would like to integrate EF Core in their application. Prior knowledge of .NET Core and C# is assumed. What You Will Learn Create databases and perform CRUD operations on them Understand and build relationships (related to entities, keys, and properties) Understand in-built, custom, and remote validation (both client and server side) You will learn to handle concurrency to build responsive applications You will handle transactions and multi-tenancy while also improving performance In Detail Being able to create and maintain data-oriented applications has become crucial in modern programming. This is why Microsoft came up with Entity Framework so architects can optimize storage requirements while also writing efficient and maintainable application code. This book is a comprehensive guide that will show how to utilize the power of the Entity Framework to build efficient .NET Core applications. It not only teaches all the fundamentals of Entity Framework Core but also demonstrates how to use it practically so you can implement it in your software development. The book is divided into three modules. The first module focuses on building entities and relationships. Here you will also learn about different mapping techniques, which will help you choose the one best suited to your application design. Once you have understood the fundamentals of the Entity Framework, you will move on to learn about validation and querying in the second module. It will also teach you how to execute raw SQL queries and extend the Entity Framework to leverage Query Objects using the Query Object Pattern. The final module of the book focuses on performance optimization and managing the security of your application. You will learn to implement failsafe mechanisms using concurrency tokens. The book also explores row-level security and multitenant databases in detail. By the end of the book, you will be proficient in implementing Entity Framework on your .NET Core applications. Style and approach This book is filled with various examples that will help you use Entity Framework Core 2.0 to write efficient software.

Mastering Entity Framework Core 2.0

Author : Prabhakaran Anbazhagan
Publisher : Packt Publishing
Page : 386 pages
File Size : 51,7 Mb
Release : 2017-12-15
Category : Computers
ISBN : 1788294130

Get Book

Mastering Entity Framework Core 2.0 by Prabhakaran Anbazhagan Pdf

Learn how to leverage the features of the new Entity Framework Core APIs and use them to build pure .NET Core applications.About This Book* Learn how to effectively manage your database to make it more productive and maintainable.* Write simplified queries using LINQ to acquire the desired data easily* Raise the abstraction level from data to objects so teams can function independently, resulting in easily maintainable codeWho This Book Is ForThis book is for .NET Core developers who would like to integrate EF Core in their application. Prior knowledge of .NET Core and C# is assumed.What You Will Learn* Create databases and perform CRUD operations on them* Understand and build relationships (related to entities, keys, and properties)* Understand in-built, custom, and remote validation (both client and server side)* You will learn to handle concurrency to build responsive applications* You will handle transactions and multi-tenancy while also improving performanceIn DetailBeing able to create and maintain data-oriented applications has become crucial in modern programming. This is why Microsoft came up with Entity Framework so architects can optimize storage requirements while also writing efficient and maintainable application code. This book is a comprehensive guide that will show how to utilize the power of the Entity Framework to build efficient .NET Core applications. It not only teaches all the fundamentals of Entity Framework Core but also demonstrates how to use it practically so you can implement it in your software development.The book is divided into three modules. The first module focuses on building entities and relationships. Here you will also learn about different mapping techniques, which will help you choose the one best suited to your application design. Once you have understood the fundamentals of the Entity Framework, you will move on to learn about validation and querying in the second module. It will also teach you how to execute raw SQL queries and extend the Entity Framework to leverage Query Objects using the Query Object Pattern. The final module of the book focuses on performance optimization and managing the security of your application. You will learn to implement failsafe mechanisms using concurrency tokens. The book also explores row-level security and multitenant databases in detail.By the end of the book, you will be proficient in implementing Entity Framework on your .NET Core applications.Style and approachThis book is filled with various examples that will help you use Entity Framework Core 2.0 to write efficient software.

Beginning Entity Framework Core 2.0

Author : Derek J. Rouleau
Publisher : Apress
Page : 345 pages
File Size : 53,7 Mb
Release : 2018-03-02
Category : Computers
ISBN : 9781484233757

Get Book

Beginning Entity Framework Core 2.0 by Derek J. Rouleau Pdf

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 day Focus on DbContext and the Database First approach Understand how to work with single and multiple tables Use 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

Mastering ASP.NET Core 2.0

Author : Ricardo Peres
Publisher : Unknown
Page : 494 pages
File Size : 44,7 Mb
Release : 2017-11-15
Category : Active server pages
ISBN : 1787283682

Get Book

Mastering ASP.NET Core 2.0 by Ricardo Peres Pdf

Become an expert in the shiny new version of ASP.NETAbout This Book* Grasp the advanced concepts of MVC Core and start making professional-grade applications* Migrate from previous versions of ASP.NET MVC to ASP.NET Core* This book will take you on a journey through all the aspects of ASP.NET Core 2.0Who This Book Is ForIf you are a developer who knows the basics of ASP.NET MVC and wants to build powerful applications, this book is for you. Basic C# experience and an understanding of HTML and CSS is assumed.What You Will Learn* Get to know the new features of ASP.NET Core 2.0* Find out how to configure ASP.NET Core* Configure routes to access ASP.NET Core resources* Create controllers and action methods and see how to maintain the state* Create views to display contents* Implement and validate forms and retrieve information from them* Write reusable modules for ASP.NET Core* Deploy ASP.NET Core to other environmentsIn DetailASP.NET is an open source web framework that builds modern web apps and services. This book is your one-stop guide to the new features of ASP.NET Core 2.0, including web APIs and MVC. We begin with a brief overview of the basics, taking you through the MVC pattern, platforms, dependencies, and frameworks. We then move on to setting up and configuring the MVC environment before talking about routing and advanced routing options. Next, we'll look at model binding, controllers and actions, filters, user authentication, and testing.Moving on, you'll learn about all the aspects of syntax and processes when working with Razor. You'll be introduced to client-side development and will get to know about the security aspects of ASP.NET Core. We will also look at microservices with ASP.NET Core. Finally, you'll find out how to deploy ASP.NET Core to new environments such as Azure, AWS, and Docker. By the end of the book, you will be well versed with development in ASP.NET Core and will have a deep understanding of how to interact with the framework and work cross-platform.Style and approachFind out how to design modern, cross-platform, business oriented web applications that serve the client needs in the age of emerging .NET framework

Mastering Entity Framework

Author : Rahul Rajat Singh
Publisher : Unknown
Page : 0 pages
File Size : 55,7 Mb
Release : 2015-02-28
Category : Application software
ISBN : 178439100X

Get Book

Mastering Entity Framework by Rahul Rajat Singh Pdf

This book is for .NET developers who are developing data-driven applications using ADO.NET or other data access technologies. This book is going to give you everything you need to effectively develop and manage data-driven applications using Entity Framework.

Entity Framework Core in Action, Second Edition

Author : Jon P Smith
Publisher : Simon and Schuster
Page : 622 pages
File Size : 49,9 Mb
Release : 2021-07-13
Category : Computers
ISBN : 9781638351313

Get Book

Entity Framework Core in Action, Second Edition by Jon P Smith Pdf

"The most comprehensive reference for EF Core that does—or ever will—exist." - Stephen Byrne, Intel Corporation Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Summary Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it’s filled with over 100 diagrams, code snippets, and examples—including building and scaling your own bookselling web application. Learn from author Jon Smith’s extensive experience working with EF Core in production, as you discover time-saving patterns and best practices for security, performance tuning, and unit testing. All of the book’s code is available on GitHub. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Entity Framework radically simplifies data access in .NET applications. This easy-to-use object-relational mapper (ORM) lets you write database code in pure C#. It automatically maps classes to database tables and enables queries with standard LINQ commands. It even generates SQL, so you don’t have to! About the book Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith’s extensive experience, you’ll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases. What's inside Configure EF to define every table and column Update your schema as your app grows Integrating EF with existing C# application Write and test business logic for database access Applying a Domain-Driven Design to EF Core Getting the best performance out of EF Core About the reader For .NET developers familiar with relational databases. About the author Jon P. Smith is a freelance software developer and architect with a special focus on .NET and Azure. Table of Contents PART 1 1 Introduction to Entity Framework Core 2 Querying the database 3 Changing the database content 4 Using EF Core in business logic 5 Using EF Core in ASP.NET Core web applications 6 Tips and techniques for reading and writing with EF Core PART 2 7 Configuring nonrelational properties 8 Configuring relationships 9 Handling database migrations 10 Configuring advanced features and handling concurrency conflicts 11 Going deeper into the DbContext PART 3 12 Using entity events to solve business problems 13 Domain-Driven Design and other architectural approaches 14 EF Core performance tuning 15 Master class on performance-tuning database queries 16 Cosmos DB, CQRS, and other database types 17 Unit testing EF Core applications

Pro Entity Framework Core 2 for ASP.NET Core MVC

Author : Adam Freeman
Publisher : Apress
Page : 656 pages
File Size : 42,9 Mb
Release : 2018-04-18
Category : Computers
ISBN : 9781484234358

Get Book

Pro Entity Framework Core 2 for ASP.NET Core MVC by Adam Freeman Pdf

Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft’s object-relational mapping framework. You will access data utilizing .NET objects via 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. Chapters include common problems and how to avoid them. What You’ll Learn Gain a solid architectural understanding of Entity Framework Core 2 Create databases using your MVC data model Create MVC models using an existing database Access data in an MVC application using Entity Framework Core 2 Use Entity Framework in RESTful Web Services Who 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

Mastering ASP.NET Web API

Author : Mithun Pattankar,Malendra Hurbuns
Publisher : Packt Publishing Ltd
Page : 321 pages
File Size : 55,7 Mb
Release : 2017-08-11
Category : Computers
ISBN : 9781786469380

Get Book

Mastering ASP.NET Web API by Mithun Pattankar,Malendra Hurbuns Pdf

Leverage ASP.Net Web API to build professional web services and create powerful applications. About This Book Get a comprehensive analysis of the latest specification of ASP.NET Core and all the changes to the underlying platform that you need to know to make the most of the web API See an advanced coverage of ASP.NET Core Web API to create robust models for your data, create controllers, and handle routing and security This book is packed with key theoretical and practical concepts that can be instantly applied to build professional applications using API with Angular 4, Ionic, and React Who This Book Is For This book is for .Net developers who wants to Master ASP.NET Core (Web API) and have played around with previous ASP.NET Web API a little, but don't have in-depth knowledge of it. You need to know Visual Studio and C#, and have some HTML, CSS, and JavaScript knowledge. What You Will Learn Acquire conceptual and hands-on knowledge of ASP.NET Core (MVC & Web API) Learn about HTTP methods, the structure of HTTP content, internet media types, and how servers respond to HTTP requests and their associated HTTP codes Explore middleware, filters, routing, and unit testing Optimize Web API implementations Develop a secure Web API interface Deploy Web API projects to various platforms Consume your web API in front end application based on Angular 4, Bootstrap, and Ionic Implement and explore the current trends in service architecture In Detail Microsoft has unified their main web development platforms. This unification will help develop web applications using various pieces of the ASP.NET platform that can be deployed on both Windows and LINUX. With ASP.NET Core (Web API), it will become easier than ever to build secure HTTP services that can be used from any client. Mastering ASP.NET Web API starts with the building blocks of the ASP.NET Core, then gradually moves on to implementing various HTTP routing strategies in the Web API. We then focus on the key components of building applications that employ the Web API, such as Kestrel, Middleware, Filters, Logging, Security, and Entity Framework.Readers will be introduced to take the TDD approach to write test cases along with the new Visual Studio 2017 live unit testing feature. They will also be introduced to integrate with the database using ORMs. Finally, we explore how the Web API can be consumed in a browser as well as by mobile applications by utilizing Angular 4, Ionic and ReactJS. By the end of this book, you will be able to apply best practices to develop complex Web API, consume them in frontend applications and deploy these applications to a modern hosting infrastructure. Style and approach Using a hands-on approach, we cover both the conceptual as well as the technical aspects of the ASP.NET Core (Web API) framework.

Learning ASP.NET Core 2.0

Author : Jason De Oliveira,Michel Bruchet
Publisher : Packt Publishing Ltd
Page : 508 pages
File Size : 50,9 Mb
Release : 2017-12-14
Category : Computers
ISBN : 9781788471848

Get Book

Learning ASP.NET Core 2.0 by Jason De Oliveira,Michel Bruchet Pdf

Learn how web applications can be built efficiently using ASP.NET Core 2.0 and related frameworks About This Book Get to grips with the new features and APIs introduced in ASP.NET Core 2.0 Leverage the MVC framework and Entity Framework Core 2 to build efficient applications Learn to deploy your web applications in new environments such as the cloud and Docker Who This Book Is For This book is for developers who would like to build modern web applications with ASP.NET Core 2.0. No prior knowledge of ASP.NET or .NET Core is required. However, basic programming knowledge is assumed. Additionally, previous Visual Studio experience will be helpful but is not required, since detailed instructions will guide through the samples of the book.This book can also help people, who work in infrastructure engineering and operations, to monitor and diagnose problems during the runtime of ASP.NET Core 2.0 web applications. What You Will Learn Set up your development environment using Visual Studio 2017 and Visual Studio Code Create a fully automated continuous delivery pipeline using Visual Studio Team Services Get to know the basic and advanced concepts of ASP.NET Core 2.0 with detailed examples Build an MVC web application and use Entity Framework Core 2 to access data Add Web APIs to your web applications using RPC, REST, and HATEOAS Authenticate and authorize users with built-in ASP.NET Core 2.0 features Use Azure, Amazon Web Services, and Docker to deploy and monitor your applications In Detail The ability to develop web applications that are highly efficient but also easy to maintain has become imperative to many businesses. ASP.NET Core 2.0 is an open source framework from Microsoft, which makes it easy to build cross-platform web applications that are modern and dynamic. This book will take you through all of the essential concepts in ASP.NET Core 2.0, so you can learn how to build powerful web applications. The book starts with a brief introduction to the ASP.NET Core framework and the improvements made in the latest release, ASP.NET Core 2.0. You will then build, test, and debug your first web application very quickly. Once you understand the basic structure of ASP.NET Core 2.0 web applications, you'll dive deeper into more complex concepts and scenarios. Moving on, we'll explain how to take advantage of widely used frameworks such as Model View Controller and Entity Framework Core 2 and you'll learn how to secure your applications. Finally, we'll show you how to deploy and monitor your applications using Azure, AWS, and Docker. After reading the book, you'll be able to develop efficient and robust web applications in ASP.NET Core 2.0 that have high levels of customer satisfaction and adoption. Style and approach Start an exciting journey to building high performance web applications using ASP.NET Core 2.0 and MVC

Entity Framework Core in Action, Second Edition

Author : Jon Smith
Publisher : Simon and Schuster
Page : 622 pages
File Size : 55,7 Mb
Release : 2021-06-08
Category : Computers
ISBN : 9781617298363

Get Book

Entity Framework Core in Action, Second Edition by Jon Smith Pdf

Entity Framework Core in Action, Second Edition teaches you to write flawless database interactions for .NET applications. Following relevant examples from author Jon Smith's extensive experience, you'll progress quickly from EF basics to advanced techniques. In addition to the latest EF features, this book addresses performance, security, refactoring, and unit testing. This updated edition also contains new material on NoSQL databases.

C# 7 and .NET Core 2.0 Blueprints

Author : Dirk Strauss,Jas Rademeyer
Publisher : Packt Publishing Ltd
Page : 420 pages
File Size : 44,8 Mb
Release : 2018-03-28
Category : Computers
ISBN : 9781788398138

Get Book

C# 7 and .NET Core 2.0 Blueprints by Dirk Strauss,Jas Rademeyer Pdf

Leverage the features of C# 7 and .NET core 2.0 to build real-world .NET core applications Key Features Easy-to-follow real-world projects that get you up and running with the new features of C# 7 and .NET Core 2.0 The practical applications will assist you with concepts such as Entity Framework Core, serverless computing, and more in .NET Core 2.0 Explore OAuth concepts and build ASP.NET Core applications using MongoDB Book Description .NET Core is a general purpose, modular, cross-platform, and open source implementation of .NET. With the latest release of .NET Core, many more APIs are expected to show up, which will make APIs consistent across .Net Framework, .NET Core, and Xamarin. This step-by-step guide will teach you the essential .NET Core and C# concepts with the help of real-world projects. The book starts with a brief introduction to the latest features of C# 7 and .NET Core 2.0 before moving on to explain how C# 7 can be implemented using the object-oriented paradigm. You'll learn to work with relational data using Entity Framework and see how to use ASP.NET Core practically. This book will show you how .NET Core allows the creations of cross-platform applications. You'll also learn about SignalR to add real-time functionality to your application. Then you will see how to use MongoDB and how to implement MongoDB into your applications. You'll learn about serverless computing and OAuth concepts, along with running ASP.NET Core applications with Docker Compose. This project-based guide uses practical applications to demonstrate these concepts. By the end of the book, you'll be proficient in developing applications using .NET Core 2.0. What you will learn How to incorporate Entity Framework Core to build ASP .NET Core MVC applications Get hands-on experience with SignalR, and NuGet packages Working with MongoDB in your ASP.NET Core MVC application Get hands-on experience with .NET Core MVC, Middleware, Controllers, Views, Layouts, Routing, and OAuth Implementing Azure Functions and learn what Serverless computing means See how .NET Core enables cross-platform applications that run on Windows, macOS and Linux Running a .NET Core MVC application with Docker Compose Who this book is for This book is for .NET developers who would like to master and implement C# 7 and .NET Core 2.0 with practical projects. Basic knowledge of .NET Core and C# is assumed.

Modern Web Development with ASP.NET Core 3

Author : Ricardo Peres
Publisher : Packt Publishing Ltd
Page : 788 pages
File Size : 48,7 Mb
Release : 2020-06-25
Category : Computers
ISBN : 9781789614282

Get Book

Modern Web Development with ASP.NET Core 3 by Ricardo Peres Pdf

Explore the tools and techniques to build scalable and secured RESTful web services and web applications using C# 8 and ASP. NET Core 3.1 Key FeaturesDelve into MVC patterns, configuration, routing, and deployment to build professional-grade applicationsLearn how to integrate ASP applications with the JavaScript frameworks React, Vue, and AngularImprove the performance of applications and the development team by implementing advanced ASP.NET Core conceptsBook Description ASP.NET has been the preferred choice of web developers for a long time. With ASP.NET Core 3, Microsoft has made internal changes to the framework along with introducing new additions that will change the way you approach web development. This second edition has been thoroughly updated to help you make the most of the latest features in the framework, right from gRPC and conventions to Blazor, which has a new chapter dedicated to it. You’ll begin with an overview of the essential topics, exploring the Model-View-Controller (MVC) pattern, various platforms, dependencies, and frameworks. Next, you’ll learn how to set up and configure the MVC environment, before delving into advanced routing options. As you advance, you’ll get to grips with controllers and actions to process requests, and later understand how to create HTML inputs for models. Moving on, you'll discover the essential aspects of syntax and processes when working with Razor. You'll also get up to speed with client-side development and explore the testing, logging, scalability, and security aspects of ASP.NET Core. Finally, you'll learn how to deploy ASP.NET Core to several environments, such as Azure, Amazon Web Services (AWS), and Docker. By the end of the book, you’ll be well versed in development in ASP.NET Core and will have a deep understanding of how to interact with the framework and work cross-platform. What you will learnUnderstand the new capabilities of ASP.NET Core 3.1Become well versed in how to configure ASP.NET Core to use it to its full potentialCreate controllers and action methods, and understand how to maintain stateImplement and validate forms and retrieve information from themImprove productivity by enforcing reuse, process forms, and effective security measuresDelve into the new Blazor development modelDeploy ASP.NET Core applications to new environments, such as Microsoft Azure, AWS, and DockerWho this book is for If you are a developer with basic knowledge of ASP.NET MVC and want to build powerful applications, then this book is for you. Developers who want to explore the latest changes in ASP.NET Core 3.1 to build professional-level applications will also find this book useful. Familiarity with C#, ASP.NET Core, HTML, and CSS is expected to get the most out of this book.

Mastering ABP Framework

Author : Halil Ibrahim Kalkan
Publisher : Packt Publishing
Page : 526 pages
File Size : 43,6 Mb
Release : 2022-02-28
Category : Electronic
ISBN : 1801079242

Get Book

Mastering ABP Framework by Halil Ibrahim Kalkan Pdf

Learn how to build modern web applications from the creator of ABP Framework Key Features: Build robust, maintainable, modular, and scalable software solutions using ABP Framework Learn how to implement SOLID principles and domain-driven design in your web applications Discover how ABP Framework speeds up your development cycle by automating repetitive tasks Book Description: ABP Framework is a complete infrastructure for creating modern web applications by following software development best practices and conventions. With ABP's high-level framework and ecosystem, you can implement the Don't Repeat Yourself (DRY) principle and focus on your business code. Written by the creator of ABP Framework, this book will help you to gain a complete understanding of the framework and modern web application development techniques. With step-by-step explanations of essential concepts and practical examples, you'll understand the requirements of a modern web solution and how ABP Framework makes it enjoyable to develop your own solutions. You'll discover the common requirements of enterprise web application development and explore the infrastructure provided by ABP. Throughout the book, you'll get to grips with software development best practices for building maintainable and modular web solutions. By the end of this book, you'll be able to create a complete web solution that is easy to develop, maintain, and test. What You Will Learn: Set up the development environment and get started with ABP Framework Work with Entity Framework Core and MongoDB to develop your data access layer Understand cross-cutting concerns and how ABP automates repetitive tasks Get to grips with implementing domain-driven design with ABP Framework Build UI pages and components with ASP.NET Core MVC (Razor Pages) and Blazor Work with multi-tenancy to create modular web applications Understand modularity and create reusable application modules Write unit, integration, and UI tests using ABP Framework Who this book is for: This book is for web developers who want to learn software architectures and best practices for building maintainable web-based solutions using Microsoft technologies and ABP Framework. Basic knowledge of C# and ASP.NET Core is necessary to get started with this book.

Professional C# 7 and .NET Core 2.0

Author : Christian Nagel
Publisher : John Wiley & Sons
Page : 2194 pages
File Size : 47,7 Mb
Release : 2018-03-21
Category : Computers
ISBN : 9781119449263

Get Book

Professional C# 7 and .NET Core 2.0 by Christian Nagel Pdf

The professional’s guide to C# 7, with expert guidance on the newest features Professional C# 7 and .NET Core 2.0 provides experienced programmers with the information they need to work effectively with the world’s leading programming language. The latest C# update added many new features that help you get more done in less time, and this book is your ideal guide for getting up to speed quickly. C# 7 focuses on data consumption, code simplification, and performance, with new support for local functions, tuple types, record types, pattern matching, non-nullable reference types, immutable types, and better support for variables. Improvements to Visual Studio will bring significant changes to the way C# developers interact with the space, bringing .NET to non-Microsoft platforms and incorporating tools from other platforms like Docker, Gulp, and NPM. Guided by a leading .NET expert and steeped in real-world practicality, this guide is designed to get you up to date and back to work. With Microsoft speeding up its release cadence while offering more significant improvement with each update, it has never been more important to get a handle on new tools and features quickly. This book is designed to do just that, and more—everything you need to know about C# is right here, in the single-volume resource on every developer’s shelf. Tour the many new and enhanced features packed into C# 7 and .NET Core 2.0 Learn how the latest Visual Studio update makes developers’ jobs easier Streamline your workflow with a new focus on code simplification and performance enhancement Delve into improvements made for localization, networking, diagnostics, deployments, and more Whether you’re entirely new to C# or just transitioning to C# 7, having a solid grasp of the latest features allows you to exploit the language’s full functionality to create robust, high -quality apps. Professional C# 7 and .NET Core 2.0 is the one-stop guide to everything you need to know.

Entity Framework Core in Action

Author : Jon Smith
Publisher : Simon and Schuster
Page : 791 pages
File Size : 53,7 Mb
Release : 2018-07-15
Category : Computers
ISBN : 9781638355946

Get Book

Entity Framework Core in Action by Jon Smith Pdf

Summary Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology There's a mismatch in the way OO programs and relational databases represent data. Entity Framework is an object-relational mapper (ORM) that bridges this gap, making it radically easier to query and write to databases from a .NET application. EF creates a data model that matches the structure of your OO code so you can query and write to your database using standard LINQ commands. It will even automatically generate the model from your database schema. About the Book Using crystal-clear explanations, real-world examples, and around 100 diagrams, Entity Framework Core in Action teaches you how to access and update relational data from .NET applications. You'l start with a clear breakdown of Entity Framework, long with the mental model behind ORM. Then you'll discover time-saving patterns and best practices for security, performance tuning, and even unit testing. As you go, you'll address common data access challenges and learn how to handle them with Entity Framework. What's Inside Querying a relational database with LINQ Using EF Core in business logic Integrating EF with existing C# applications Applying domain-driven design to EF Core Getting the best performance out of EF Core Covers EF Core 2.0 and 2.1 About the Reader For .NET developers with some awareness of how relational databases work. About the Author Jon P Smith is a full-stack developer with special focus on .NET Core and Azure. Table of Contents Part 1 - Getting started Introduction to Entity FrameworkCore Querying the database Changing the database content Using EF Core in business logic Using EF Core in ASP.NET Core web applications Part 2 - Entity Framework in depth Configuring nonrelational properties Configuring relationships Configuring advanced features and handling concurrency conflicts Going deeper into the DbContext Part 3 - Using Entity Framework Core in real-world applications Useful software patterns for EF Core applications Handling database migrations EF Core performance tuning A worked example of performance tuning Different database types and EF Core services Unit testing EF Core applications Appendix A - A brief introduction to LINQ Appendix B - Early information on EF Core version 2.1