Dotnetcat » .NET Books » Source Control books

Blazor Revealed: Building Web Applications in .NET

Blazor Revealed: Building Web Applications in .NET Author: Peter Himschoot
Publisher: Apress ( 5 February 2019)
Price: $32.99  View »

Build web applications in Microsoft .NET that run in any modern browser, helping you to transfer your .NET experience and skills to a new environment and build browser-based applications using a robust and type-safe language and runtime. Developing a web site with rich client-side behavior means most developers need to learn a transpiled language like JavaScript or TypeScript. But today you can also develop rich browser applications using the .NET runtime and C# using Blazor. With Blazor you can use all that experience you have amassed over the years, and can use thousands of already existing libraries, right in the browser.
Blazor Revealed will allow you to create a rich web site experience in no time. You will learn how to build user interfaces, and present data to a user for display and modification, capturing the user’s changes via data binding. The book shows you how to access a rich library of .NET functionality such as a component model for building a…

C# 6.0 and the .NET 4.6 Framework

C# 6.0 and the .NET 4.6 Framework Author: Andrew Troelsen
Publisher: Apress ( 8 November 2015)
Price: $59.99  View »
Rating:
Very good

This new 7th edition of Pro C# 6.0 and the .NET 4.6 Platform has been completely revised and rewritten to reflect the latest changes to the C# language specification and new advances in the .NET Framework. You'll find new chapters covering all the important new features that make .NET 4.6 the most comprehensive release yet, including:

  • A Refined ADO.NET Entity Framework Programming Model
  • Numerous IDE and MVVM Enhancements for WPF Desktop Development
  • Numerous updates to the ASP.NET Web APIs

This comes on top of award winning coverage of core C# features, both old and new, that have made the previous editions of this book so popular. Readers will gain a solid foundation of object-oriented development techniques, attributes and reflection, generics and collections as well as numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies).

The mission of this book is to provide you with a comprehensive

In the Shadows of the Net: Breaking Free of Compulsive Online Sexual Behavior

In the Shadows of the Net: Breaking Free of Compulsive Online Sexual Behavior Author: Patrick J Carnes Ph.D
Publisher: Hazelden Publishing (10 August 2007)
Price: $15.95  View »
The much-anticipated second edition of the breakthrough book about recovering from online sexual addiction.

As the Internet becomes a more powerful, imposing force in our lives, indeed becoming difficult to avoid, the potential for related problems also increases. This includes troubles of a sexual nature. When accessing porn no longer requires even a trip to the store, when we can view and participate in sexual activities anonymously, when younger and younger children are being exposed to sex online, when virtual interactions take over, limiting and even destroying real-time relationships, we are in crisis.

Compulsive online sexual behavior is a real and growing problem. Yet the situation is not without hope. For those who are seeing signs of significant online problems in themselves or a loved one, this updated second edition of In the Shadows of the Net provides answers, understanding, and tools for recovery. With the latest statistics, discussion of

Net Smart: How to Thrive Online (The MIT Press)

Net Smart: How to Thrive Online (The MIT Press) Author: Howard Rheingold
Publisher: The MIT Press (14 February 2014)
Price: $19.95  View »

A media guru shows us how to use social media intelligently, humanely, and, above all, mindfully.

Like it or not, knowing how to make use of online tools without being overloaded with too much information is an essential ingredient to personal success in the twenty-first century. But how can we use digital media so that they make us empowered participants rather than passive receivers, grounded, well-rounded people rather than multitasking basket cases? In Net Smart, cyberculture expert Howard Rheingold shows us how to use social media intelligently, humanely, and, above all, mindfully.

Mindful use of digital media means thinking about what we are doing, cultivating an ongoing inner inquiry into how we want to spend our time. Rheingold outlines five fundamental digital literacies, online skills that will help us do this: attention, participation, collaboration, critical consumption of information (or "crap detection"), and network smarts. He explains how…

.NET Core in Action

.NET Core in Action Author: Dustin Metzgar
Publisher: Manning Publications ( 3 August 2018)
Price: $44.99  View »

Summary

.NET Core in Action shows .NET developers how to build professional software applications with .NET Core. Learn how to convert existing .NET code to work on multiple platforms or how to start new projects with knowledge of the tools and capabilities of .NET Core.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

.NET Core is an open source framework that lets you write and run .NET applications on Linux and Mac, without giving up on Windows. Built for everything from lightweight web apps to industrial-strength distributed systems, it's perfect for deploying .NET servers to any cloud platform, including AWS and GCP.

About the Book

.NET Core in Action introduces you to cross-platform development with .NET Core. This hands-on guide concentrates on new Core features as you walk through familiar tasks like testing, logging,…

Enterprise Application Architecture with .NET Core: An architectural journey into the Microsoft .NET open source platform

Enterprise Application Architecture with .NET Core: An architectural journey into the Microsoft .NET open source… Author: Ganesan Senthilvel
Publisher: Packt Publishing (25 April 2017)
Price: $49.99  View »

Architect and design highly scalable, robust, clean and highly performant applications in .NET Core

Key Features
  • Incorporate architectural soft-skills such as DevOps and Agile methodologies to enhance program-level objectives
  • Gain knowledge of architectural approaches on the likes of SOA architecture and microservices to provide traceability and rationale for architectural decisions
  • Explore a variety of practical use cases and code examples to implement the tools and techniques described in the book
Book Description

If you want to design and develop enterprise applications using .NET Core as the development framework and learn about industry-wide best practices and guidelines, then this book is for you.

The book starts with a brief introduction to enterprise architecture, which will help you to understand what enterprise architecture is and what the key components are. It will then teach you about the types of patterns and the…

Pro ASP.NET Web API Security: Securing ASP.NET Web API (Expert's Voice in .NET)

Pro ASP.NET Web API Security: Securing ASP.NET Web API (Expert's Voice in .NET) Author: Badrinarayanan Lakshmiraghavan
Publisher: Apress (29 March 2013)
Price: $49.99  View »

ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP.

With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you’re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards they can work with.

Fortunately, ASP.NET Web API provides a simple, robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP, meaning that there is no limit to the range of devices that it can work with – if it can understand HTTP, then it can be secured by Web API. These SOAP-less security…

Building Microservices with .NET Core 2.0: Transitioning monolithic architectures using microservices with .NET Core 2.0 using C# 7.0, 2nd Edition

Building Microservices with .NET Core 2.0: Transitioning monolithic architectures using microservices with .NET… Author: Gaurav Aroraa
Publisher: Packt Publishing (22 December 2017)
Price: $44.99  View »

Architect your .NET applications by breaking them into really small pieces - microservices - using this practical, example-based guide.

Key Features
  • Start your microservices journey and get a broader perspective on microservices development using C# 7.0 with .NET Core 2.0
  • Build, deploy, and test microservices using ASP.Net Core, ASP.NET Core API, and Microsoft Azure Cloud
  • Understand the basics of reactive microservices
Book Description

The microservices architectural style promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within your business. We'll start by looking at what microservices are and their main characteristics.

Moving forward, you will be introduced to real-life application scenarios; after assessing the current issues, we will begin the journey of transforming this application by splitting it…

C# 7 and .NET Core 2.0 Blueprints: Build effective applications that meet modern software requirements

C# 7 and .NET Core 2.0 Blueprints: Build effective applications that meet modern software requirements Author: Dirk Strauss
Publisher: Packt Publishing (28 March 2018)
Price: $49.99  View »
Rating:
Excellent

Leverage the features of C# 7 and .NET core 2.0 to build real-world .NET core applications

Key Features
  • See how to incorporate Entity Framework Core to build ASP .NET core MVC application
  • Get hands-on SignalR and NuGet packages
  • Work with Reactive Extensions (Rx.Net) using the elasticsearch tool
  • Get hands-on with .NET Core MVC, Middleware, Controllers, Views, Layouts, Routing, and authentication
  • Implement Azure Service Fabric and Microservices and AWS, S3,Serverless computing
  • Work on .NET Core cross-platform functionality
  • Run a .NET Core MVC application with Docker compose
  • 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, microservices, and more in .NET Core 2.0
  • Explore the workings of Rx.Net and build cross-platform mobile…

C# 7 and .NET Core 2.0 High Performance: Build highly performant, multi-threaded, and concurrent applications using C# 7 and .NET Core 2.0

C# 7 and .NET Core 2.0 High Performance: Build highly performant, multi-threaded, and concurrent applications… Author: Ovais Mehboob Ahmed Khan
Publisher: Packt Publishing (25 April 2018)
Price: $44.99  View »
Rating:
Excellent

Improve the speed of your code and optimize the performance of your apps

Key Features
  • Understand the common performance pitfalls and improve your application's performance
  • Get to grips with multi-threaded and asynchronous programming in C#
  • Develop highly performant applications on .NET Core using microservice architecture
Book Description

While writing an application, performance is paramount. Performance tuning for realworld applications often involves activities geared toward fnding bottlenecks; however, this cannot solve the dreaded problem of slower code. If you want to improve the speed of your code and optimize an application's performance, then this book is for you. C# 7 and .NET Core 2.0 High Performance begins with an introduction to the new features of what?explaining how they help in improving an application's performance. Learn to identify the bottlenecks in writing programs and highlight common performance pitfalls, and learn…