Related resources for Code reuse
  • Setting Up a .NET Standard Project7/17/2024 12:19:04 AM. .NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms,
  • Types Of Relationships In Object Oriented Programming (OOPS)6/24/2024 9:01:53 AM. This article explores the key relationships in Object-Oriented Programming (OOP), including inheritance, association, composition, and aggregation. These relationships enable code reuse and flexibilit
  • Passing Values from Partial Views to Parent Views in ASP.NET MVC5/30/2024 6:54:34 AM. Learn efficient methods for sending values from partial views to parent views in ASP.NET MVC. Explore challenges, examples, and techniques like JavaScript messaging for seamless communication, enhanci
  • Future Ready Blazor Application Architecture4/9/2024 9:16:46 AM. Learn how to separate UI components in Blazor applications for code reuse using Razor Class Library. Step-by-step guide to create and integrate UI components into Blazor Server applications. Future-re
  • Refactoring Common Code with Azure Bicep User Defined Functions3/19/2024 5:22:47 AM. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a s
  • Reuse, Reuse And More Code Reuse7/22/2019 10:35:25 AM. In this article, you will learn about reuse, reuse and more code reuse.