Popular Posts Today

Search This Blog

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

Free Download | Microsoft VBA Professional Projects

Use VBA to accomplish real-world, professional tasks. Incorporating four hands-on projects, Microsoft VBA Professional Projects is your key to unlocking the power of Visual Basic for Applications.

Each project focuses on a specific concept and is based on a real-world situation. Enhance your VBA skills as you create a skill search application, a word checker tool, and a selling application.

You will be able to use the skills that you develop throughout the book to modify the projects as needed to fit your professional needs.

3:43 PM | 0 comments | Read More

Free Download | Visual Basic .NET Programming | Harold Davis


Programming gets you up and running with the new version and offers a comprehensive introduction to Windows and web application development. From language fundamentals to ADO.NET, XML, and Web Services, Harold Davis's thoughtful approach emphasizes meaningful tasks that tie in with VB.NET's principal strengths. For example, you'll learn to build a Web Service, implement XML support, and use object-oriented techniques-without getting mired in theory but also without sacrificing the understanding you need to apply your skills in new situations. Much of the book is devoted to Windows application development, covering new ways to program standard elements, as well as emphasizing Visual Basic's new programming features. |http://programmasters.blogspot.com/|

6:44 PM | 0 comments | Read More

Free Download | Peer-to-Peer with VB .NET | Matthew MacDonald





Peer-to-peer proponents claim that their technology holds the keys to building virtual supercomputers, sharing vast pools of knowledge, and creating self-sufficient communities on the Internet. Peer-to-Peer with VB .NET explores how these design ideas can be integrated into existing .NET applications. This book is an honest assessment of P2P and .NET. It doesn't just explain how to create P2P applications - it examines the tradeoffs that professional developers will encounter with .NET and P2P. It also considers several different approaches (Remoting, .NET networking, etc.) rather than adopting one fixed technology, and includes detailed examples of several popular P2P applications types (messenger, file sharer, and distributed task manager).

3:11 PM | 0 comments | Read More

Free Download | Professional ASP.NET 4 in C# and VB | Bill Evjen, Scott Hanselman, Devin Rader


This book was written to introduce you to the features and capabilities that ASP.NET 4 offers, as well as to give you an explanation of the foundation that ASP.NET provides. We assume you have a general understanding of Web technologies, such as previous versions of ASP.NET, Active Server Pages 2.0/3.0, or JavaServer Pages. If you understand the basics of Web programming, you should not have much trouble following along with this book's content. If you are brand new to ASP.NET, be sure to check out Beginning ASP.NET 4: In C# and VB by Imar Spaanjaars (Wiley Publishing, Inc., 2010) to help you understand the basics. In addition to working with Web technologies, we also assume that you understand basic programming constructs, such as variables, For Each loops, and object-oriented programming. You may also be wondering whether this book is for the Visual Basic developer or the C# developer. We are happy to say that it is for both! When the code differs substantially, this book provides examples in both VB and C#. This book explores the 4 release of ASP.NET. It covers each major new feature included in ASP.NET 4 in detail. The following list tells you something about the content of each chapter.

11:16 AM | 0 comments | Read More

Free Download | Beginning ASP.NET 1.0 with Visual Basic.NET | Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussm


This book is aimed at relatively inexperienced web builders who are looking to enrich their sites with dynamically-generated content, and want to learn how to start building web applications using ASP.NET. Developers who have a little experience with previous versions of ASP (and are looking to move over to ASP.NET), may also find this book helpful in getting a simple grasp on what ASP.NET is, what it does, and how it can be used. Experience of basic HTML is required, but previous experience of ASP or VBScript is not essential. We'll be teaching the basics of VB .NET in this book, so prior experience of the language is not required. ASP.NET 1.0 is the final release of Microsoft's Active Server Pages (ASP). It is a powerful server-based technology designed to create dynamic, interactive, HTML pages for web sites and corporate intranets. ASP.NET is a core element of Microsoft's exciting .NET vision, building on the strengths of the .NET Framework to provide many new features not seen in previous versions of ASP.

11:13 AM | 0 comments | Read More

Free Download | The Visual Basic .NET Programming Language | Paul Vick


Once in a while, Visual Basic goes through a paradigm shift. The recent jump to .NET was one, and The Visual Basic .NET Programming Language succeeds very well in explaining to programmers--and not just experienced VB programmers, either--what the changes mean to software architecture and implementation. If you need to figure out how VB.NET works, this book, more than any other, will help you make fast initial progress. This guide is clear; it's practical; it focuses on the parts of the VB.NET programming language and its runtime environment that every developer has to understand. You'll probably want to supplement this book with more specialized ones that deal with databases, networking, user interfaces or whatever specific capabilities you need to work with, but this book is probably the best place to start. The author's attention to coding style and software design is a bonus that will help you write code that not only runs, but is more self-documenting and easier to debug.

The educational value of this book is inversely proportional to its mass. It's a thinnish volume, but Paul Vick--who works for Microsoft and helped design VB.NET--makes such clever use of examples that it's likely you'll find answers to many of your questions (for example, "How do you write class constructors in VB.NET?" and "What does the VB.NET inheritance model look like?") in the form of executable code. Read Vick's explanations, examine and run his code, and you'll be well down the road to VB.NET proficiency. --David Wall Topics covered: How to program in VB.NET, with emphasis on the core language itself rather than on any development environment or specialized API. Sections address basic and complex data types, operators, and exception handling. About half the book is a clear, example-driven explanation of object-orientation under VB.NET. An appendix deals with difference between the old Component Object Model (COM) and the new Common Language Runtime (CLR).

9:53 AM | 0 comments | Read More

Free Download | Visual Basic 2010 Unleashed

Visual Basic 2010 Unleashed is the most comprehensive, practical reference to modern object-oriented programming with Visual Basic 2010. Written by Visual Basic MVP Alessandro Del Sole, a long-time leader of the global VB community, this book illuminates the core of the VB language and demonstrates its effective use in a wide variety of programming scenarios.

Del Sole covers both Visual Basic 2010 Professional Edition for professional developers and the Express Edition for hobbyists, novices, and students. Writing for VB programmers at all levels of experience, he walks through using VB 2010 for data access, user interface development, networking, communication, and many other tasks. For those moving from structured languages–including VB 6–he offers detailed guidance on building effective object-oriented code. He also demonstrates how to make the most of Microsoft’s underlying .NET platform to write more robust and powerful software.

This book’s broad coverage includes advanced features such as generics and collections; a thorough introduction to the Visual Studio 2010 IDE and Visual Studio Team System; a full section on data access with ADO.NET and LINQ; practical overviews of WPF and WCF; coverage of web and cloud development with Silverlight and Azure; and advanced topics such as multithreading, testing, and deployment.

7:14 PM | 0 comments | Read More

Free Download | Visual Basic 2005 For Dummies | PDF

Coming from VB 6.0, I was mostly interested in getting behind the .net framework and utilizing this added power to create much more serious programs. Unfortunately, little advice is given to the 6.0 programmer, and most of the specific .net commands (especially the new ones in 2005) are not presented in a way that the user can utilize that suits their own style, rather we're given a gigantic line of .net specific code and told, "this does that". Rather than explaining how or why each specific property comes into play to produce a result, we're just given a big line or a big block of code and are supposed to just trust that it helps to perform a function that contributes to the results of the final project. The problem this creates is that many people will be likely to write out code because they just happen to know that it performs a certain function, but they don't know WHY it performs this function, and therefore will lack the ability to create custom code to suit their needs.

  • Visual Basic is Microsoft's premier programming language, used by more than three million developers and in 50 million Windows applications
  • Programming pro and veteran Wrox author Bill Sempf has thoroughly overhauled the book's organization and content, making it even more accessible to programming beginners
  • Highlights new VB features and functions, including important advances in compatibility with older VB versions
  • Offers plain-English explanations of variables, constants, loops, VB syntax, forms, controls, objects, and other fundamentals
  • The CD-ROM includes all source code and third-party software tools
7:36 PM | 0 comments | Read More

Free Download | Application Development Using Visual Basic and .NET | PDF

This book gives experienced programmers the practical insight they need to build enterprise applications for Microsoft's .NET platform using Visual Basic. Using a running case study and extensive code examples, the authors illuminate essential .NET concepts, and introduce powerful new .NET technologies such as ADO.NET and ASP.NET. The book begins with a self-contained review of basic Visual Basic.NET syntax and technique; then rapidly moves on to in-depth coverage of VB.NET development with the .NET Framework. The authors begin their case study by developing a simple .NET console application, then add a Windows Forms interface, isolate functionality within components, provide database access via ADO.NET, secure the code, and finally, make its functionality accessible as a Web Service via ASP.NET.

7:20 PM | 0 comments | Read More

Free Download | Microsoft Visual Basic .NET 2003 Kick Start | PDF

Visual Basic .NET Kick Start is a rapid-progression tutorial that presents Visual Basic .NET to working programmers already familiar with another programming language or tool. This book speeds through basic concepts and focuses on practical examples showing the advantages of Visual Basic .NET in ASP programming, application design and creation, and .NET Web Services development. Because previous versions of Visual Basic are so prevalent, this book pays special attention to issues developers face when moving from VB to VB.NET. Although Visual Basic .NET Kick Start assumes no knowledge of the .NET Framework, it skips the handholding and basic programming instruction associated with entry-level tutorials. Full of code examples, tips, and professional insights, this book is about maximum payoff with minimum effort for the working programming who wants to use Visual Basic .NET now.

7:15 PM | 0 comments | Read More

Free Download | Special Edition Using Visual Basic.NET | PDF

Microsoft's .NET initiative created drastic changes in the Visual Studio line of products, and as a result a lot of Visual Basic developers feel like they are beginners all over again. Special Edition Using Visual Basic.NET will offer in-depth explorations of new features so that both experienced programmers and novices will feel comfortable making the transition to .NET. Although a major portion of the book is devoted to Internet applications, the book covers more general topics than many other books. Features of Visual Basic that will be explained include database access, controls, and best coding and practices. These features will be explored in detail, with extensive use of example programs and screen captures.

7:11 PM | 0 comments | Read More

Free Download | MCAD Developing and Implementing Web Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET Exam Cram 2 (Exam Cram 70-305) | PDF

This certification exam measures the ability to develop and implement Web-based applications with Web forms, ASP.NET, and the Microsoft .NET Framework. This exam counts as an core credit toward the new MCAD (Microsoft Certified Application Developer) certification as well as a core credit toward the existing MCSD .NET certification. This book is not intended to teach new material. Instead it assumes that you have a solid foundation of knowledge but can use a refresher on important concepts as well as a guide to exam topics and objectives. This book focuses exactly on what you need to pass the exam - it features test-taking strategies, time-saving study tips, and a special Cram Sheet that includes tips, acronyms, and memory joggers not available anywhere else. The series is supported online at several Web sites: examcram.com, informit.com, and cramsession.com.

7:07 PM | 0 comments | Read More

Free Download - Programming Distributed Applications with Com and Microsoft Visual Basic 6.0

In order to create scalable, distributed objects with Visual Basic, a programmer must understand the underlying architecture and complexities of Microsoft's Component Object Model (COM)-information that until now has been primarily available in resources aimed at the C++ programmer. PROGRAMMING DISTRIBUTED APPLICATIONS WITH COM AND MICROSOFT VISUAL BASIC 6.0 teaches COM fundamentals in language Visual Basic programmers understand, and explains how to exploit the significant COM-based capabilities in Visual Basic 6.0. Businesses that can leverage existing VB proficiency to develop business objects in the middle tier can realize tremendous gains in their enterprise development strategy.

Microsoft's DCOM is the key technology for enterprise development for the Windows platform. Written for the working Visual Basic developer or project manager, Programming Distributed Applications with COM and Microsoft Visual Basic 6.0 introduces the basics of DCOM objects in a clear style. All examples are written in Visual Basic, and the reader learns about new Microsoft BackOffice technologies such as Microsoft Transaction Server (MTS) (for transaction processing) and Microsoft Message Queue Server (MSMQ) (for message queuing). If your shop uses Microsoft tools, Visual Basic 6 stands ready to write today's scalable distributed applications using DCOM. This well-organized text shows you how DCOM works and what advantages it offers for today's enterprise developer using Visual Basic 6.

6:20 AM | 0 comments | Read More

Free Download - Visual Basic Developer's Guide to Asp and IIS pdf

The Web is rapidly becoming the front end of choice for applications. Why create a custom front end that will run only on a single PC when you can deliver a Web-based interface to anywhere in the world? Microsoft's Internet Information Server (IIS) is part of the Windows NT operating system, and by using its Active Server Pages (ASP) technology you can create Web applications using server-side scripts and COM objects.

Visual Basic is an evolving development environment, and the Visual Basic Developer's Guide to ASP and IIS is designed for Visual Basic 6 developers who want to take advantage of its Web development features. You won't need to know HTML to use this book, since it contains a guide to ASP and HTML. The heart of the book is a look at VB 6's Web class features. Web classes are a way of building COM objects that are used to modify HTML templates. You'll learn how to use Web classes to query databases, handle security, and work with client-side scripts. If you're interested in using Microsoft Transaction Server to improve Web application reliability and link to external applications, there's plenty of information to get you started.

6:14 AM | 0 comments | Read More

Free Download - Upgrading Visual Basic 6.0 Applications to Visual Basic .NET and Visual Basic 2005 Pdf

This book was developed by the Microsoft PAG (Patterns and Practices) Team and ArtinSoft. It contains the most comprehensive and up to date guidence on how to approach a Visual Basic 6 Migration/Upgrade project. From how to set a busines case all the way to the smallest details.

If you are considering moving your VB 6 code to .NET I highly recommend this book!

6:11 AM | 0 comments | Read More