Visual Basic 2008 Recipes is a book of ready-made coding solutions for programmers who don't want spend a lot of time reading. Each chapter addresses a specific problem-domain such as multimedia, database access, XML manipulation, etc. Each chapter then presents a number of common problems, with a solution following each problem. Readers appreciate the recipe format, because they can look up a problem, read one to three pages, implement the solution, and then get on with their work. Recipe books are ideal for those who want to spend their days doing, not reading.
Autorentext
Rakesh Rajan was a Microsoft "Most Valuable Professional" in C# and an MCSD in .NET from the Bangalore, India area. He worked as a software engineer in the U.S. at Trivandrum. Rakesh passed away in 2006.
Zusammenfassung
Sometimes you just need to solve a problem and get on with your work. To that end, Visual Basic 2008 Recipes is a compendium of practical solutions for busy VB .NET programmers. Create time for the more interesting aspects of your VB .NET project by solving common problems with the practical solutions and dozens of code examples in this book. Important .NET 3.5 technologies, such as Windows Presentation Framework (WPF) and Language Integrated Query (LINQ), are covered, and each chapter addresses a specific problem domain, including database access, multimedia, XML manipulation, networking, and security. The code is free to download, so you can use the recipes immediately.
- Take advantage of quality, readymade solutions to common Visual Basic programming problems
- Avoid the tedium of having to reinvent the wheelfocus instead on the more interesting problems specific to your application
- Learn from and be inspired by what the authors have done. Use their work as stepping stones to solve even more complex problems
Inhalt
Application Development.- Data Manipulation.- Application Domains, Reflection, and Metadata.- Threads, Processes, and Synchronization.- Files, Directories, and I/O.- Language Integrated Query (LINQ).- LINQ to XML and XML Processing.- Database Access.- Windows Forms.- Multimedia.- Networking and Remoting.- Security and Cryptography.- Code Interoperability.- Commonly Used Interfaces and Patterns.- Windows Integration.