Dotnetcat » .NET Books » Source Control books
Programming ASP.NET Core (Developer Reference)
|
Author: | Dino Esposito |
| Publisher: | Microsoft Press (19 May 2018) | Price: |
| Rating: |
Dino Esposito's Programming ASP.NET Core is the definitive guide to practical software development with Microsoft's exciting new ASP.NET Core technologies. Unlike competitive books that focus primarily on ASP.NET Core's cross-platform capabilities or only what's changed from earlier versions, Esposito offers a complete learning path for every developer who wants to build production solutions. Esposito's expert coverage includes:
•Applying all key ASP.NET Core components, including MVC for HTML generation, .NET Core, EF Core, ASP.NET Identity, dependency injection, and more
•Integrating ASP.NET Core with leading client-side frameworks, including Bootstrap
•ASP.NET Core code for implementing business logic and data transformations
•Handling configuration, routing, controllers, views, and common tasks (including posting forms and presenting data)
•Performing complementary tasks: error handling, logging, application design, authentication,…
Pro .NET Memory Management: For Better Code, Performance, and Scalability
|
Author: | Konrad Kokosa |
| Publisher: | Apress (13 November 2018) | Price: |
| Rating: |
Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. Pro .NET Memory Management is your comprehensive guide to writing better software by understanding and working with memory management in .NET.
Thoroughly vetted by the .NET Team at Microsoft, this book contains 25 valuable troubleshooting scenarios designed to help diagnose challenging memory problems. Readers will also benefit from a multitude of .NET memory management “rules” to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls.
What You'll Learn
- Understand the theoretical underpinnings…
Concurrency in .NET: Modern patterns of concurrent and parallel programming
|
Author: | Riccardo Terrell |
| Publisher: | Manning Publications (13 July 2018) | Price: |
| Rating: |
Summary
Concurrency in .NET teaches you how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers who are interested in writing code with improved speed and effectiveness by adopting a declarative and pain-free programming style.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Unlock the incredible performance built into your multi-processor machines. Concurrent applications run faster because they spread work across processor cores, performing several tasks at the same time. Modern tools and techniques on the .NET platform, including parallel LINQ, functional programming, asynchronous programming, and the Task Parallel Library, offer powerful alternatives to traditional thread-based concurrency.
About the…
Writing High-Performance .NET Code
|
Author: | Ben Watson |
| Publisher: | Ben Watson (16 April 2018) | Price: |
| Rating: |
This book does not just teach you how the CLR works---it teaches you exactly what you need to do now to obtain the best performance today. It will expertly guide you through the nuts and bolts of extreme performance optimization in .NET, complete with in-depth examinations of CLR functionality, free tool recommendations and tutorials, useful anecdotes, and step-by-step guides to measure and improve performance.
This second edition incorporates the advances and improvements in .NET over the last few years, as well as greatly expanded coverage of tools, more topics, more tutorials, more tips, and improvements throughout the entire book.
New in the 2nd Edition:
- 50% increase in content!
- New examples, code samples, and diagrams throughout entire book
- More ways to analyze the heap and find memory problems
- More tool coverage, including expanded usage of Visual Studio…
The Dark Net: Inside the Digital Underworld
|
Author: | Jamie Bartlett |
| Publisher: | Melville House (10 May 2016) | Price: |
Beyond the familiar online world that most of us inhabit—a world of Google, Facebook, and Twitter—lies a vast and often hidden network of sites, communities, and cultures where freedom is pushed to its limits, and where people can be anyone, or do anything, they want. This is the world of Bitcoin and Silk Road, of radicalism and pornography. This is the Dark Net.
In this important and revealing book, Jamie Bartlett takes us deep into the digital underworld and presents an extraordinary look at the internet we don't know. Beginning with the rise of the internet and the conflicts and battles that defined its early years, Bartlett reports on trolls, pornographers, drug dealers, hackers, political extremists, Bitcoin programmers, and vigilantes—and puts a human face on those who have many reasons to stay anonymous.
Rich with historical research and revelatory
Professional ASP.NET MVC 5
|
Author: | Jon Galloway |
| Publisher: | Wrox ( 4 August 2014) | Price: |
| Rating: |
ASP.NET MVC insiders cover the latest updates to the technology in this popular Wrox reference
MVC 5 is the newest update to the popular Microsoft technology that enables you to build dynamic, data-driven websites. Like previous versions, this guide shows you step-by-step techniques on using MVC to best advantage, with plenty of practical tutorials to illustrate the concepts. It covers controllers, views, and models; forms and HTML helpers; data annotation and validation; membership, authorization, and security.
- MVC 5, the latest version of MVC, adds sophisticated features such as single page applications, mobile optimization, and adaptive rendering
- A team of top Microsoft MVP experts, along with visionaries in the field, provide practical advice on basic and advanced MVC topics
- Covers controllers, views, models, forms, data annotations, authorization and security, Ajax, routing, ASP.NET web API, dependency injection, unit testing,…
Front-end Development with ASP.NET Core, Angular, and Bootstrap
|
Author: | Simone Chiaretta |
| Publisher: | Wrox ( 7 March 2018) | Price: |
| Rating: |
Murach's ASP.NET 4.6 Web Programming with C# 2015
|
Author: | Anne Boehm |
| Publisher: | Mike Murach & Associates (26 July 2016) | Price: |
| Rating: |
If you know the basics of C#, you're ready to learn to develop server-side web applications with ASP.NET Web Forms...and that's where this book comes in:
- Section 1 is a quick-start course in creating your first ASP.NET Web Forms applications using Visual Studio, with coverage of what HTML5/CSS3 and Bootstrap are doing on the client side...a course that works both for beginners and for experienced web developers who are new to ASP.NET
- Section 2 gives you the skills you need for every web application...like how to use the server controls, validate user entries, manage state, use master pages, make ASP.NET work with Bootstrap for responsive layouts, and use friendly URLs
- Section 3 presents the skills you need for developing database-driven web applications at a professional level...including how to use SQL data sources, object data sources, and model binding and the Entity Framework with ASP.NET data controls like GridView, DetailsView, FormView, and…
ASP.NET Core 2 and Angular 5: Full-Stack Web Development with .NET Core and Angular
|
Author: | Valerio De Sanctis |
| Publisher: | Packt Publishing (24 November 2017) | Price: |
| Rating: |
Develop a simple, yet fully functional modern web application using ASP.NET Core MVC, Entity Framework and Angular 5.
About This Book- Based on the best-selling book ASP.NET Core and Angular 2
- Easily build a complete single page application with two of the most impressive frameworks in modern development, ASP.NET Core and Angular
- Bring together the capabilities and features of both Angular 5 and ASP.NET Core 2 for full stack development
- Discover a comprehensive approach to building your next web project - from managing data, to application design, through to SEO optimization and security
This book is for seasoned ASP.NET developers who already know about ASP.NET Core and Angular in general, but want to know more about them and/or understand how to blend them together to craft a production-ready SPA.
What You Will Learn- Use ASP.NET Core to its full extent to create a versatile backend layer based on…
.NET Core 2.0 By Example: Learn to program in C# and .NET Core by building a series of practical, cross-platform projects
|
Author: | Rishabh Verma |
| Publisher: | Packt Publishing (20 March 2018) | Price: |
| Rating: |
Build cross-platform solutions with .NET Core 2.0 through real-life scenarios
Key Features- Bridges the gap between learning and doing and improves your software development skills
- Covers the best practices of .NET development to improve your productivity
- Example-based approach to get you started quickly with software programming
With the rise in the number of tools and technologies available today, developers and architects are always exploring ways to create better and smarter solutions. Before, the differences between target platforms was a major roadblock, but that's not the case now. .NET Core 2.0 By Example will take you on an exciting journey to building better software.
This book provides fresh and relevant content to .NET Core 2.0 in a succinct format that's enjoyable to read. It also delivers concepts, along with the implications, design decisions, and potential pitfalls you might face when targeting Linux…


Syndicate