Pro VB 2008 and the.NET 3.5 Platform
The initial release of the .NET platform (circa 2001) caused quite a stir within the Visual Basic programming community. One the one hand, many die-hard VB6 developers were up in arms at the major differences between VB6 and Visual Basic .NET (VB .NET). Individuals in this group were a bit stunned t...
Đã lưu trong:
Tác giả chính: | |
---|---|
Định dạng: | Sách |
Ngôn ngữ: | English |
Được phát hành: |
Apress
2012
|
Những chủ đề: | |
Truy cập trực tuyến: | https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31804 |
Các nhãn: |
Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
|
Thư viện lưu trữ: | Thư viện Trường Đại học Đà Lạt |
---|
id |
oai:scholar.dlu.edu.vn:DLU123456789-31804 |
---|---|
record_format |
dspace |
institution |
Thư viện Trường Đại học Đà Lạt |
collection |
Thư viện số |
language |
English |
topic |
VB Technologies |
spellingShingle |
VB Technologies Troelsen, Andrew Pro VB 2008 and the.NET 3.5 Platform |
description |
The initial release of the .NET platform (circa 2001) caused quite a stir within the Visual Basic programming community. One the one hand, many die-hard VB6 developers were up in arms at the major differences between VB6 and Visual Basic .NET (VB .NET). Individuals in this group were a bit stunned to see that VB .NET was not in fact “VB7” (i.e., the same syntax and programming con-
structs as VB6 with some new features thrown in for good measure), but something altogether different. |
format |
Book |
author |
Troelsen, Andrew |
author_facet |
Troelsen, Andrew |
author_sort |
Troelsen, Andrew |
title |
Pro VB 2008 and the.NET 3.5 Platform |
title_short |
Pro VB 2008 and the.NET 3.5 Platform |
title_full |
Pro VB 2008 and the.NET 3.5 Platform |
title_fullStr |
Pro VB 2008 and the.NET 3.5 Platform |
title_full_unstemmed |
Pro VB 2008 and the.NET 3.5 Platform |
title_sort |
pro vb 2008 and the.net 3.5 platform |
publisher |
Apress |
publishDate |
2012 |
url |
https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31804 |
_version_ |
1819787762423824384 |
spelling |
oai:scholar.dlu.edu.vn:DLU123456789-318042014-01-20T04:28:51Z Pro VB 2008 and the.NET 3.5 Platform Troelsen, Andrew VB Technologies The initial release of the .NET platform (circa 2001) caused quite a stir within the Visual Basic programming community. One the one hand, many die-hard VB6 developers were up in arms at the major differences between VB6 and Visual Basic .NET (VB .NET). Individuals in this group were a bit stunned to see that VB .NET was not in fact “VB7” (i.e., the same syntax and programming con- structs as VB6 with some new features thrown in for good measure), but something altogether different. n CHAPTER 1 The Philosophy of .NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 n CHAPTER 2 Building Visual Basic 2008 Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35n CHAPTER 3 VB 2008 Programming Constructs, Part I . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 n CHAPTER 4 VB 2008 Programming Constructs, Part II . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 n CHAPTER 5 Designing Encapsulated Class Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 n CHAPTER 6 Understanding Inheritance and Polymorphism . . . . . . . . . . . . . . . . . . . . . . 173 n CHAPTER 7 Understanding Structured Exception Handling . . . . . . . . . . . . . . . . . . . . . . 207 n CHAPTER 8 Understanding Object Lifetime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 233n CHAPTER 9 Working with Interface Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255 n CHAPTER 10 Collections, Generics, and Nullable Data Types . . . . . . . . . . . . . . . . . . . . . 291 n CHAPTER 11 Delegates, Events, and Lambdas. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 n CHAPTER 12 Operator Overloading and Custom Conversion Routines . . . . . . . . . . . . . 359 n CHAPTER 13 VB 2008–Specific Language Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 n CHAPTER 14 An Introduction to LINQ. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 409n CHAPTER 15 Introducing .NET Assemblies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 437 n CHAPTER 16 Type Reflection, Late Binding, and Attribute-Based Programming . . . . 483 n CHAPTER 17 Processes, AppDomains, and Object Contexts. . . . . . . . . . . . . . . . . . . . . . . 517 n CHAPTER 18 Building Multithreaded Applications. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 537 n CHAPTER 19 .NET Interoperability Assemblies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 571n CHAPTER 20 File and Directory Manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607 n CHAPTER 21 Introducing Object Serialization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 633 n CHAPTER 22 ADO.NET Part I: The Connected Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 653 n CHAPTER 23 ADO.NET Part II: The Disconnected Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . 705 n CHAPTER 24 Programming with the LINQ APIs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 759 n CHAPTER 25 Introducing Windows Communication Foundation . . . . . . . . . . . . . . . . . . . 795 n CHAPTER 26 Introducing Windows Workflow Foundation . . . . . . . . . . . . . . . . . . . . . . . . . 843n CHAPTER 27 Introducing Windows Forms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883 n CHAPTER 28 Rendering Graphical Data with GDI+ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 929 n CHAPTER 29 Programming with Windows Forms Controls. . . . . . . . . . . . . . . . . . . . . . . . 983n CHAPTER 30 Introducing Windows Presentation Foundation and XAML. . . . . . . . . . . 1047 n CHAPTER 31 Programming with WPF Controls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1103 n CHAPTER 32 WPF 2D Graphical Rendering, Resources, and Themes . . . . . . . . . . . . . 1167n CHAPTER 33 Building ASP.NET Web Pages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1215 n CHAPTER 34 ASP.NET Web Controls, Themes, and Master Pages . . . . . . . . . . . . . . . . 1261 n CHAPTER 35 ASP.NET State Management Techniques . . . . . . . . . . . . . . . . . . . . . . . . . . 1297 INDEX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1331 2012-09-12T01:27:17Z 2012-09-12T01:27:17Z 2008 Book 978-1-59059-822-1 https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31804 en application/pdf Apress |