ASP.NET News from Blogger:
MSDN: Visual Basic
Total News: 53
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....
The Visual Basic 2008 Express Edition is the ideal deal tool for productively building object-oriented applications for Windows on the .NET Framework....
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 2...
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!...
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....
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 Vi...
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 St...
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....
Refactor! for Visual Basic 2008 by Developer Express Inc. enables Visual Basic developers to simplify and re-structure source code inside of Visual Studio 2008, making it easier to read and less costl...
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 Windo...
Refactor! for Visual Basic 2005 by Developer Express Inc., in partnership with Microsoft, enables Visual Basic developers to simplify and re-structure source code inside of Visual Studio 2005, making ...
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 Mag...
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 Quer...
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-...
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, a...
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 wil...
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 c...
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 ...
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....
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 belo...
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 de...
Customize your MSDN Flash newsletter today and youll 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!...
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 abilit...
This month Ken Getz explains the TableLayoutPanel in Windows Forms and shows how it can be used to create a demo system....
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 naviga...
Visual Basic 2005 Power Packs are Add-Ins, Controls, Components, Tools, or Samples for you to use with Visual Basic 2005 to make developing great applications even easier. The first two Power Packs ar...
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 param...
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 th...
Dino Esposito rewrites his task progress bar with the help of ASP.NET Atlas....
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....
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 ...
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 Everywh...
Dino Esposito reviews the basics of enumeration types and their implementation in the Microsoft .NET Framework....
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 Microsofts next-generation data ma...
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 an...
Attend Mobile & Embedded DevCon 2006, May 8-11 in Las Vegas, and get the latest on building and bringing to market the next wave of devices, applications, content and services for the Windows Mobile a...
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 Visu...
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...
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....
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 s...
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 m...
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....
InnerWorkings presents a collection of ASP.NET learning challenges for Visual Basic .NET developers. InnerWorkings offers migration resources for VB developers FREE to MSDN users for a limited time! ...
Omar Al Zabir shows you a way to implement a Microsoft Word-like object model for your own .NET Framework application, following the Model-View-Controller design pattern....
Are you creating the same kind of tired applications that you have been building for the last 5-10 years If so, its time for you to experience what the latest advances in Visual Basic 2005. Sign up n...
Building multithreaded applications is easy with the new BackgroundWorker component in Visual Studio 2005, and it allows you to create interactive applications with minimal work....
View Other bloggers