Click here to Skip to main content
15,889,216 members
Articles / Programming Languages / Visual Basic

N-Tiered Programming with VB.NET Interfaces and Singletons

Rate me:
Please Sign up or sign in to vote.
2.33/5 (5 votes)
27 Jul 2006CPOL3 min read 49.6K   594   32  
An article on using .NET Interfaces and a Singleton (a class that will only have one instance in memory at any time) to abstract the different layers in an N-tiered application.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I am a Senior Developer with High Power Consulting, and a student in the Information Systems and Decision Sciences program at LSU in Baton Rouge.
Currently working primarily with the Microsoft .Net Framework and T-SQL, I have significant experience with C programming in Unix and Linux environments. I also have expertise in PERL, VB 6, VBA for Reflection, VB.Net, C#, and Java, and I specialize in integrations and Service Oriented Architecture as well as n-Tiered architectures.

Comments and Discussions