Beginning VB 2008: From Novice to Professional

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp
This book is for anyone who wants to write good Visual Basic 2008 code C even if you have never programmed before.

Writing good code can be a challenge,there are so many options,especially in a language like Visual Basic. If you want to really get the best from a programming language you need to know which features work best in which situations and understand their strengths and weaknesses. It is this understanding that makes the difference between coding and coding well.

Beginning VB 2008 has been written to teach you how to use the Visual Basic programming language to solve problems. From the earliest chapters,and from the first introductory concepts,you'll be looking at real-world programming challenges and learning how Visual Basic can be used to overcome them. As you progress through the book the problems become more involved and interesting while the solutions become correspondingly more complex and powerful as Visual Basic features interact to achieve the results that you want.

By the time you've finished reading this book and worked through the sample exercises,you'll be a confident and very competent Visual Basic programmer. You will still have many explorations of the .NET Framework API to look forward to in your future career,but you will have a firm foundation to build from and you will know exactly where to go to find the things that you need to progress confidently in your projects.

What youll learn *Become skilled in the Visual Basic 2008 programming language. *Learn everything you need to begin building your own applications in a solid,wellCconsidered way: this book will teach you .NET coding from the ground up. *Use the Visual Studio IDE to create,debug,and deploy your applications. *Understand the mysteries of database access and the many ways that it can be accomplished from VB. *Delve deeply into the huge range of supporting technologies that the .NET Framework offers: LINQ,ASP.NET AJAX,ADO.NET 3.0,WPF,WCF,and Windows Workflow are all introduced and explained in a straightforward and easy-to-follow way. http://rapidshare.com/files/100097548/1590599381.rar

相关文章

Format[$] ( expr [ , fmt ] ) format 返回变体型 format$ 强制返回为文本 --------------------------...
VB6或者ASP 格式化时间为 MM/dd/yyyy 格式,竟然没有好的办法, Format 或者FormatDateTime 竟然结果和...
在项目中添加如下代码:新建窗口来显示异常信息。 Namespace My ‘全局错误处理,新的解决方案直接...
转了这一篇文章,原来一直想用C#做k3的插件开发,vb没有C#用的爽呀,这篇文章写与2011年,看来我以前没...
Sub 分列() ‘以空格为分隔符,连续空格只算1个。对所选中的单元格进行处理 Dim m As Range, t...
  窗体代码 1 Private Sub Text1_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integ...