Hits Today: 1 Total: 1091 | Updated: 3/19/2003 | |
 | When creating classes and architectures for your application or product, a powerful feature is using Interfaces. Interfaces help create guidelines to follow and are also used in achieving what is called Polymorphism. Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 809 | Updated: 3/20/2003 | |
 | By creating a set of restriction classes for use within your application, you can centralize that logic allowing you to easier modify that logic later on down the road. Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 1308 | Updated: 2/5/2003 | |
 | In the first part of this article, we’ll take a closer look at class interfaces. We'll consider how they compare with abstract base classes and when they should be used. Next, we'll discuss some of the most important .NET interfaces... Author: Harold Davis Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1148 | Updated: 2/23/2003 | |
 | In a previous article, "Useful Methods in C#", I tried to provide a small collection of useful, practical methods. This article continues that attempt by providing more methods. It also attempts to make the previous methods even more useful. Author: Daniel Olson Code: ASP.NET v1.0 & C# | |  | |
|