.NET news » VB.NET VB.NET Rss Feed

Pro VB 2008 and the .NET 3.5 Platform (Windows.Net)
Author: Andrew Troelsen
Average rating: 4.5 / 3
(3 reviews)
More .NET VB.NET books
download
Cryptography 101 for the .NET Framework
An introduction to key cryptographic concepts supported by the .NET Framework
22 Aug 2006, 20:27:00   Source: Cryptography 101 for the .NET Framework   Tags: Security VB.NET
How to monitor a printer queue from VB.NET
How to monitor a printer queue from Visual Basic .NET
16 Aug 2006, 15:46:00   Source: How to monitor a printer queue from VB.NET   Tags: VB.NET Examples
3-tier Architecture with ASP.NET 2.0: Tutorial 4: Displaying Data With the ObjectDataSource (Visual Basic)
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.
10 Aug 2006, 16:35:32   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 4:...   Tags: ASP.NET VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 3: Master Pages and Site Navigation (Visual Basic)
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.
Excel Export Component Using XSL
This is an article on a Excel Export Component (Using XSL and XML) in .NET
2 Aug 2006, 01:22:00   Source: Excel Export Component Using XSL   Tags: Components VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 2: Creating a Business Logic Layer (Visual Basic)
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.
20 Jul 2006, 13:34:52   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 2:...   Tags: ASP.NET VB.NET
3-tier Architecture with ASP.NET 2.0: Tutorial 1: Creating a Data Access Layer (Visual Basic)
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.
10 Jul 2006, 16:53:32   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 1:...   Tags: ASP.NET VB.NET
Cutting Edge: All About Enums
Dino Esposito reviews the basics of enumeration types and their implementation in the Microsoft .NET Framework.
5 Jul 2006, 19:00:00   Source: Cutting Edge: All About Enums   Tags: VB.NET
Dynamically generate a MS Word document using HTML & CSS
A lightweight method to generate a Word document without using any components and show it in Print Layout.
23 Jun 2006, 12:11:00   Source: Dynamically generate a MS Word document using HTML & CSS   Tags: VB.NET
LINQ Into Microsoft's New Query Capabilities
Query features have long been a cornerstone of database applications, but with LINQ, Microsoft introduces query language features right inside of C# and VB.NET.
10 May 2006, 18:31:38   Source: LINQ Into Microsoft's New Query Capabilities   Tags: C# VB.NET