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

download

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

Text on Path with VB.NET

VB.NET Class for drawing Text on Path
21 Apr 2006, 02:53:00   Source: Text on Path with VB.NET   Tags: VB.NET Graphics

Wrap It Up: Call Into The .NET Framework From Existing Visual Basic 6.0 Applications

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.
5 Apr 2006, 19:00:00   Source: Wrap It Up: Call Into The .NET Framework From Existing...   Tags: VB.NET

A Beginner's Guide to Delegates

An article on delegates in .NET.
29 Mar 2006, 13:49:00   Source: A Beginner's Guide to Delegates   Tags: VB.NET