没有合适的资源?快使用搜索试试~ 我知道了~
Beginning Microsoft Visual Basic 2010(Wrox)
5星 · 超过95%的资源 需积分: 10 16 下载量 19 浏览量
2014-05-21
13:28:21
上传
评论
收藏 17.62MB PDF 举报
温馨提示
Beginning Microsoft Visual Basic 2010(Wrox).请大家先看好,这是英文版PDF书籍.对应中文名叫做:Visual Basic 2010入门经典(第6版)(Wrox). 最近正值复习Visual Basic.供大家免费下载. 同时鄙视一下以任何的形式要多下载积分的人.
资源推荐
资源详情
资源评论
Willis,
Newsome
$44.99 USA
$53.99 CAN
Programming Languages / Visual Basic
A thorough introduction to
the basics of Visual Basic 2010
wrox.com
Programmer
Forums
Join our Programmer to
Programmer forums to ask
and answer programming
questions about this book,
join discussions on the
hottest topics in the industry,
and connect with fellow
programmers from around
the world.
Code Downloads
Take advantage of free code
samples from this book, as
well as code samples from
hundreds of other books, all
ready to use.
Read More
Find articles, ebooks, sample
chapters, and tables of contents
for hundreds of books, and
more reference resources on
programming topics that matter
to you.
Synonymous with writing code in Visual Studio 2010, Visual Basic
is an incredibly popular programming language. Its speed and ease
of use make it a frequent first choice for new programmers, as well
as a heavily favored choice for the more experienced set eager to
learn Visual Basic’s latest iteration. This beginning guide provides
you with a solid foundation, unlocking the power and possibilities
of Visual Basic 2010 and giving detailed steps for quickly and easily
writing useful programs.
Beginning Microsoft Visual Basic 2010:
• Details the process for creating Windows Forms applications, WPF
Windows applications, web applications, WPF browser applications,
mobile device applications, and Web Services
• Discusses application debugging, error handling, and dealing with
unexpected events
• Addresses object-oriented programming and how to use it in your
applications
• Reviews dynamic data web sites and ASP.NET
• Introduces XML and shows how it can be used to integrate your
applications with others
• Explains deploying applications using ClickOnce technology
• Covers Access
®
, SQL Server
®
, and ADO.NET
Thearon Willis is an author or coauthor of nearly a dozen books and a senior
consultant who develops intranet applications using ASP.NET, DHTML, XML,
JavaScript, VBScript, VB COM components, and SQL Server.
Bryan Newsome is an author or coauthor of many books and works for a Microsoft
Partner in Charlotte specializing in Custom Software Solutions. He provides clients
with solutions and mentoring on leading-edge Microsoft technologies.
Wrox Beginning guides are crafted to make learning programming languages
and technologies easier than you think, providing a structured, tutorial format
that will guide you through all the techniques involved.
Wrox Programmer to Programmer™
Join the discussion @ p2p.wrox.com
Beginning
Visual Basic
®
2010
Microsoft
®
Visual Basic
®
2010
Microsoft
®
Thearon Willis, Bryan Newsome
Beginning
Get more out of
wrox.com
Programmer to Programmer
™
Interact
Take an active role online by participating in our
P2P forums @ p2p.wrox.com
Wrox Online Library
Hundreds of our books are available online
through Books24x7.com
Wrox Blox
Download short informational pieces and code
to keep you up to date and out of trouble!
Join the Community
Sign up for our free monthly newsletter at
newsletter.wrox.com
Browse
Ready for more Wrox? We have books and
e-books available on .NET, SQL Server, Java,
XML, Visual Basic, C#/ C++, and much more!
Contact Us.
We always like to get feedback from our readers. Have a book idea?
Need community support? Let us know by e-mailing wrox-partnerwithus@wrox.com
Related Wrox Books
Beginning ASP.NET 4
ISBN: 978-0-470-50221-1
Microsoft MVP Imar Spaanjaars walks you through ASP.NET, Microsoft’s technology for building dynamically generated web
pages from database content. You’ll discover many improvements that ASP.NET 4 offers over the previous version, such as
Ajax improvements, jQuery support, and more. With this book you’ll gradually build a web site example that takes you through
the processes of building basic ASP.NET web pages, adding features with pre-built server controls, designing consistent pages,
displaying data, and more.
Beginning Microsoft Visual C# 2010
ISBN: 978-0-470-50226-6
Beginning Microsoft Visual C# 2010 starts with the basics and brings you thoroughly up to speed. You’ll first cover the fundamentals
such as variables, flow control, and object-oriented programming and gradually build your skills for web and Windows programming,
Windows forms, and data access.
Professional Visual Basic 2010 and .NET 4
ISBN: 978-0-470-50224-2
If you’ve already covered the basics and want to dive deep into VB and .NET topics that professional programmers use most, this
is your book. You’ll find a quick review of introductory topics before the author team of experts moves into such topics as data
access with ADO.NET, Language Integrated Query (LINQ), security, ASP.NET web programming with Visual Basic, Windows workflow,
threading, and more. You’ll explore all the new features of Visual Basic 2010 as well as all the essential functions that you need,
including .NET features such as LINQ to SQL, LINQ to XML, WCF, and more. Plus, you’ll examine exception handling and debugging,
Visual Studio features, and ASP.NET web programming.
Visual Basic 2010 Programmer’s Reference
ISBN: 978-0-470-49983-2
Visual Basic expert Rod Stephens shows you how to leverage the latest features of VB 2010. This book covers the newest features
of Visual Basic 2010, such as array literals and initializers, collection initializers, implicit line continuation, Lambda expressions, and
more, and features extensively revised and tested code to ensure compliance with the latest release.
Visual Studio 2010 and .NET 4 Six-in-One
ISBN: 978-0-470-49948-1
This comprehensive resource offers all you need to know to get productive with .NET 4. Experienced authors and .NET gurus review all
the important new features of .NET 4, including .NET charting and ASP.NET charting, ASP.NET dynamic data and jQuery, and more.
BEGINNING
MICROSOFT
®
VISUAL BASIC 2010
INTRODUCTION.............................................................. xxix
CHAPTER 1 WelcometoVisualBasic2010.................................... 1
CHAPTER 2 TheMicrosoft.NETFramework.................................. 23
CHAPTER 3 WritingSoftware...............................................37
CHAPTER 4 Controlling the Flow ........................................... 83
CHAPTER 5 WorkingwithDataStructures...................................123
CHAPTER 6 ExtensibleApplicationMarkupLanguage(XAML)..................169
CHAPTER 7 BuildingWindowsApplications .................................193
CHAPTER 8 DisplayingDialogBoxes...................................... 237
CHAPTER 9 CreatingMenus ............................................. 277
CHAPTER 10 Debugging and Error Handling ................................ 299
CHAPTER 11 BuildingObjects............................................. 339
CHAPTER 12 AdvancedObject-OrientedTechniques..........................381
CHAPTER 13 BuildingClassLibraries........................................417
CHAPTER 14 CreatingWindowsFormsUserControls......................... 435
CHAPTER 15 AccessingDatabases ........................................ 463
CHAPTER 16 DatabaseProgrammingwithSQLServerandADO.NET ........... 483
CHAPTER 17 DynamicDataWebSite....................................... 537
CHAPTER 18 ASP.NET ................................................... 549
CHAPTER 19 VisualBasic2010andXML.................................... 583
CHAPTER 20 DeployingYourApplication ....................................621
APPENDIX A ExerciseSolutions ........................................... 639
APPENDIX B WheretoNow?.............................................. 655
INDEX........................................................................661
BEGINNING
Microsoft
®
Visual Basic 2010
剩余723页未读,继续阅读
资源评论
- geminiblizzard2014-05-26很好的资源,和写的一样
桃花饼饼
- 粉丝: 2
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功