FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
-
ASP.NET Core 6 Succinctly (Dirk Strauss)
This book guides web developers through some of the significant performance and feature improvements newly available in ASP.NET Core 6. Learn about the unmissable practicality of Hot Reload, explore super-helpful C# 10 features, etc.
-
ASP.NET Core APIs Succinctly (Dirk Strauss)
APIs are such a critical part of software that "API-first" has become a popular approach to development. This book guides you through designing your own REST API, using it to return and modify data, and versioning it as you continue to develop it.
-
Web Programming with ASP.NET Core (Hans-Petter Halvorsen)
This textbook gives an overview of Web and Web programming in general and with focus on ASP.NET and ASP.NET Core. ASP.NET and ASP.NET Core are web development frameworks created by Microsoft.
-
Azure for Architects: Secure, Scalable, High-availability Apps
Build and design multiple types of applications that are cross-language, platform, and cost-effective by understanding core Microsoft Azure principles and foundational concepts. Design intelligent Azure solutions based on containers and serverless functions.
-
Architecting Modern Web Apps with ASP.NET Core and Azure
This guide provides end-to-end guidance on building monolithic web applications using ASP.NET Core and Azure. In this context, 'monolithic' refers to the fact that these applications are deployed as a single unit.
-
Using .NET Core, Docker, and Kubernetes Succinctly
This book will walk you through using Docker and Kubernetes with a .NET Core example application - through the key concepts involved in packaging Windows-distributed applications into containers and orchestrating these using Docker and Kubernetes.
-
.NET Microservices: Architecture for Containerized .NET Applications
This guide is an introduction to developing microservices-based applications and managing them using containers. It discusses architectural design and implementation approaches using .NET Core and Docker containers.
-
.NET Book Zero (Charles Petzold)
This book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++. It includes introduction of basic concept of C#, fundamentals of C#, fundamentals of .NET, fundamental Of .NET applications, etc.
-
Programming ASP.NET MVC 5: A Problem Solution Approach
This book is a basic introduction to Programming ASP.NET MVC 5, basically for beginners who want to learn complete basic with example of ASP.NET MVC 5, using Microsoft Visual Studio Express, which is a free version of Microsoft Visual Studio.
-
Guide to NoSQL with Azure Cosmos DB (Gaston C. Hillar, et al)
This book is for C# developers. This book starts off by showing you the main features of Cosmos DB, their supported NoSQL data models and the foundations of its scalable and distributed architecture.
-
.NET Compact Framework Programming with C# and Visual Basic
The book walks you through three different real-world mobile applications from head to toe to provide a practical, hands-on experience on how to use .NET CF. It provides you with code snippets (in both VB.NET and C#) from real-world business scenarios.
-
Dissecting a C# Application (Christian Holm, et al)
Learn advanced .NET programming techniques by getting an insiders' look at a complete application! It includes all the advanced features that programmers expect and, of course, implementing these features has required some advanced programming techniques.
-
Under the Hood of .NET Memory Management (Chris Farrell)
This book covers theory and practice for analyzing and improving .NET code performance, with examples and tips, starting with the core concepts of .NET memory management and garbage collection, then additional details and intricacies.
-
Learn to Program with Visual Basic and .NET Gadgeteer
This book is intended for school students and others learning to program in Visual Basic. It assumes no prior knowledge of programming, electronics, Visual Basic or the Visual Studio environment. Concepts are introduced and explained throughout the book.
-
COM and .NET Interoperability (Andrew Troelsen)
This book provides a complete overview of the process of building .NET applications that interact (interoperate) with existing COM code. You will learn how to create .NET components that are COM compatible.
-
O'Reilly® Designing Evolvable Web APIs with ASP.NET
You'll learn how to integrate Web API into both Web Forms and MVC projects, including security and testing. Discover how easy it is to use JSON, jQuery, and Ajax effectively for a better user experience.
-
Parallel Programming with Microsoft .NET (Colin Campbell)
Shows C# and VB.NET programmers how to effectively take advantage of the multicore capabilities of modern PCs using the Microsoft platform. It describes parallelism within a single multicore node with shared memory instead of the cluster.
-
ASP.NET MVC Succinctly (Nick Harrison)
With this book, you will learn how to use ASP.NET MVC framework for building web apps and more, including how to integrate your app with jQuery, and how to use MVC scaffolding to automatically generate the more tedious portions of your code.
-
Cryptography in .NET Succinctly (Stephen Haunts)
You will learn various methods to implement cryptography in .NET apps, including using the SHA, AES, and RSA hash algorithms, leveraging symmetric and asymmetric encryption, and creating digital signatures.
-
ASP.NET Web API Succinctly (Emanuele DelBono)
This book starts with a high-level overview of Web API, examining the hosting layer, message handler pipeline, and controller, and delves further into each layer in succinct detail.
-
ServiceStack Succinctly (Zoran Maksimovic)
This book is a step-by-step instructions to create robust web services using ServiceStack, an open source framework designed to be an alternative to the WCF, ASP.NET MVC, and ASP.NET Web API frameworks.
-
Localization for .NET Succinctly (Jonas Gauffin)
Learn to write applications that support different languages and cultures, with an emphasis on .NET development. It will help you become an effective developer in the global community.
-
NHibernate Succinctly (Ricardo Peres)
Master the intricacies of NHibernate, an established and powerful Object/Relational Mapper (ORM). Let this book guide you toward a fuller understanding of one of the oldest and most flexible ORMs available.
-
.NET Technology Guide for Business Applications
This book is a comprehensive guide to .NET development technologies and application patterns. It details the available technologies for evolving and modernizing business applications that are core to the business and based on established patterns.
-
25 Secrets for Faster ASP.NET Applications (Red Gate Software)
This book shows you 25 tips from the ASP.NET community for boosting performance in your web applications. Learn the secrets of your fellow developers and read advice from MVPs and other experts.
-
Visual Studio Add-Ins Succinctly (Joe Booth)
This book is designed to get add-in developers up to speed in developing ad-ins in Visual Studio .NET and to teach add-in development to developers who want to learn to write add-ins.
-
Domain-Driven Design using Microsoft .NET
This book presents the philosophy of Domain Driven Design (DDD) in a down-to-earth and practical manner for experienced developers building applications for complex domains. A focus is placed on the principles and practices of decomposing complex problems.
-
ASP.NET Web Deployment using Visual Studio (Tom Dykstra)
This book shows you how to deploy (publish) an ASP.NET web application to a Windows Azure Web Site or a third-party hosting provider, by using Visual Studio 2012 or Visual Studio 2010.
-
WPF Succinctly (Buddy James)
This book is for software developers with an understanding of the .NET Framework who have yet to dive into Microsoft's Windows Presentation Foundation (WPF).
-
TypeScript Succinctly: The .NET approach to JavaScript
This book teaches you how TypeScript provides optional static typing and classes to JavaScript development, how to create and load modules, and how to work with existing JavaScript libraries through ambient declarations.
-
VB.NET Programming (mkaatr)
This book is a quick introduction to Visual Basic .NET programming language. It explains the very basics of the language with screenshots showing what is expected to see during development process.
-
Testing for Continuous Delivery with Visual Studio (L. Brader)
This free book shows you how to minimize these costs by using the testing infrastructure of Visual Studio 2012.
-
F# Succinctly: Combining Languages with the .NET Framework
This book is a quick-start guide to the F# programming language. It relies heavily on code examples to express F# concepts.
-
Intro to ASP.NET MVC 4 with Visual Studio, Step-by-Step
This book will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Studio 11 Express Beta for Web, which is a free version of Microsoft Visual Studio.
-
ASP.NET MVC 4 Mobile Websites Succinctly (Lyle Luppes)
This book is for developers who are currently using Microsoft ASP.NET and MVC to create websites, and who are interested in creating websites that play nicely with mobile devices or want to update their existing site.
-
O'Reilly® Programming ASP.NET MVC 4: Real-World Web Applications
This book teaches you how to build real-world applications with the ASP.NET MVC framework, using powerful architecture patterns, and modern web technologies such as HTML 5 and jQuery.
-
O'Reilly® Getting Started with Metro Apps: Guide to the Windows RT
This book gives you a head start on creating 'Metro'-style apps for the approaching release of Windows 8 - Learn how to use Windows RT.
-
Introducing ASP.NET Web Pages 2 (Mike Pope, et al)
This book gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creating pages and sites.
-
Shove It, FizzBuzz: How to Find and Land a .NET Development Job
This book teaches you the five traits every successful .NET developer should possess, gives tips on how to improve your overall marketability, teaches you how to write an effective resume, and prepares you for a technical interview.
-
The Microsoft .NET Developer eBook (Pearson Education, Inc.)
This eBook consists of 9 sample chapters from Microsoft .NET Development Series, covering REST Services, C#, ASP.NET, Silverlight, LINQ, etc.
-
Professional ASP.NET MVC 1.0 (Rob Conery, Scott Guthrie, et al)
This book gives you very fine-grained control over your HTML and Javascript, as well as complete control over the programmatic flow of your application.
-
Microsoft Application Architecture Guide, 2nd Edition: .NET Platform
Get the definitive guide on designing applications on the Microsoft application platform - straight from the Microsoft patterns & practices team.
-
The Definitive Guide to Building Code Quality (Don Jones)
This book presents a comprehensive review of modern techniques used to transform raw source code into finished product, based on Visual Studio 2008.
-
Professional C#/VB .NET Coding Guidelines ©2006 (Steve Sartain)
This is a book on naming conventions, best coding practices and patterns written by the industry expert Steven Sartain.
-
Visual Studio .NET Tips and Tricks (Minh T. Nguyen)
This book is a must-read for all .NET developers, regardless of expertise and whether they program in C#, VB.NET, or any other .NET language.
-
Upgrading Visual Basic 6.0 to Visual Basic .NET (Ed Robinson, et al)
This book is a complete technical guide to upgrading Microsoft Visual Basic 6 applications to Microsoft Visual Basic .NET, it covers all aspects of upgrading from APIs to ZOrders.
-
The .NET Developer's Guide to Windows Security (Keith Brown)
This book is required reading for .NET programmers who want to develop secure Windows applications. Readers gain a deep understanding of Windows security and the know-how to program secure systems.
-
Sams Teach Yourself Visual Studio .NET in 21 Days (Jason Beres)
This book will help developers that are new to application development and experienced developers understand how to use the .NET Framework and Visual Studio .NET to rapidly develop any type of computer application.
-
.NET Compact Framework Programming with C# and Visual Basic
The book walks you through three different real-world mobile applications from head to toe to provide a practical, hands-on experience on how to use .NET CF. It provides you with code snippets (in both VB.NET and C#) from real-world business scenarios.
-
Practical Performance Profiling: Improve the Efficiency of .NET Code
This book provides both the theory and practical skills necessary to analyze and improve the performance of .NET code. It guides the reader through using a profiler and explains how to identify and correct performance bottlenecks.
:
|
|