---
product_id: 16756147
title: "Visual Basic 2015 Unleashed"
price: "Rp176940"
currency: IDR
in_stock: false
reviews_count: 13
url: https://www.desertcart.id/products/16756147-visual-basic-2015-unleashed
store_origin: ID
region: Indonesia
---

# Visual Basic 2015 Unleashed

**Price:** Rp176940
**Availability:** ❌ Out of Stock

## Quick Answers

- **What is this?** Visual Basic 2015 Unleashed
- **How much does it cost?** Rp176940 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.id](https://www.desertcart.id/products/16756147-visual-basic-2015-unleashed)

## Best For

- Customers looking for quality international products

## Why This Product

- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

Using Visual Basic 2015, developers can build cutting-edge applications that run practically anywhere: on Windows desktops, new Windows 10 devices, in mobile and cloud environments, and beyond. Visual Basic 2015 Unleashed is the most comprehensive, practical reference to modern programming with VB 2015. Long-time Visual Basic MVP Alessandro Del Sole walks you through the latest version of the language, helping you thoroughly master its most valuable features, most powerful programming techniques, and most effective development patterns. Next, he shows how to use Visual Basic 2015 to build robust, effective software in a wide range of environments. Extensively updated for Visual Basic 2015’s major improvements, this guide covers both Visual Basic 2015 Professional Edition for professional developers and the free Community Edition for hobbyists, novices, and students. Del Sole has added detailed coverage of building new universal Windows apps for Windows 10 and using new Visual Studio 2015 capabilities to supercharge your productivity as a developer. If you want to leverage all of VB 2015’s power, this is the book you need. Detailed information on how to... Understand the Visual Studio 2015 IDE, .NET Framework 4.6 and the new .NET Core 5, and the anatomy of a VB 2015 application Debug VB applications and implement error handling and exceptions Keep your code clean and well-organized with VB 2015’s new refactoring tools Master modern VB object development: namespaces, modules, structures, enums, inheritance, interfaces, generics, delegates, events, collections, iterators, and more Share Visual Basic code with Portable Class Libraries and Shared Projects Access data with LINQ and ADO.NET Entity Framework Manipulate XML documents with LINQ and XML Literals Build and deploy applications to run in the Microsoft Azure cloud Develop universal Windows apps that run on any Windows 10 device Use advanced .NET 4.6 platform capabilities, including async and parallel programming, multithreading, assemblies, reflection, and coding attributes Leverage new compiler APIs to write custom domain-specific live code analysis rules Test code with unit tests and TDD Deploy apps efficiently with InstallShield for Visual Studio and ClickOnce

Review: Great book for beginners, but goes far beyond that. It takes you from the basics all the way to the very advanced features. - Having used Visual Basic since version 3 back in the early 1990s, I have seen it grow from not much more than a scripting language to a full-fledged fully Object Oriented development platform. In conjunction with NET 4.6, there is very little that you cannot do in VB that once took a few hundred lines of C++. This book first lays out the foundations of the language, including many that few people are aware of, and then gets you going to build useful applications quite quickly. VB is as good a language as any if you want to learn to program, even if you have no experience in programming. You can do real things quite readily, and then move to the very advance techniques once possible only in the world of C++. This book will get you started quickly doing real world useful programming, and then take you into the very powerful features of the language. I would recommend that you purchase this book along with a book on Windows Presentation Foundation, which makes stunning user interfaces remarkably easy to create.
Review: Comprehensive for Visual Basic Topics but not for Beginners - Really I like these kinds of books, It is very comprehensive reference for Visual Basic topics but not for beginners! you should have a previous knowledge in VB. I advise to have this book beside other books in VB like Rod Stephen's Programmer's Reference in VB, or/and Visual Basic How to Program & Simply Visual Basic for Deitel. Good luck 😀

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Best Sellers Rank | #952,310 in Books ( See Top 100 in Books ) #28 in Visual Basic Programming (Books) #755 in Computer Programming Languages |
| Customer Reviews | 4.1 out of 5 stars 62 Reviews |

## Images

![Visual Basic 2015 Unleashed - Image 1](https://m.media-amazon.com/images/I/71k83uDJL4L.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ Great book for beginners, but goes far beyond that. It takes you from the basics all the way to the very advanced features.
*by C***N on April 21, 2017*

Having used Visual Basic since version 3 back in the early 1990s, I have seen it grow from not much more than a scripting language to a full-fledged fully Object Oriented development platform. In conjunction with NET 4.6, there is very little that you cannot do in VB that once took a few hundred lines of C++. This book first lays out the foundations of the language, including many that few people are aware of, and then gets you going to build useful applications quite quickly. VB is as good a language as any if you want to learn to program, even if you have no experience in programming. You can do real things quite readily, and then move to the very advance techniques once possible only in the world of C++. This book will get you started quickly doing real world useful programming, and then take you into the very powerful features of the language. I would recommend that you purchase this book along with a book on Windows Presentation Foundation, which makes stunning user interfaces remarkably easy to create.

### ⭐⭐⭐⭐⭐ Comprehensive for Visual Basic Topics but not for Beginners
*by M***D on February 26, 2020*

Really I like these kinds of books, It is very comprehensive reference for Visual Basic topics but not for beginners! you should have a previous knowledge in VB. I advise to have this book beside other books in VB like Rod Stephen's Programmer's Reference in VB, or/and Visual Basic How to Program & Simply Visual Basic for Deitel. Good luck 😀

### ⭐⭐⭐⭐ Excellent book for professional software developers that need to use VB.NET
*by P***X on February 2, 2016*

This is a book for professional software developers. It assumes you are already intimately familiar with fundamental programming concepts as well as previous versions of Visual Basic and Microsoft .NET "ecosystem". It focuses on the advanced concepts of programming with Visual Basic 2015 and .NET 4.6 and rightly so, despite its size the book is a mere reference, where every chapter can be further addressed in a separate book. As a professional developer this book will allow you to understand Microsoft's motivation behind technologies it introduces or extends in VB 2015 / .NET 4.6, the rest you can always find in MS white papers. When it comes to the level of competence, Alessandro Del Sole is outstanding. In the entire book there are literally only two places I find things amiss: his explanation of polymorphism lacks one extra sentence to be complete (but this is something you should already know from the Computer Science theory anyway) and in my opinion his event-based asynchrony sample is unnecessarily forced into a synchronous code pattern - I understand the point he was trying to make when comparing it to Async/Await - but to be "honest" about the event-based asynchrony one should note that synchronous logic patters are not the best way to approach it and that example should be "flattened" with the DataContext being assigned directly from the callback (and for clarity you should use the delegates rather than lambdas with callback events, then it does not look that messy to call UI elements from callback delegate function). Everything else in the book is basically perfect. Now, why one less star? As somebody spoiled by Microsoft Press I am used to books written with a specific version of technical English, that practically "read themselves". Reading Alessandro takes an extra step of effort, not to just understand the content, but also his sentences. Now, this is a highly subjective criterion and a person who is already used to his style from reading his other books may not have the same problem I had.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.id/products/16756147-visual-basic-2015-unleashed](https://www.desertcart.id/products/16756147-visual-basic-2015-unleashed)

---

*Product available on Desertcart Indonesia*
*Store origin: ID*
*Last updated: 2026-05-18*