Dotnetcat » .NET Books » Source Control books
ASP.NET Core 2 and Vue.js: Full Stack Web Development with Vue, Vuex, and ASP.NET Core 2.0
|
Author: | Stuart Ratcliffe |
| Publisher: | Packt Publishing - ebooks Account (30 July 2018) | Price: |
Leverage ASP.NET core 2.0 web API and the power of Vue.js at the client side to create modern applications from scratch
Key Features- Create fast, rich and reactive client side applications with Vue.js and ASP.NET Core.
- Leverage Vue components efficiently to build state of the art user interfaces.
- Work with Vuex and Nuxt.js to build ASP.NET Core based applications that are powerful, consistent, and maintainable
This book will walk you through the process of developing an e-commerce application from start to finish, utilizing an ASP.NET Core web API and Vue.js Single-Page Application (SPA) frontend.
We will build the application using a featureslice approach, whereby in each chapter we will add the required frontend and backend changes to complete an entire feature. In the early chapters, we’ll keep things fairly simple to get you started, but by the end of the book, you’ll be utilizing some advanced…
IoT, AI, and Blockchain for .NET: Building a Next-Generation Application from the Ground Up
|
Author: | Nishith Pathak |
| Publisher: | Apress (15 August 2018) | Price: |
Create applications using Industry 4.0. Discover how artificial intelligence (AI) and machine learning (ML) capabilities can be enhanced using the Internet of things (IoT) and secured using Blockchain, so your latest app can be not just smarter but also more connected and more secure than ever before. This book covers the latest easy-to-use APIs and services from Microsoft, including Azure IoT, Cognitive Services APIs, Blockchain as a Service (BaaS), and Machine Learning Studio.
As you work through the book, you’ll get hands-on experience building an example solution that uses all of these technologies―an IoT suite for a smart healthcare facility. Hosted on Azure and networked using Azure IoT, the solution includes centralized patient monitoring, using Cognitive Services APIs for face detection, recognition, and tracking. Blockchain is used to create trust-based security and inventory management. Machine learning is used to create predictive solutions to proactively…
Pro Asynchronous Programming with .NET
|
Author: | Richard Blewett |
| Publisher: | Apress (23 December 2013) | Price: |
| Rating: |
Pro Asynchronous Programming with .NET teaches the essential skill of asynchronous programming in .NET. It answers critical questions in .NET application development, such as: how do I keep my program responding at all times to keep my users happy? how do I make the most of the available hardware? how can I improve performance?
In the modern world, users expect more and more from their applications and devices, and multi-core hardware has the potential to provide it. But it takes carefully crafted code to turn that potential into responsive, scalable applications.
With Pro Asynchronous Programming with .NET you will:
- Meet the underlying model for asynchrony on Windows—threads.
- Learn how to perform long blocking operations away from your UI thread to keep your UI responsive, then weave the results back in as seamlessly as possible.
- Master the async/await model of asynchrony in .NET, which makes asynchronous programming simpler and…
The Net Delusion: The Dark Side of Internet Freedom
|
Author: | Evgeny Morozov |
| Publisher: | PublicAffairs (28 February 2012) | Price: |
Updated with a new Afterword
“The revolution will be Twittered!” declared journalist Andrew Sullivan after protests erupted in Iran. But as journalist and social commentator Evgeny Morozov argues in The Net Delusion, the Internet is a tool that both revolutionaries and authoritarian governments can use. For all of the talk in the West about the power of the Internet to democratize societies, regimes in Iran and China are as stable and repressive as ever. Social media sites have been used there to entrench dictators and threaten dissidents, making it harder—not easier—to promote democracy.
Marshalling a compelling set of case studies, The Net Delusion shows why the cyber-utopian stance that the Internet is inherently liberating is wrong, and how ambitious and seemingly noble initiatives like the promotion of “Internet freedom” are misguided and, on occasion, harmful.
ASP.NET Web API 2: Building a REST Service from Start to Finish: Building a REST Service from Start to Finish
|
Author: | Jamie Kurtz |
| Publisher: | Apress (28 July 2014) | Price: |
The ASP.NET MVC Framework has always been a good platform on which to implement REST-based services, but the introduction of the ASP.NET Web API Framework raised the bar to a whole new level.
Now in release version 2.1, the Web API Framework has evolved into a powerful and refreshingly usable platform. This concise book provides technical background and guidance that will enable you to best use the ASP.NET Web API 2 Framework to build world-class REST services.
New content in this edition includes:
- New capabilities in Web API 2 (currently version 2.1).
- Support for partial updates, or PATCH.
- API versioning.
- Support for legacy SOAP-based operations.
- How to handle non-resource APIs using REST
- How to best expose relationships between resources
- JSON Web Tokens, CORS, CSRF
Get ready for authors Jamie Kurtz and Brian Wortman to take you from zero to REST service hero in no time at all. No prior experience…
ASP.NET Core in 24 Hours, Sams Teach Yourself
|
Author: | Jeffrey T. Fritz |
| Publisher: | Sams Publishing ( 6 January 2018) | Price: |
In just 24 sessions of one hour or less, Sams Teach Yourself ASP.NET Core in 24 Hours, will help you build professional-quality, cloud-based, web-connected solutions with ASP.NET Core. This book’s straightforward, step-by-step approach guides you from the basics to advanced techniques, using practical examples to help you make the most of Microsoft’s radically revamped ASP.NET Core framework. ASP.NET Program Manager Jeffrey T. Fritz guides you from jumpstarting development with templates to implementing cutting-edge security and containerization. Every lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success.
Step-by-step instructions carefully walk you through the most common ASP.NET Core tasks and techniques
Practical, hands-on examples show you how to apply what you learn
Notes and Tips point out…
ASP.NET MVC 5 with Bootstrap and Knockout.js: Building Dynamic, Responsive Web Applications
|
Author: | Jamie Munro |
| Publisher: | O'Reilly Media (31 May 2015) | Price: |
| Rating: |
Bring dynamic server-side web content and responsive web design together to build websites that work and display well on any resolution, desktop or mobile. With this practical book, you’ll learn how by combining the ASP.NET MVC server-side language, the Bootstrap front-end framework, and Knockout.js—the JavaScript implementation of the Model-View-ViewModel pattern.
Author Jamie Munro introduces these and other related technologies by having you work with sophisticated web forms. At the end of the book, experienced and aspiring web developers alike will learn how to build a complete shopping cart that demonstrates how these technologies interact with each other in a sleek, dynamic, and responsive web application.
- Build well-organized, easy-to-maintain web applications by letting ASP.NET MVC 5, Bootstrap, and Knockout.js do the heavy lifting
- Use ASP.NET MVC 5 to build server-side web applications, interact with a database, and dynamically render…
Pro Entity Framework Core 2 for ASP.NET Core MVC
|
Author: | Adam Freeman |
| Publisher: | Apress (19 April 2018) | Price: |
| Rating: |
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…
C# 7 and .NET: Designing Modern Cross-platform Applications: The Open Source revolution of .NET Core
|
Author: | Mark J. Price |
| Publisher: | Packt Publishing (21 December 2018) | Price: |
Explore C# and the .NET Core framework to create applications and optimize them with ASP.NET Core 2
Key Features- Get to grips with multi-threaded, concurrent, and asynchronous programming in C# and .NET Core
- Develop modern, cross-platform applications with .NET Core 2.0 and C# 7.0
- Create efficient web applications with ASP.NET Core 2.
C# is a widely used programming language, thanks to its easy learning curve, versatility, and support for modern paradigms. The language is used to create desktop apps, background services, web apps, and mobile apps. .NET Core is open source and compatible with Mac OS and Linux. There is no limit to what you can achieve with C# and .NET Core.
This Learning Path begins with the basics of C# and object-oriented programming (OOP) and explores features of C#, such as tuples, pattern matching, and out variables. You will understand.NET Standard 2.0 class libraries and ASP.NET Core…
Getting Started with Paint.NET
|
Author: | Andros T. Sturgeon |
| Publisher: | Packt Publishing (26 December 2013) | Price: |
| Rating: |
Learning the free Paint.NET photo editing program means you can achieve any professional effect you want, and this book shows you how, ranging from installation and plugins to advanced imaging techniques.
Overview
- Quick and simple tutorials designed to help you master Paint.NET in minutes
- Create photo edits that rival advanced photo software for free.
- Tutorials on advanced techniques written with simple instructions designed for readers with any level of computer knowledge
In Detail
Paint.NET is a free, reliable program that rivals the most expensive photo editing programs currently on the market.Paint.NET supports plugins, which add image adjustments, effects, and support for additional file types. They can be programmed using any .NET programming language, though they are most commonly written in C#.
This book will teach you everything you need to know to edit and manipulate images. Written with very…


Syndicate