Related resources for class libraries
  • Tips : Leveraging VB.Net Base Classes12/1/2012 3:05:56 AM. Multiple language implementation has an inherited powerful advantages. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries. This article shows you how to leverage the power of VB.Net Financial base class library using C#.
  • Create and Use Namespaces in VB.NET11/10/2012 3:40:35 AM. We all know namespaces are the basic building block for the .NET framework. In this article, I'm going to show how to create and use namespaces with VB.NET and C#.
  • Why Object Orientation for COBOL?9/30/2012 4:41:23 AM. Why is Microsoft interested in having so many languages target the new environment?
  • MVC architecture in ASP.Net using C# and Microsoft Data Access Application block5/26/2009 2:42:42 AM. In this article we will learn how to use Microsoft Data Access Application block in ASP.Net using C#, I have used Microsoft Data Access Application block in conjunction with MVC architecture, here you will learn lot about class libraries, interface, implementation etc.
  • Understanding ADO.Net Provider Factory in .Net 2.01/29/2007 3:47:21 AM. This article describes the ADO.NET Provider Factory in .NET 2.0
  • An insight into Code Reusability and COM Interoperability : Part I12/23/2005 5:20:31 AM. Code reusability is the art of using existing code to achieve better productivity and ease of maintenance. The concept of reusability is not new. Its existence has been evident since the evolution of mankind.