Dotnetcat » .NET Books » Visual Studio books
MCAD/MCSD Training Guide (70-315): Developing and Implementing Web Applications with Visual C# and Visual Studio.NET
|
Author: | Amit Kalani |
| Publisher: | Que (10 January 2003) | Price: |
This certification exam measures the ability to develop and implement Web-based applications with Web forms, ASP.NET, and the Microsoft .NET Framework. This exam counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the existing MCSD certification. Readers preparing for this exam find our Training Guide series to be the most successful self-study tool in the market. This book is their one-stop shop because of its teaching methodology, the accompanying ExamGear testing software, and superior Web site support at www.quepublishing.com/certification.
ASP.NET Core Application Development: Building an application in four sprints (Developer Reference)
|
Author: | James Chambers |
| Publisher: | Microsoft Press (16 December 2016) | Price: |
| Rating: |
Master ASP.NET Core hands-on: from architecture through deployment and beyond
This book guides you through the entire process of building, deploying, and managing cross-platform web apps with ASP.NET Core. You’ll master Microsoft’s revolutionary open source ASP.NET Core technology, and learn how to integrate the immense power of MVC, Docker, Azure Web Apps, Visual Studio, C#, JavaScript, and Entity Framework. Working alongside the fictitious development team at Alpine Ski House, you’ll witness a four-sprint journey starting with a blank canvas. You’ll see the team architect and design their software, adjust to user feedback, and move through builds, testing, deployment, maintenance, and refactoring.
Throughout, you’ll discover how to deliver state-of-the-art software faster and more repeatably than ever before.
Three leading Microsoft MVPs…
Microsoft .NET - Architecting Applications for the Enterprise (2nd Edition) (Developer Reference)
|
Author: | Dino Esposito |
| Publisher: | Microsoft Press (18 September 2014) | Price: |
| Rating: |
A software architect’s digest of core practices, pragmatically applied
Designing effective architecture is your best strategy for managing project complexity–and improving your results. But the principles and practices of software architecting–what the authors call the “science of hard decisions”–have been evolving for cloud, mobile, and other shifts. Now fully revised and updated, this book shares the knowledge and real-world perspectives that enable you to design for success–and deliver more successful solutions.
In this fully updated Second Edition, you will:
- Learn how only a deep understanding of domain can lead to appropriate architecture
- Examine domain-driven design in both theory and implementation
- Shift your approach to code first, model later–including multilayer architecture
- Capture the benefits of prioritizing software maintainability
- See how…
C# 4.0 The Complete Reference
|
Author: | Herbert Schildt |
| Publisher: | McGraw-Hill Education (18 May 2010) | Price: |
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.
The Definitive Guide to C#“From using LINQ to covariance and from string formatting to optional arguments, Herb’s update covers all you need to know about using real-world C# 4.0.” ─Michael Howard, Microsoft Corporation
Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel…
C# 7.0 in a Nutshell: The Definitive Reference
|
Author: | Joseph Albahari |
| Publisher: | O'Reilly Media (28 October 2017) | Price: |
When you have questions about C# 7.0 or the .NET CLR and its core Framework assemblies, this bestselling guide has the answers you need. Since its debut in 2000, C# has become a language of unusual flexibility and breadth, but its continual growth means there’s always more to learn.
Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge. Dive in and discover why this Nutshell guide is considered the definitive reference on C#.
- Get up to speed on the C# language, from the basics of syntax and variables to advanced topics such as pointers, operator overloading, and dynamic binding
- Dig deep into LINQ via three chapters dedicated to the topic
- Explore concurrency and asynchrony, advanced threading, and parallel programming
- Work with .NET features, including XML, regular expressions, networking, serialization, reflection, application domains, and…
MCAD/MCSD Training Guide (70-305): Developing and Implementing Web Applications with Visual Basic.NET and Visual Studio.NET
|
Author: | Mike Gunderloy |
| Publisher: | Que (10 January 2003) | Price: |
This certification exam measures the ability to develop and implement Web-based applications with Web forms, ASP.NET, and the Microsoft .NET Framework. This exam counts as a core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the existing MCSD certification. Readers preparing for this exam find our Training Guide series to be the most successful self-study tool in the market. This book is their one-stop shop because of its teaching methodology, the accompanying ExamGear testing software, and superior Web site support at www.quepublishing.com/certification. The CD features the ExamGear product (test simulation with more than 150 practice questions) and an electronic copy of the book.
LINQ in Action
|
Author: | Fabrice Marguerie |
| Publisher: | Manning Publications (14 February 2008) | Price: |
LINQ, Language INtegrated Query, is a new extension to the Visual Basic and C# programming languages designed to simplify data queries and database interaction. It addreses O/R mapping issues by making query operations like SQL statements part of the programming language. It also offers built-in support for querying in-memory collections like arrays or lists, XML, DataSets, and relational databases.
LINQ in Action is a fast-paced, comprehensive tutorial for professional developers. This book explores what can be done with LINQ, shows how it works in an application, and addresses the emerging best practices. It presents the general purpose query facilities offered by LINQ in the upcoming C# 3.0 and VB.NET 9.0 languages. A running example introduces basic LINQ concepts. You'll then learn to query unstructured data using LINQ to XML and relational data with LINQ to SQL. Finally, you'll see how to extend LINQ for custom applications.
LINQ in Action will guide you…
Microservices in .NET Core: with examples in Nancy
|
Author: | Christian Horsdal |
| Publisher: | Manning Publications ( 3 February 2017) | Price: |
| Rating: |
Summary
Microservices in .NET Core provides a complete guide to building microservice applications. After a crystal-clear introduction to the microservices architectural style, the book will teach you practical development skills in that style, using OWIN and Nancy.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Microservice applications are built by connecting single-capability, autonomous components that communicate via APIs. These systems can be challenging to develop because they demand clearly defined interfaces and reliable infrastructure. Fortunately for .NET developers, OWIN (the Open Web Interface for .NET), and the Nancy web framework help minimize plumbing code and simplify the task of building microservice-based applications.
About the Book
Microservices in .NET Core provides a complete guide to building…
C++ All-in-One For Dummies
|
Author: | John Paul Mueller |
| Publisher: | For Dummies (18 August 2014) | Price: |
C++ is the workhorse of programming languages and remains one of the most widely used programming languages today. It's cross-platform, multi-functional, and updates are typically open-source. The language itself is object-oriented, offering you the utmost control over data usage, interface, and resource allocation. If your job involves data, C++ proficiency makes you indispensable.
C++ All-in-One For Dummies, 3rd Edition is your number-one handbook to C++ mastery. Author John Paul Mueller is a recognized authority in the computer industry, and your ultimate guide to C++. Mueller takes you through all things C++, including information relevant to the 2014 update.
- Learn how to work with objects and classes
- Conquer advanced programming and troubleshooting
- Discover how lambda expressions can make your code more concise and readable
- See Standard Library features, such as dynamic…
Microsoft Visual Studio 2010: A Beginner's Guide
|
Author: | Joe Mayo |
| Publisher: | McGraw-Hill Education (18 May 2010) | Price: |
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.
Essential Skills--Made Easy!
Written by a Microsoft MVP and Visual Studio expert, this hands-on guide gets you started with the latest release of Microsoft's flagship Integrated Development Environment (IDE). Microsoft Visual Studio 2010: A Beginner's Guide shows you how to build applications from the ground up, covering C#, VB.NET, ASP.NET, Silverlight, Windows Presentation Foundation (WPF), and Windows Communication Foundation (WCF). You'll also learn how to customize the IDE, adding your own tools that integrate with Visual Studio 2010, and edit and debug your applications.
Designed for Easy Learning
- Key Skills & Concepts--Chapter-opening…


Syndicate