Prev 1 2 3 4 5 6 Next
|
|
These Visual Basic LINQ Hands-on Labs provide an introduction to the LINQ Project. Learn basic LINQ features, including the Standard Query Operators, and see how these features can be used against in-memory collections, connected databases, and XML documents. The labs also provide a clear picture of the relational data access support provided by the LINQ Project, referred to as LINQ to SQL. More info |
|
|
|
|
|
Help us help you by taking 10 minutes to fill out our Visual Studio Content Survey on how to improve the Visual Studio documentation. We appreciate it! More info |
|
|
|
The Visual Basic Pack for the Visual Studio 2005 SDK includes SDK samples converted into the Visual Basic language and a new wizard for generating Visual Basic-based integration packages for Visual Studio. More info |
|
|
|
This how-to video series is dedicated to getting Visual Basic developers productive on areas of data-based Windows Application development. The series starts with the basics of database development with SQL-Server 2005 Express then walks through the details of connecting to and querying databases, Windows Forms development basics, Reporting, and Deployment using Visual Basic 2005. More info |
|
|
|
This how-to video series is focused on more advanced data binding techniques using object binding in Visual Basic 2005. The series walks through creating business objects and how to associate them in one-to-many relationships, how to provide searching capabilities and how to enable sorting. More info |
|
|
|
Have you ever wanted to use data querying techniques in your code? Now you can. The next version of Visual Studio includes a new set of language features known collectively as Language Integrated Query (LINQ), which adds data querying capabilities directly to Visual Basic. More info |
|
|
|
Download the latest version of the Visual Basic 2005 Power Packs which now includes Line and Shape controls that enable you to draw lines, ovals, and rectangles on forms and containers at design time making it much easier to enhance the look of your user interface. More info |
|
|
|
The existing SendKeys class does not have a managed way to activate an external application. MSDN recommends that you should use the FindWindow and SetForegroundWindow APIs.
However, this alone does not ensure that the desired application will have keyboard focus while the keys are being sent. This replacement module sends keys directly to the specified window without error. More info |
|
|
|
Learn how to define Lambda Expressions that perform an action without a return value. More info |
|
|
|
Every program has bugs; this is the way things are. Look at some of the quirky bugs found in the .NET 2005 IDE. More info |
|
|
| Prev 1 2 3 4 5 6 Next |