/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Channel: MSDN: Visual Basic

.NET Framework 3.5 bridges the gap between Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). In this second of two articles, Maurice de Beijer shows you how to use ReceiveActivity, which enables a developer to publish a workflow as a WCF service.


In this article Jared Parsons shows a technique to achieve maximum performance from LINQ queries on large sets of data in order to create a responsive UI.


This how-to video series is focused on data-based application development in Windows Presentation Foundation using Visual Studio 2008.


.NET Framework 3.5 bridges the gap between Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). In this first of two articles, Maurice de Beijer shows you how to use SendActivity, which enables you to call WCF as well as standard web services, in your workflows. The next article will show you how to use ReceiveActivity, which enables a developer to publish a workflow as a WCF service.


Visual Basic 9 in Visual Studio 2008 has a set of language features that allows developers to work with XML in a much more productive way using a new API called LINQ to XML. This article will help you master these new features for working with XML in Visual Basic.


Visual Studio 2008 includes tools for Office that allow developers to build custom components, such as add-ins, for Microsoft Office System applications writing managed code. See how you can create a custom task pane for Microsoft Word 2007 and how to integrate Text-to-Speech capabilities provided by .NET Framework.


Visual Studio 2008 SP1 Beta introduces full support for SQL Server 2008, improved performance in the IDE and WPF designers, improved Web development and site deployment, as well as many Team Foundation Server enhancements.
Download the Microsoft .NET Framework 3.5 SP1 Beta for improved features for both client and Web development. Additionally, SP1 for the .NET Framework introduces the ADO.NET Entity Framework and ADO.NET Data Services.


In this second article about developing custom Workflow Activities, Maurice de Beijer takes a look at some of the more advanced aspects of Workflow Activity development. The most important of these could well be how to create event-driven activities.


Matthew DeVore shows you how to to integrate your own My Namespace extension into the Visual Basic development environment using the My Extensibility feature available in Visual Basic 2008.


Join Ken Getz as he walks us through LINQ to XML and the Community Technology Preview (CTP) edition of the Microsoft SDK for Open XML Formats. These two technologies can change the way in which you access the parts of the 2007 Office system Open XML documents (created by Microsoft Word, Excel, and PowerPoint) when retrieving or modifying data.


Workflow Foundation (WF) is part of the .NET 3.0 Framework alongside Windows Communication Foundation (WCF) and Windows Presentation Foundation (WPF). Where WCF and WPF enable new and improved ways of doing things we have been doing for a long time, the same can’t be said for Workflow Foundation. Using Workflow Foundation enables a developer to create a whole new style of application, the long running and event driven application.


We added 48 How Do I videos (Forms over data, Windows development, Office development and Security) to the Visual Basic developer Center in addition to adding new download formats for 12 others. This includes audio files, and additional videos files to make these videos as accessible as possible. You can go directly to the How Do I video series main page to see the complete list.


Last year Microsoft released the .NET Framework 3.0. Unlike previous releases of the framework this version was not an upgrade or change to existing functionality but it was shipped as a number of additions to the existing .NET Framework 2.0. One of these additions was Workflow Foundation (WF), the others being Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF) and Windows CardSpace. The goal of this article is to provide an overview of what Workflow Foundation is abou ... [ read more ]
Many distributed architectures use DataSets on the client and the server when both are written with .NET. In this video, Visual Basic developers will learn how to use the new N-Tier DataSets in Visual Studio 2008 that makes this architectural scenario easy to accomplish.
Visual Basic programmers will learn how to properly control updates, inserts and deletes in multi-user applications on forms that edit master-detail related data using the TableAdapterManager in Visual Studio 2008.


Welcome to the launch of Windows Server 2008, Visual Studio 2008 and SQL Server 2008. Together these three products provide a secure and trusted platform for building your most mission-critical applications. Learn more about these products and launch events in your area at HeroesHappenHere.com.


LINQ-enabled languages like Visual Basic give you a rich set of query operators that can be applied to various data sources, such as in-memory collections, databases, datasets, and XML. Visual Basic 9.0 actually goes beyond that and makes XML a first-class data type directly in the language. In this article Jonathan Aneja shows you how you can become much more productive using XML in Visual Basic 9.0.


The newly launched Microsoft Software Licensing and Protection (SLP) Services enables software publishers to more effectively protect their code from reverse engineering, as well as package, license, and include activation for their applications. SLP Services offers a developer toolkit that enables protection of .NET code to help prevent piracy and intellectual property theft.


The Microsoft .NET Framework exposes information about generic types and methods differently than it does for those that are non-generic. Join Ken Getz as he investigates reflection features as they relate to generics.


Learn how to use LINQ and the new XML features in Visual Basic to easily visualize map data and dynamically draw them with Windows Presentation Foundation.


Learn how extension methods can be used to extend any existing type's functionality, even when a type is not inheritable, and how they play a crucial role in the implementation of LINQ.


.NET Framework 3.5 builds incrementally on the new features added in .NET Framework 3.0 and is now available as a separate download.
The Visual Basic 2008 Express Edition is the ideal deal tool for productively building object-oriented applications for Windows on the .NET Framework.
Get it here first! With Visual Studio 2008, you can develop connected, compelling applications for Windows Vista, the 2007 Office system, mobile devices, and the Web.


Visual Basic developers will learn about all the new XML features included in the next version of Visual Basic which makes creating, querying and transforming XML easier than ever before.


Learn how extension methods let you extend any existing type's functionality, even when a type is not inheritable. Extension methods play a crucial role in the implementation of LINQ in Visual Basic.


Visual Basic 9 in Visual Studio 2008 offers a new approach to programming with XML. Find out how to get started using XML in your Visual Basic applications.
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!


The XML to Schema tool is a free project item template to automate creation of XML schema sets from any number of XML documents. If you are working with Language Integrated Queries (LINQ) to XML in Visual Basic 9, this utility can significantly improve your editing experience by adding XML schemas (.xsd files) to your project that add IntelliSense for XML properties.
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.
Tim Ng from the Visual Basic Team explains lambda expressions, a new feature added to Visual Basic 9 to support Language Integrated Queries (LINQ), which adds data programmability to Visual Basic.


Microsoft Visual Basic Power Packs 3.0 now includes a new DataRepeater control. The DataRepeater control enables you to use standard Windows Forms controls to display rows of your data in a scrollable container, giving you more flexibility and customization than standard grid controls. This version of the Visual Basic Power Packs also includes updated versions of the previously released Visual Basic Power Packs, Line and Shape controls, the PrintForm Component and the Printer Compatibility Libra ... [ read more ]


The Microsoft .NET Framework 3.5 Beta 2 is the latest preview release of the .NET Framework. In support of existing users, the .NET Framework 3.5 has a minimal number of breaking changes. Download it today.
See all of the improvements that are coming in Visual Studio 2008 with next-generation Web development, integrated development for the Microsoft Office system, and industry-leading designers for Windows Vista.


Understand the key concepts that drove the design of LINQ, and get a custom query provider that shows how this information can be used in real-world applications. You can download it from the MSDN Magazine Web site. This article assumes a working knowledge of database programming and a passing familiarity with LINQ.


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.


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.
This how-to video series is focused on the Interop Forms Toolkit and working with Visual Basic .NET and Visual Basic 6 together. The Interop Forms Toolkit allows Visual Basic developers to migrate their Visual Basic 6 applications over to .NET using a phased migration strategy. Instead of having to convert the entire VB6 application at once, the toolkit enables.NET Forms and User Controls to run directly in Visual Basic 6 applications so that you can build the pieces that you need over time.
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.


Visual Studio 2008 is the next generation development tool for Windows Vista, the 2007 Office system, and the Web. Download and try this early release of the next version of Visual Studio.


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.


Did you know that a lot of the content at TechEd 2007 is developer-focused? If you are looking to develop and deploy mission-critical Web applications with the latest generation of Web technologies, attend TechEd 2007. You will find a track that covers everything you need to know about ASP.NET, ASP.NET AJAX, Internet Information Server (IIS), Internet Explorer 7, and more.
See what it takes to develop Visual Basic applications that run cross-browser and cross-platform! Silverlight 1.1 is here and it will allow Visual Basic developers to create rich applications that will literally run everywhere.
MSDN now has a new look. You asked us to make it easier to switch between product-focused resources and simpler to find information through search and site navigation. We’ve responded with improvements that will roll out across MSDN in the coming weeks.


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, and Windows Forms development basics using the built-in designers in Visual Basic 2005.


See what it takes to develop Visual Basic applications that run cross-browser and cross-platform! Silverlight 1.1 is here and it will allow Visual Basic developers to create rich applications that will literally run everywhere.
In Microsoft Office Word 2007, automation is a great mechanism for populating business documents with data from backend systems. Learn techniques for using Visual Basic 2005 and automation to remote control Word 2007.
Bring the Power of .NET to Visual Basic 6 with the Interop Forms Toolkit 2.0. This free add-in simplifies the process of displaying .NET forms and controls in a Visual Basic 6 application.
Leverage your existing development skills to become more versatile and productive by attending our new Visual Basic 2005 Labcast Series. Select from six informative labcasts and find out how you will be eligible for a complimentary copy of Visual Studio 2005 Standard Edition.


Orcas is the code name for next iteration of Visual Studio. These samples are pre-release versions that are expected to change and evolve over time.


Get the latest information on using and developing for Internet Information Services including articles, videos, blogs, and the latest information on IIS 7.0.


The final tutorial on master/detail reports. We'll look at how to display a list of products in a GridView where each row has a Select button. Clicking the Select button will display that product's details in a DetailsView control on the same page.
While master/detail reports can display both the master and detail records on a single page, on many Web sites they are separated out across two Web pages. In this tutorial we looked at how to implement such a master/detail report.
The DropDownList serves as an ideal user interface element for master/detail reports where there is a one-to-many relationship between the master and detail records.
Examines how to build a simple master/detail report showing a selected category's products. This is accomplished by using a DropDownList for the list of categories and a GridView for the products belonging to the selected category.


Customize your MSDN Flash newsletter today and you’ll be automatically entered to win a chance for cool home music gear like a new Microsoft Zune™ or a wireless home digital music system from Sonos!


Join us for this premier event filled with 4 days of in-depth training, exciting keynotes, and cool networking parties at the Marriott Orlando World Center in Orlando, FL.


AJAX allows you to build rich browser applications using powerful combinations of existing client-side Web technologies. This month Dino delves into AJAX.
This new column explores how you can extend and customize Microsoft Office System applications and file formats.


Here Brian Randell presents everything you need to know to get started with Visual Studio 2005 Team Edition for Database Professionals.
Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System is more powerful than ever, allowing you to create add-ins for Word, Excel, Outlook, PowerPoint, Visio, and InfoPath.
If you want to create your own professional looking tabs and controls in Office, check out the RibbonX API of the 2007 Microsoft Office system.


Where are the files generated by ASP.NET stored and how are they used to serve page requests? This month Cutting Edge explains.


Have you ever wanted to emit standards compliant and CSS based markup rather than the default table based markup provided in ASP.NET 2.0? Adaptive control behavior in ASP.NET 2.0 gives you the ability to customize the functionality of ASP.NET controls.


This month Ken Getz explains the TableLayoutPanel in Windows Forms and shows how it can be used to create a demo system.


Download a collection of tools you can use today with Visual Studio 2005 to develop solutions for Windows Vista and the 2007 Office system. Take advantage of these innovative new platforms to create clear, connected, and confident user experiences.


Get ready for new developments in data access in the next release of Visual Studio, code-named "Orcas". These samples show you how to implement ADO.NET data access in your Orcas programs.


All about activities in Windows Workflow Foundation.
Memory issues can manifest in a wide variety of ways. This column shows you how to collect the data you need to determine what types of mem¬ory issues you are experiencing.
This month in Basic Instincts, learn how to read, write, and generate Word, Excel, and PowerPoint documents on the server without running Office.


While the ObjectDataSource's parameters' values can typically be set declaratively, without requiring a line of code, it's easy to set the parameter values programmatically. This tutorial concludes the Basic Reporting section.
In order to use methods with input parameters, we need to specify the values for the parameters in the ObjectDataSource's SelectParameters collection. Different types of parameters allow for the parameter value to be obtained from different sources.
Visual Basic .NET and Visual Basic 6.0 developers get an introduction to building Web applications with ASP.NET 2.0, as well as the major differences between developing desktop and Web applications.


Dino Esposito rewrites his task progress bar with the help of ASP.NET “Atlas”.


Accessing and displaying data from a Business Logic Layer can be accomplished without writing a line of code thanks to ASP.NET 2.0's ObjectDataSource control. The ObjectDataSource invokes a specified method of a class and returns the results.


The progress bar is great for keeping users informed about the progress of a task. Unfortunately, there’s no progress bar element built into ASP.NET, so Dino Esposito solves that problem with his ProgressPanel control.
The System.Array and System.Collections.Generic.List classes provide methods that let you avoid writing code to loop through every element of an array or list to find the items you’re looking for. Ken Getz explains.
With the site map defined and the master page complete, we now have a consistent page layout and navigation scheme for our data-related tutorials. Now updating the site-wide page layout or site navigation information is a quick and simple process.


Introduces SQL Server Everywhere, a slimmed-down version of SQL Mobile. SQL Everywhere removes the restrictions that keep the SQL Mobile product from running on a desktop or laptop, making SQL Everywhere the ideal database for many scenarios.


A well-architected application is crafted into distinct layers, each of which encapsulates a particular role; in this tutorial we build a Business Logic Layer as a series of classes in our application's App_Code folder that call down into our DAL.


When building a Web application, creating the DAL should be one of your first steps, occurring before you start creating your presentation layer. With Visual Studio, creating a DAL based on Typed DataSets is a task you can accomplish in 10-15 minutes.


Dino Esposito reviews the basics of enumeration types and their implementation in the Microsoft .NET Framework.
In this installment of Advanced Basics, Ted Pattison discusses the localization of Web sites in ASP.NET 2.0.


If you’re looking to increase the usefulness of your applications by making them customizable, look no further than Visual Studio Tools For Applications.


This month, Dino shows how to display context-sensitive tooltips in Windows Forms applications over irregularly shaped areas.
SQL Server 2005 Reporting Services lets you embed code in a report that can be accessed by various properties of that report and also allows you to access external .NET libraries.
This installment of CLR Inside Out talks aboutstrong name signatures and how to use them.
The System.Diagnostics namespace provides classes for interacting with event logs, performance counters, and system processes, and can really help when you’ve got bugs. Find out how.
Windows SharePoint Services (WSS) version 3.O is far more than a collaboration tool; it’s is a full-fledged development platform that adds tremendous value to ASP.NET.


Luca Bolognese walks through the new features in the Language-Integrated Query (LINQ) May 2006 Community Technology Preview (CTP). Specifically, he introduces the new LINQ to SQL designer, joins, and data binding support.


DevReadiness.org is the developer community site to help you get your applications ready for Windows Vista. Learn how to test your application for Windows Vista, and find simple remedies to fix the most common issues.


Jay Schmelzer talks about source code refactoring and provides a demo of Refactor! for Visual Basic 2005, a free tool from Developer Express, Inc. that adds refactoring support to the Visual Basic 2005 development environment.


Learn by doing in these hands-on workshops. Each online workshop covers a specific topic within one of 4 main areas, Windows and Web Development, Data/XML and Distributed Application development. Each workshop includes both C# and Visual Basic code.


The Fabrikam Fine Furniture reference application is a feature-rich, fully-functional reference application to assist you in building mobile PC and Tablet PC solutions.


The Visual Studio team is at it again with another cool contest for Visual Studio Express developers: Made In Express. You could win 10,000 US Dollars!


This marks Dino’s 100th installment of Cutting Edge. So how does he celebrate? By extending the GridView control, of course.
JIT compilation has its advantages, but it has its drawbacks, too. NGen may help to improve the performance of your applications. Surupa Biswas shows you why and when.
This month: everything you wanted to know about how to handle resource localization efficiently.
Upgrading all your Visual Basic 6 code to Visual Basic 2005 takes time and effort. Get the best of both worlds today by accessing the .NET Framework 2.0 from your existing Visual Basic 6 applications.


Bill Sempf talks a look at the pros and cons of the Visual Basic Upgrade Wizard and shows it in action in a variety of different examples.


Video overview of Visual Studio Team System security features.
Developers and ISVs: Build the best new app with Windows Vista to win $50,000!


Get a focused, first look at the features and capabilities in Microsoft Visual Basic 2005, Visual Studio 2005, and the .NET Framework 2.0.


Learn how to use P/Invoke to call unmaged Win32 APIs from managed code. These sample applications show how to mute sounds, change Windows resolution, and display ballon tips from your managed code.


Join one of the upcoming sessions to experience the new features of Visual Basic 2005 and ASP.NET 2.0. ASP.NET sessions will begin in Portugal on March 10, with the Visual Basic sessions starting in Denmark on March 17.
Learn all about Kevin Marshall's imaginative use of Visual Studio 2005 for his Foosball project, which includes score tracking, player statistics, trash talking taunts using the Microsoft Speech API, and even instant replay.
Find out how to increase security, scalability, and availability. Choose from a wide range of live and on-demand webcasts. Or virtual labs, where you can try the features of SQL Server 2005 without any setup or installation.
Test SQL Server 2005 in your environment to see how it boosts security, scalability, and availability. The trial DVD gives you the full features and functionality of Microsoft’s next-generation data management and analysis solution for 180 days.


In this column, learn how to use how to use and edit the IntelliSense code snippets in Visual Studio 2005 and how create your own.


Learn how to leverage the advantages of Visual Studio 2005 by following Michal Valášek as he creates a fun puzzle game application and teaches you how to do more with less code.


Part 2 of this series focuses on converting code from ADO to ADO.NET. ADO.NET operations require less code, and replacing the COM interop features will make your application more efficient.


We are pleased to announce the availability of the February 2006 DirectX SDK. iThis SDK includes the initial release of the Cross-Platfrom Audio Content Tool (XACT), plus new Managed DirectX 2.0 beta libraries, and an updated Direct3D 10 Preview.


This month Ken Getz shows you how to set document properties for Word docs programmatically.


How does Visual Studio 2005 Team System and Team Foundation Server facilitate the process of agile development and continuous integration? Here Ben Waldron explains it all.
This article discusses techniques you can use to ensure that Windows Forms-based apps provide optimal performance to match the rich UI responsiveness they’re known to provide.


My.Blogs is a collection of sample code that shows how to easily provide programmatic access to blogs in your applications. Chris Mayo shows how easy it is to read and publish blog entries within Visual Basic 2005 using My.Blogs.


One of the biggest issues that programmers run into is the sheer breadth of .NET, which can make finding the best class for a particular task quite daunting. Duncan Mackenzie shows how the My namespace in Visual Basic 2005 will make your life easier.
Ken Getz and Paul Sheriff show you how to migrate your data-oriented application from Visual Basic 6.0 to Visual Basic 2005 in Part 3 of this series.


Watch the MIX content team in action as they talk about their plans for this new conference happening at the Venetian hotel in Vegas.


The Visual Studio 2005 SDK ships with a free tool for authoring Help content and integrating it with Visual Studio 2005. HelpStudio Lite, built by Innovasys, Ltd., is a lightweight version of HelpStudio, optimized for Visual Studio Industry Partners.


Paul Vick and Amanda Silver discuss the latest CTP of the next version of Visual Basic to hit the Web. It includes support for DLinq (language integrated query over relational data) and expanded editor support for query statements and integrated XML.


When upgrading Visual Basic 6 applications, little causes more concern than controls that just won’t convert—in-project controls, custom ActiveX controls, built-in controls, etc. Bill Sempf shows you how to ease this process.


Attend the Visual Studio 2005 Virtual Lab and submit an evaluation between now and June 30, 2006 and you could win a Pocket PC!


This month, Dino Esposito delves into the build provider model for ASP.NET 2.0, showing you how to implement similar functionality for Windows Forms through the power of MSBuild.
Using Web Part connections, you can make it easier for your users to visualize the relationships that exist between items of data, and you can synchronize behavior and manage data in dynamic and interesting ways. Ken Getz explains.
Build a Visual Studio add-in that lets you copy C# code and paste it into Visual Studio as Visual Basic code using the translater of your choice. Scott Swigart shows you how.


Jay Roxe discusses using Visual Basic 6.0 and Visual Basic 2005 together. This includes a high-level description of COM Interop and some of the new features in Visual Basic 2005, including RegFree COM and ClickOnce deployment.


This guidance offering from Microsoft patterns & practices provides assistance for the successful upgrade of Visual Basic 6.0 applications to Visual Basic 2005.
Bill Evjen shows you how to use the new FileUpload server control in ASP.NET 2.0


Bill Sempf shows you what's new with serial and parallel communication in Visual Basic 2005 and what it takes to migrate your legacy Visual Basic 6.0 hardware code to Visual Basic 2005.


Microsoft Learning has a gift for you: free e-learning. Choose from several "Upgrading from Visual Basic 6.0" or ASP.NET modules with hands-on virtual labs, then get more Visual Studio 2005 modules for 30% off. Hurry this offer only valid to Jan 4,2006!


This month, Dino looks at the design and implementation of custom data field types for the GridView and shows how to code them using a few examples.
Before Visual Studio 2005, adding even simple tunes and system sounds to your application could be difficult. But new classes and namespaces in the .NET Framework 2.0 change all that.
If you're using the .NET Framework base class library, the CLR team has some important performance tips for you this month.


Still using Visual Basic 6.0? Didn't find anything interesting in Visual Basic.NET? Check out what's in Visual Basic 2005 for developers like you.


Find out how the .NET Framework 2.0 and Visual Studio 2005 equip software development teams with several new features, tools, and aids to assist them in incorporating security features with minimal stress.


Paul Vick and Erik Meijer discuss how late binding in Visual Basic allows more dynamic programming than is possible in some other .NET languages. They also show future ideas for how late binding may make programming against data like XML radically easier.
Hear .NET Rocks! at the VBUG Winter Conference in England. Carl moderated a Code-Off where four developers created a user interface for a system of Web services, each using a different technology.


Learn about the new features in the typed DataSet class and the new TableAdapter class that are generated by Visual Studio 2005, as well as the tools for designing these classes.
In this column, Dino discusses the programming interface of the DetailsView and FormView controls available to make these controls more versatile.
Ken Getz creates an app that retrieves the IP address of a remote machine and e-mails it, providing a utility to help debug problems with a family member's computer, and in the process illustrating some neat Visual Basic and ASP.NET tricks.


If you register Visual Basic Express, you’ll get access to 250 stock photography pictures from Corbis images, a collection of professional royalty-free icons from IconBuffet, 3rd-party components, and an electronic version of Microsoft Visual Basic 2005.


See the technical details on how the My feature accesses the .NET Framework functionality and items within a project. This article is not a primer on how to use the My feature, but shows how it works.
Get on overview of the new features in Visual Basic 2005 including, My Visual Basic, IntelliSense, Edit and Continue, AutoCorrect, Just My Code, Windows Forms enhancements, and more.


Review frequently asked questions about best practices for generic types.
Review frequently asked questions regarding generic types and their various uses.
Review frequent asked questions about generics and the Microsoft .NET Framework.
Review frequently asked questions regarding generic types and their various uses.


Register for free, all-day technical sessions, demos, and hands-on labs for developers and database administrators. Attendees get free copies of SQL Server 2005 and Visual Studio 2005.


Get the Windows Mobile 5.0 Developer Evaluation Kit and start developing applications for Windows Mobile 5.0 before the official release of Visual Studio 2005. This kit includes developer tools and technical resources, including Visual Studio 2005 Beta 2.
Whether you are a Palm OS developer or new to mobile development, we've got lots of resources to get you started, including whitepapers, tools, downloads, and more.


This series of articles will look at creating ASP.NET controls. In this first article, Dino looks at deriving from the existing controls, and modifying their behavior.


Join us for a Launch Tour 2005 event beginning Nov. 7th and receive SQL Server 2005 and Visual Studio 2005.


In this installment of Cutting Edge, Dino Esposito takes readers on a tour of the new themes feature in ASP.NET 2.0. Themes let you skin pages and achieve visual consistency with minimal effort.
Developers new to .NET may find an I/O programming paradigm shift in .NET as everything is based on the concept of a stream. Ted Pattison introduces stream-based programming in .NET and the .NET Framework classes associated with it.
Dino Esposito and Andrea Saltarello cover the ASP.NET 2.0 Membership API. To demonstrate its functionality, they take an existing ASP.NET 1.x authentication mechanism and port it to ASP.NET 2.0, exposing the legacy authentication through the new API.


It’s common to have applications that need to load and store configuration information. By writing some simple VB.NET code, you can easily add this kind of configuration capability to your existing VB6 or VB.NET applications.
In part two of this series see how you can easily add encryption and data compression (ZIP) capabilities to existing VB6 applications using the .NET Framework.


This release includes the new XInput SDK component, plus graphics samples, tools, documentation, and pre-release components of the Microsoft Cross-Platform Audio (XACT) and the 2.0 Common Language Runtime in Managed DirectX.


If you are a Palm OS application developer and are new to Windows Mobile, this page includes several resources that will help you get started, including whitepapers, tool, downloads, and more.


Visual Studio 2005 makes it easier for developers to write secure applications. Microsoft Security Content Strategist Brian Johnson shows off some of the new security tools built right in to the IDE.


Visual Studio 2005 expands typed data access with TableAdapter, a new object that greatly simplifies interacting with data objects on the client machine and sending updates to a database.
The My.Blogs sample provides an example of how to extend My to provide a way of accessing common functionality throughout your code or you can extend it to build a full featured blog utility to work with blogs on your desktop, a browser or even Outlook.


Couldn’t attend PDC or didn’t get a Visual Basic Resource CD before supplies ran out? Now you can view all of the essential content from this CD online at MSDN. Check out the essential content on Visual Basic 2005 and the great content on the future of Visual Basic.
Personalization is becoming an essential ingredient in many types of Web apps, but building a personalization layer into your presentation tier can be a challenge. Fortunately, Dino Esposito is here to explain how ASP.NET 2.0 makes it much easier.
Duncan Mackenzie builds a memory game in Visual Basic .NET to explore some GDI+ concepts and random number generation.
The .NET Framework 2.0 adds a number of globalization features that address the important issues of extensibility, standards support, and migration. Michael Kaplan and Cathy Wissink explain what these features mean to your your globalization efforts.
Bill Vaughn discusses the process of converting Visual Basic 6.0 ADO code into code that can be used in a .NET application to perform roughly the same operations.


Get a practical look at aspect-oriented programming with a demonstration on how to dynamically extend behavior in Web-service client applications.
Get an overview of new Visual Basic language features and new language extensions that support data-intensive programming.


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC