Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Quản trị Web
Programming Visual Basic .NET
Đang chuẩn bị liên kết để tải về tài liệu:
Programming Visual Basic .NET
Sơn Ca
175
375
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
The purpose of this book is to provide experienced software developers with the means to quickly become productive in Microsoft's Visual Basic .NET development environment. The only assumption I make about you as a programmer is that you're comfortable with the concepts and processes of software development. This book will not teach you how to program. However, if you're currently a working Visual Basic, C++, or Java developer, this book will help you transfer your existing skills to this new environment | Copyright Table of Contents Index Full Description About the Author Reviews Reader reviews Errata Programming Visual Basic .NET Dave Grundgeiger Publisher O Reilly First Edition January 2002 ISBN 0-596-00093-6 464 pages By Giantdino Published just in time for the first release of Visual Basic Studio .NET Programming Visual Basic .NET is a programmer s complete guide to Visual Basic .NET. Starting with a sample application and a high-level map the book jumps right into showing how the parts of .NET fit with Visual Basic .NET. Topics include the common language runtime Windows Forms ASP.NET Web Forms Web Services and ADO.NET. Programming Visual Basic .NET Preface Organization of This Book Conventions Used in This Book How to Contact Us Acknowledgments 1. Introduction 1.1 What Is the Microsoft .NET Framework 1.2 What Is Visual Basic .NET 1.3 An Example Visual Basic .NET Program 2. The Visual Basic .NET Language 2.1 Source Files 2.2 Identifiers 2.3 Keywords 2.4 Literals 2.5 Types 2.6 Namespaces 2.7 Symbolic Constants 2.8 Variables 2.9 Scope 2.10 Access Modifiers 2.11 Assignment 2.12 Operators and Expressions 2.13 Statements 2.14 Classes 2.15 Interfaces 2.16 Structures 2.17 Enumerations 2.18 Exceptions 2.19 Delegates 2.20 Events 2.21 Standard Modules 2.22 Attributes 2.23 Conditional Compilation 2.24 Summary 3. The .NET Framework 3.1 Common Language Infrastructure CLI and Common Language Runtime CLR 3.2 Common Type System CTS 3.3 Portions of the CLI 3.4 Modules and Assemblies 3.5 Application Domains 3.6 Common Language Specification CLS 3.7 Intermediate Language IL and Just-In-Time JIT Compilation 3.8 Metadata 3.9 Memory Management and Garbage Collection 3.10 A Brief Tour of the .NET Framework Namespaces 3.11 Configuration 3.12 Summary 4. Windows Forms I Developing Desktop Applications 4.1 Creating a Form 4.2 Handling Form Events 4.3 Relationships Between Forms 4.4 MDI Applications 4.5 Component Attributes 4.6 2-D Graphics Programming with GDI 4.7 Printing 4.8 Summary 5.
TÀI LIỆU LIÊN QUAN
ProfessionalSoftware Testing with Visual Studio 2005 Team System
Ebook Visual C 2015 programming: Part 2
Microsoft Visual Basic .NET Programming
C# Professional Projects
Lecture Learning programming using Visual Basic.Net – Chapter 2: Creating simple Visual Basic .NET windows applications
Lecture Learning programming using Visual Basic.Net – Chapter 11: Using VISUAL Basic .NET to create web applications
Visual Basic 2005 Programmer's Reference
Visual Basic 2010
Microsoft Visual Basic 2010
Learn Microsoft® Visual Basic® 2012
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.