Showing posts with label Visual Basic. Show all posts
Showing posts with label Visual Basic. Show all posts

Tuesday, March 23, 2010

Beginning SQL Server 2005 Express


Beginning SQL Server 2005 Express
Product Description
SQL Server 2005 Express is the database component of Microsoft’s Express Suite of products. It is free of charge, inherits many (nonenterprise) features from SQL Server 2005, and comes complete with development and administration tools. As such, it is an ideal database for developers and administrators to use in prototype/evaluation projects. It is also a powerful development platform for database applications on nonprofit websites, e-commerce sites, and in small offices and departments.Author Rick Dobson provides all of the installation, configuration, administration, and development techniques that you need to build applications quickly. He focuses on techniques that are easy to learn and transparent in their real-world translations. Topics include Express Manager and T-SQL programming, and Visual Basic Express and Visual Web Developer, both with SSE, to build Windows Forms applications and to develop ASP.NET web applications.

download Here

Monday, November 30, 2009

Pro WPF with VB 2008 Windows Presentation Foundation with dot NET 3.5

Microsoft Windows Presentation Foundation provides the foundation for building applications and high–quality user experiences in Windows Vista. WPF blends application user interface, documents

, and media content to provide richer control, design, and development of the visual aspects of Windows programs.

Author Matthew MacDonald shows you how WPF really works. His no–nonsense, practical advice will get you building high–quality WPF applications quickly and easily. MacDonald will take you through a thorough investigation of the more advanced aspects of WPF, and its relation to other elements of the WinFX stack and the .NET Framework 3.5, to complete your understanding of WPF and VB 2008.

WPF’s functionality extends to support for Tablet PCs
and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data–driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell.
What you’ll learn

* WPF basics: XAML, layout, control essentials, and data flow
* WPF applications: Navigation, commands, localization, and deployment
* Advanced controls: Custom controls, menus, toolbars
, and trees
* WPF documents: Text layout, printing, and document packaging
* Graphics and multimedia: Drawing shapes, sound and video, animation, geometric transformations, and imaging


Download Here
http://socifiles.com/d/17be83

Tuesday, November 24, 2009

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition


The first edition of this book was released at the 2001 Tech Ed conference in Atlanta, Georgia. Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5).

The last version, .NET 3.0, was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the “W’s” has been expanded a great deal in this version of the book from the previous Special Edition text.

Unlike .NET 3.0, .NET 3.5 provides dozens of new C# language features and .NET APIs. This edition of the book will walk you through all of this new material using the same readable approach as was found in previous editions. Rest assured, you’ll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008. What you will learn

* Everything you need to know - get up to speed with C# 2008 quickly and efficiently.
* Discover all the new .NET 3.5 features — Language Integrated Query, anonymous types, extension methods, automatic properties, and more.
* Get a professional foothold — targeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them.
* A rock-solid foundation - focuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform — including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.

Friday, November 20, 2009

C++ All In One Desk Reference For Dummies

There are almost as many programming languages these days as there are dialects at a Washington cocktail party. Among them all, however, C++ remains a favorite, especially for beginners. C++ is fast, powerful, fully compiled, and portable. If you’ve thought about learning programming, it’s a great place to start. And if you’re already experienced with C++, you probably know a well-organized reference guide makes a programmer’s life a lot easier.

C++ All-In-One Desk Reference For Dummies is a guide that grows with you. It’s organized into seven convenient minibooks, each devoted to a particular aspect of C++. So whether you’re a beginner just learning the lingo, or a veteran who wants to find out how to write a Web service in C++ .NET by using the Managed Extension to C++ (and who actually knows what that means!) you can find the answers quickly and easily.
If you’re about to venture into C++ programming for the first time, Minibook I begins at the beginning and covers all the basic stuff you need to know. You’ll be ready to join the big kids when you reach the subsequent minibooks, which cover
  • Understanding objects and classes, including UML and design patterns
  • Fixing problems, debugging your code, and choosing a good debugger
  • Advanced C++ programming
  • Reading and writing files, with coverage of stream programming
  • C++ .NET, which shows you how to program for Microsoft’s latest product, create Web services, build assemblies, and more
  • Visual Studio 6.0 and MFC, featuring a discussion of writing software for Windows with Microsoft Foundation classes
No matter how accomplished a C++ programmer you are – or aren’t – there will always be times when you need a reference guide. C++ All-In-One Desk Reference For Dummies gets you started with C++ programming, takes you as far as you want to go, and makes it easy to find out more whenever you want.

Monday, November 2, 2009

The Software Vulnerability Guide

The Software Vulnerability Guide

Product Description


In today’s market, secure software is a must for consumers. Many developers, however, are not familiar with the techniques needed to produce secure code or detect existing vulnerabilities. The Software Vulnerability Guide focuses on the origin of most software vulnerabilities, including the bugs in the underlying software used to develop IT infrastructures and the Internet.

Most of these security bugs (and the viruses, worms, and exploits that derive from them) started out as programmer mistakes. With this easy-to-use guide, professional programmers and testers will learn how to recognize and prevent these vulnerabilities before their software reaches the market. For each of the 30 common software vulnerabilities featured the authors provide a summary, description of how the vulnerability occurs, and famous examples of how it has been used. Tips on how to find and fix the vulnerability in software are also provided along with source code snippets, commentary, tools, and techniques in easy-to-read sidebars. This guide is a must-have for today’s software developers.
 
KEY FEATURES
* Includes coding examples in a variety of languages, including C, C++, Java, VB, .NET, scripting languages, and more
* Provides tips for uncovering vulnerabilities in a diverse array of systems, including what it may look like in code, and how the offending code can be fixed
* Covers vulnerabilities such as permitting default or weak passwords, cookie poisoning, exchanging sensitive data in plain text, leaving things in memory, and format string attacks
* Includes a CD-ROM with all of the source code, as well as many freeware/shareware tools discussed in the book

About the Author
Herbert Thomas is the Director of Security Technology at Security Innovation LLC and serves on the graduate faculty of the Florida Institute of Technology. He is the co-author of How to Break Sofware Security: Effective Techniques for Security Testing and is a frequent speaker at industry conferences. Scott Chase is a Security Architect at SI Government Solutions, where he manages key research projects for the US government. He has also worked as a university researcher in information security and as a software tester in industry.


Sunday, November 1, 2009

Expert Python Programming 2009


Python is a dynamic programming language, used in a wide range of domains by programmers who find it simple, yet powerful. From the earliest version 15 years ago to the current one, it has constantly evolved with productivity and code readability in mind.
Even if you find writing Python code easy, writing code that is efficient and easy to maintain and reuse is not so straightforward. This book will show you how to do just that: it will show you how Python development should be done. Python expert Tarek Ziadé takes you on a practical tour of Python application development, beginning with setting up the best development environment, and along the way looking at agile methodologies in Python, and applying proven object-oriented principles to your design.
What you will learn from this book?
  • Set up a productive development environment
  • Customize the Python prompt and deploy setuptools
  • Write efficient syntax: iterators, generators, and decorators
  • Build arguments by design and follow the best practices for working on API
  • Build, release, and distribute your applications
  • Write an application based on several eggs
  • Distribute and deploy your application with zc.buildout
  • Build and release your packages and set up a development cycle
  • Manage your code with distributed version control and continuous integration
  • Use an iterative and incremental approach to write software
  • Practice Test-Driven Development
  • Profile and optimize your code to speed up your programs
  • Apply design patterns to your applications

Friday, October 30, 2009

Expert VB 2008 Business Objects


Do you want to create .NET applications that provide high performance and scalability? Do you want to employ object–oriented programming techniques in a distributed environment? Do you want to maximize the reuse and maintainability of your code? Then this book is for you.

In Rockford Lhotka’s Expert VB 2008 Business Objects, you’ll learn how to use advanced .NET Framework capabilities alongside OO design and programming to create scalable, maintainable object–oriented applications. Better still, this book includes CSLA .NET 3.6, a widely used framework on which you can base your application development. By using the concepts and framework in the book, you can focus more on your business issues, and less on technology.

Having updated this third edition using VS2008 and VB 2008, Rockford Lhotka shows you how CSLA .NET 3.6 allows great flexibility in object persistence, so business objects can use virtually any data sources available. The CSLA framework supports 1–, 2–, and n–tier models through the concept of mobile objects. This provides the flexibility to optimize performance, scalability, security, and fault tolerance with no changes to code in the UI or business objects.

Business objects based on CSLA .NET 3.6 automatically gain many advanced features that simplify the creation of Windows forms, web forms, WPF, WCF, WF and web services interfaces, and LINQ.

Accelerated VB 2008 New

Visual Basic 2008 offers powerful new features, and Accelerated VB 2008 is the fastest path to mastering them, and the rest of Visual Basic, for both experienced Visual Basic programmers moving to VB 2008 and programmers moving to Visual Basic from another object–oriented language. Many books introduce VB, but very few also explain how to use it optimally with the .NET common language runtime (CLR). This book teaches both core Visual Basic language concepts and how to wisely employ VB idioms and object–oriented design patterns to exploit the power of VB and the CLR.

Accelerated VB 2008 is both a rapid tutorial and a permanent reference. You’ll quickly master VB syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code VB when this book will show you how to do things the right way, right from the start?
  • Comprehensively and concisely explains both Visual Basic 2005 and Visual Basic 2008 features
  • Focuses on the language itself and on how to use Visual Basic 2008 proficiently for all .NET application development
  • Concentrates on how VB features work and how to best use them for robust, high–performance code

Monday, October 19, 2009

Pro Visual Studio Team System with Team Edition for Database Professionals Second Edition


It is clear that Visual Studio Team System is the future of development from Microsoft’s perspective. Development is no longer a personal pursuit by one developer in a darkened room; it is a collective effort by a team of peers. VSTS supports this broader vision by providing a complete collaboration platform for the entire project team. VSTS takes a services-oriented approach leveraging Windows SharePoint Services and SQL Server Business Intelligence Suite. Additionally, VSTS brings the life cycle to life by making it part of the integrated suite.

For those seeking to use test-driven development, VSTS is the tool for you. If you’re an architect, there is a new set of domain-specific modeling tools that makes it easy to visualize systems, determine application relationships, and deploy into a logical datacenter. For testers, Microsoft’s new suite of test tools provides a powerful web testing environment with virtually unlimited extensibility. In addition, the new load tools allow you to perform world-class scalability testing.

Even if you are just considering adopting VSTS, Pro Visual Studio Team System with Team Edition for Database Professionals, Second Edition will provide you with a comprehensive overview. Furthermore, you will be able to dive deep into any area with detailed descriptions, samples, and walkthroughs. Roll up your sleeves and get ready for a new way of developing solutions!

Sunday, October 4, 2009

free ebook downloads Subscribe by Email « MCSE Windows XP Professional Exam Cram 2 (Exam 70-270) (2nd Edition) Good Scripts,Bad Scripts:Learning th

Shawn Wildermuth, Jim Wightman, Mark Blomsma, “MCTS Self-Paced Training Kit (Exam 70-561): Microsoft® .NET Framework 3.5 ADO.NET Application Development”

Microsoft Press | 2009 | ISBN: 0735625638 | 512 pages | CHM | 8,9 MB

Announcing an all-new SELF-PACED TRAINING KIT designed to help maximize your performance on 70-561, the required exam for the new Microsoft Certified Technology Specialist (MCTS) certification for Microsoft .NET Framework 3.5 ADO.NET Application Development. This 2-in-1 kit includes the official Microsoft study guide, plus practice tests on CD to help you assess your skills. It comes packed with the tools and features exam candidates want most including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. It also provides real-world scenarios, case study examples, and troubleshooting labs for the skills and expertise you can apply to the job. Focusing on ADO.NET application development, this official study guide covers connecting to data sources, selecting and querying data, modifying and synchronizing data, working with disconnected data, and using the Entity Framework. Work at your own pace through the lessons and lab exercises. Then assess yourself using 300+ practice and review questions on the CD, featuring multiple, customizable testing options to meet your specific needs. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives. You get detailed explanations for right and wrong answers including pointers back to the book for further study. You also get an evaluation version of Visual Studio(r) 2008 software and an exam discount voucher making this kit an exceptional value and a great career investment.

MCTS Self-Paced Training Kit - Microsoft® .NET

Announcing an all-new SELF-PACED TRAINING KIT designed to help maximize your performance on 70-561, the required exam for the new Microsoft Certified Technology Specialist (MCTS) certification for Microsoft .NET Framework 3.5 ADO.NET Application Development. This 2-in-1 kit includes the official Microsoft study guide, plus practice tests on CD to help you assess your skills.

It comes packed with the tools and features exam candidates want most including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. It also provides real-world scenarios, case study examples, and troubleshooting labs for the skills and expertise you can apply to the job. Focusing on ADO.NET application development, this official study guide covers connecting to data sources, selecting and querying data, modifying and synchronizing data, working with disconnected data, and using the Entity Framework. Work at your own pace through the lessons and lab exercises. Then assess yourself using 300+ practice and review questions on the CD, featuring multiple, customizable testing options to meet your specific needs. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives. You get detailed explanations for right and wrong answers including pointers back to the book for further study. You also get an evaluation version of Visual Studio(r) 2008 software and an exam discount voucher making this kit an exceptional value and a great career investment.

Monday, August 24, 2009

Visual Basic .NET Black Book

Visual Basic .NET Black Book is a comprehensive reference and problem-solving guide for Visual Basic programmers. It covers Visual Basic.NET tips, examples, and how-tos on everything from programming to managing the development of Visual Basic applications. It provides in-depth material on the new object-oriented features of Visual Basic .NET. Readers will also learn about the crucial Visual Basic tool set in detail including the best Visual Basic programming practices, from design tools to interface design. Using the popular Black Book format, this book provides in-depth analyses of VB.NET technologies and hundreds of immediate programming solutions making it an invaluable resource.

This book has been designed to give you the Visual Basic .NET coverage you just won’t find in any other book. Other books often omit not only the larger topics, like deploying your program after you’ve created it, but also the smaller ones like covering just about every Windows and Web control that comes with Visual Basic .NET in depth-from the text box control to three-state checkboxes, from datetime pickers to hot tracking tab controls, and from Web page validation controls to ad rotators. And the advanced topics are here too, like creating your own Windows and Web controls, writing Windows and Web services, distributed data applications, multithreading, deploying applications, and more.

Steven Holzner is a former contributing editor for PC Magazine and has authored more than 60 books ranging in subject from assembly language to C++. His books have sold over a million copies and have been translated into 15 languages. Steven was on the faculty of Cornell University for 10 years, where he earned his Ph.D., and has also been on the faculty of his undergraduate school, Massachusetts Institute of Technology.

Steven Holzner | Pages: 1184 | File type: CHM | Size : 7.1 MB

Keystone: Microsoft Visual Basic 2005 Video Training Course

Course highlights
  • Ensure quality of work with the necessary knowledge of the VB language.
  • Streamline applications with debugging and security considerations.
  • Understand the basics of creating a user interface with the underlying .NET framework.
  • Discover how to create desktop, smart client, and dynamic web applications.
  • Be more productive with enhancements to forms, solutions, and more.
  • About This Course

This course provides an introduction to the Visual Basic 2005 language. You’ll cover the basics of the language that include such areas as object-oriented programming and working with databases. This course will provide you with enough of a basis so you’ll be ready to tackle a variety of scenarios that may come up in your development work. With Visual Basic 2005 you’ll be able to build a variety of applications including Windows applications, web applications, web services, console applications, and more. All of these types of applications are available to Visual Basic 2005 because it creates applications to run right on the .NET framework. VB 2005 may have dropped the term “dot net” from it’s name, but it continues to create applications that take advantage of the powerful features of the .NET framework.

File include:

How To Use This Training.EXE

Instructor Introduction.EXE

Menu.exe

Chapter 01 - The IDE.EXE

Chapter 02 - The NET Framework.EXE

Chapter 03 - First Program.EXE

Chapter 04 - Variables and Data Types.EXE

Chapter 05 - Chars and Strings.EXE

Chapter 06 - Arrays.EXE

Chapter 07 - Code, Comments, and Whitespace.EXE

Chapter 08 - Comparison Operations Using If.EXE

Chapter 09 - Cases and Loops.EXE

Chapter 10 - Conditional Looping with While and Until.EXE

Chapter 11 - Projects and Solutions Demystified.EXE

Chapter 12 - Basic Error Handling and Debugging.EXE

Chapter 13 - Function and Sub Procedures.EXE

Chapter 14 - Putting It All Together.EXE

Chapter 15 - Where to Go From Here.EXE

Download

http://uploading.com/files/1UYA0A5K/…art01.rar.html

http://uploading.com/files/V07LMAZH/…art02.rar.html

http://uploading.com/files/V3818BF5/…art03.rar.html

http://uploading.com/files/R8S4ML38/…art04.rar.html

http://uploading.com/files/M7EXPD9P/…art05.rar.html

http://uploading.com/files/FSZ1GMZ7/…art06.rar.html

http://uploading.com/files/7OCIPXC6/…art07.rar.html

http://uploading.com/files/9MI2AYKU/…art08.rar.html

http://uploading.com/files/105Q71BP/…art09.rar.html

http://uploading.com/files/66SBHI6M/…art10.rar.html

http://uploading.com/files/I4NGWLA8/…art11.rar.html

http://uploading.com/files/6ZR2NOBS/…art12.rar.html

http://uploading.com/files/ZNHESZVW/…art13.rar.html

http://uploading.com/files/37YBTXRG/…art14.rar.html

http://uploading.com/files/M409EBLX/…art15.rar.html

http://uploading.com/files/RQ0KMMXX/…art16.rar.html

Visual Basic .NET Unleashed



Visual Basic .NET Unleashed

Sams | 2002-01-27 | ISBN: 067232234X | 784 pages | PDF | 4 MB
Visual Basic.NET Unleashed is a complete book on the fundamentals of programming with a fully object-orienlanguage filled with new idioms and capabilities. In addition to the fundamentals, this book covers:

* Free threading and multithreading
* Inheritance
* Virtual methods and shared methods
* Structured exception handling
* Event handling
* Encapsulation at the namespace level
* Web Services
* .NET Framework compatibility

Download

Visual Basic .NET Core Language Little Black Book


Visual Basic .NET Core Language Little Black Book

Paraglyph; 1 edition | ISBN:1932111689 | 336 pages | January 2003 | CHM | 8 Mb
Visual Basic .NET Core Language Little Black Book is an indispensable quick-reference guide to Visual Basic .NET syntax and data organization. Readers get a guided tour with an expert programmer who explains how to use the Visual Basic tools, from the integrated development environment to the debugger. The book helps readers master common programming tasks, such as working with databases, ASP.NET, ADO.NET, and the core Visual Basic controls. This at-your-fingertips guide focuses on core programming topics and writing code.Download

Download

Windows Forms Programming in Visual Basic .NET

Windows Forms Programming in Visual Basic .NET (Microsoft .NET Development Series) by Chris Sells, Justin Ghetland


Publisher: Addison-Wesley Professional | Number Of Pages: 736 | Publication Date: 2003-11-01 | ISBN-10: 0321125193 | CHM | 6 Mb
Windows Forms Programming in Visual Basic .NET is the ultimate guide to using the MS .NET forms package. Readers will learn how to build applications that take full advantage of both the rich user interface features of the MS Windows operating system and the deployment features traditionally associated with HTML-based applications.
Authors Chris Sells and Justin Gehtland draw upon their WinForms research and programming experience to go beyond the Windows Forms documentation to give you a clear picture of exactly how Visual Basic .NET programmers can use WinForms. Readers will gain an understanding of the rationale behind aspects of WinForms design and learn how to avoid or solve common problems. Throughout the book, detailed illustrations of WinForms user interface features and working code samples demonstrate best practices. All code has been tested with Visual Studio .NET 1.1 and is available at www.sellsbrothers.com, where readers will also find updates to the book.

Download

Accelerated VB 2008 (Accelerated) (Paperback)

VB 2008 offers powerful new features, and Accelerated VB 2008 is the

fastest path to mastering them, and the rest of VB, for both experienced
VB programmers moving to VB 2008 and programmers moving to VB from
another object-oriented language. Many books introduce VB, but very few
also explain how to use it optimally with the .NET common language
runtime (CLR). This book teaches both core VB language concepts and how
to wisely employ VB idioms and object-oriented design patterns to
exploit the power of VB and the CLR.

Accelerated VB 2008 is both a rapid tutorial and a permanent reference.
You’ll quickly master VB syntax while learning how the CLR simplifies
many programming tasks. You’ll also learn best practices that ensure
your code will be efficient, reusable, and robust. Why spend months or
years discovering the best ways to design and code VB when this book
will show you how to do things the right way, right from the start?

- Comprehensively and concisely explains both VB 2005 and C# 2008
features
- Focuses on the language itself and on how to use VB 2008
proficiently for all .NET application development
- Concentrates on how VB features work and how to best use them for
robust, high-performance code

Microsoft Visual Basic 2008 Step by Step (Paperback)

Teach yourself the fundamentals of working with Visual Basic 2008 one step
at a time. With STEP BY STEP, you work at your own pace through hands-on,
learn-by-doing exercises. Whether you re a beginning programmer or new to
this specific language, you ll understand the core capabilities and
fundamental techniques for Visual Basic 2008 and rapidly build robust,
elegant applications. Each chapter puts you to work, showing you how, when,
and why to use the latest features of Visual Basic guiding you each step of
the way as you create actual components and working applications for Windows.
You ll also explore data management and Web-based development topics.

Key Book Benefits:

* Covers the latest enhancements and features of Visual Basic 2008
* Provides step-by-step guidance on how to use Visual Basic 2008 with
Microsoft Visual Studio 2008 to create smart-client and Web applications
* Features easy-to-follow, logically planned lessons in the popular STEP
BY STEP format-ideal for anyone with fundamental programming skills

About the Author

Michael Halvorson is the author or coauthor of more than 30 books, including
Microsoft Visual Basic 2005 Step by Step, Microsoft Office XP Inside Out,
Microsoft Visual Basic 6.0 Professional Step by Step, and Learn Microsoft
Visual Basic 6.0 Now. In addition, Michael is an assistant professor at
Pacific Lutheran University.

Visual Basic.NET at Work Building 10 Enterprise Projects

Author: Tony Martin and Dominic Selly

Paperback: 480 pages
Publisher: Wiley; Pap/Cdr edition (March 1, 2002)
Language: English
ISBN-10: 0471386316
ISBN-13: 978-0471386315
Format: pdf
Details:
Going beyond the standard reference books, Tony Martin takes readers step-by-step through the process of creating ten reusable enterprise applications with the next version of Microsoft’s leading programming language-Visual Basic.NET. Readers will start by building a standard application template, which will form the basis of all the projects. Martin explains how to combine VB.NET with other key technologies, such as Web Services, ASP.NET, XML, WebForms, and the Microsoft Mobile Framework, to solve the important issues corporate Visual Basic programmers face today

Download

Pro VB 2005 and the .NET 2.0 Platform

Pro VB 2005 and the .NET 2.0 Platform

Product Description
With the release of .NET 2.0, the Visual Basic 2005 language has been updated with numerous new programming constructs (XML code documentation, operator overloading, generics, and partial types just to name a few!). Now more than ever, choosing a .NET language boils down to personal preference (rather than a language’s feature set).

However, to effectively make use of these new language features, developers must have a rock-solid grounding in object-oriented technology, assemblies, and the core .NET technologies. The purpose of Pro VB 2005 and the .NET 2.0 Platform, Second Edition is to provide you with such a foundation by diving deep into the language of VB 2005 and the platform of .NET. Thus, rather than simply showing how a code wizard can generate all the code on your behalf, this text will first show you how to author the code yourself so you can alter the generated code to your liking.

Beyond learning all the details of the VB 2005 programming language, you will also dive into the details of building desktop applications (using Windows Forms) and websites (via ASP.NET 2.0), and how to interact with relational databases (à la ADO.NET). Furthermore, you will explore how to build distributed applications using the .NET remoting layer and XML web services. Rest assured, this text will expose you to all the major services of the .NET platform and put you in the perfect position for further exploration.

About the Author
Andrew Troelsen is a partner, trainer, and consultant at Intertech-Inc., and is a leading authority on both .NET and COM.Troelsen has a degree in mathematical linguistics and South Asian studies from the University of Minnesota and is a frequent speaker at numerous .NET-related conferences. He currently lives in Minneapolis, Minnesota, with his wife, Amanda, and spends his free time investigating .NET and waiting for the Wild to win the Stanley Cup.

download

 
Super Ebook. Link My Suport Eagle Eye. By Suport Info Kesehatan BY Tips Healty Tested by Blogger Templates.