Resources  
  • Explaning Wrapper Classes in JavaSep 23, 2024. This is essential for utilizing Java’s object-oriented features, such as collections. With autoboxing and unboxing, Java simplifies conversions between primitives and their corresponding wrapper classes, enhancing type safety and performance in data manipulation.
  • What is a Wrapper Component in React?Feb 09, 2024. Wrapper components in React.js refer to components that encapsulate other components or elements within them. They are commonly used for various purposes such as styling, behavior modification, context management, implementing Higher-Order Components (HOCs).
  • Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper ClassesSep 27, 2023. In ASP.NET Core Web API, you can use wrapper classes to standardize the format of your API responses. A wrapper class typically contains a status code, a message, and the actual data payload. This helps in providing a consistent structure for your API responses, making it easier for clients to understand and handle them.
  • Result Wrapper Package: Simplifying API ResponsesSep 17, 2023. ResultWrapper package is to standardize API responses. This standardization allows for seamless integration with other APIs and ensures that the response format remains predictable and manageable across different parts of your application.
  • Property Wrapper In SwiftUIMar 05, 2020. In this article, we will explain about property wrappers in SwiftUI and where we will use that property wrapper.
  • Session Wrapper Design Pattern For ASP.NET CoreJul 26, 2019. In this article, we will learn to access the Session data in a Typed manner by getting IntelliSense support.
  • Easy SharePoint ListItem CRUD Operation Using REST API Wrapper Apr 11, 2019. In this article, we will learn how to perform a CRUD operation using SPRest Util on SharePoint Online List items.
  • Generate Python Wrapper For C# Methods Using ReflectionNov 27, 2017. In this article, we will generate a Python wrapper around C# methods using reflection methods of .NET framework.
  • Creating C# Wrapper Over Firebase API For Basic CRUDJul 17, 2017. Firebase is a platform provided by Google, which provides many services. Firebase Realtime Database is one of them. Firebase provides many SDKs for different platforms as well as it provides REST API to interact with database. Here we will build wrapper in C# around REST api to easily perform CRUD operations in our C# applications.
  • Cookie Manager Wrapper In ASP.NET CoreMay 03, 2017. In this article, you will learn how to work with cookies in an ASP.NET Core style (in the form of an interface) , abstraction layer on top of cookie object and how to secure cookie data.
  • Getting Started with ASP.NET MVC Wrapper for KendoUIAug 30, 2015. This article shows how to use the ASP.NET MVC Wrapper for KendoUI.
  • WinJS Wrapper Control For jQuery ControlsApr 30, 2013. This article demonstrates how to use jQuery UI and other controls declaratively like that of WinJS controls without using a jQuery control initialization script.
  • Managed C++ Wrapper For Unmanaged CodeFeb 10, 2012. This article shows how to create a C++ CLR Class Library wrapper for unmanaged code.
  • Using a COM Callable Wrapper to Launch a Program from a Hyperlink in the WebBrowser ControlMar 02, 2007. This article describes how you can launch an application from a link inside the WebBrowser Control using a combination of javascript and an ActiveX Control created in C#.
  • Wrapper Component to Consumer Component: That’s a Wrap!Jun 09, 2025. This article breaks down how wrapper components work in React, showing you how to build flexible, reusable UI pieces without losing your mind or your types. Learn how to pass props, handle refs, and keep your components clean and powerful.
  • Wrapper Class vs. Object Composition with UseCaseJul 18, 2024. Explore Wrapper Classes and Object Composition in object-oriented programming. Learn how wrappers adapt interfaces and enhance functionality without altering code, ideal for legacy systems.
  • How to Create a Custom Property Wrappers in SwiftUI?May 01, 2024. Property Wrappers, a potent and flexible addition unveiled in Swift 5.1, enable the creation of custom property wrappers within SwiftUI, offering substantial versatility.
  • Standardization of Performance Monitoring, Logging And Exception Handling Via A .NET Runtime WrapperAug 30, 2019. In this article, you will learn about standardization of performance monitoring, logging and exception handling via a .net runtime wrapper.
  • Wrapper Classes in JavaNov 12, 2013. This article explains the wrapper classes in Java.
  • Wrapper Patterns in C#, Part IV: The Adapter PatternFeb 16, 2006. In this series of four articles, we will travel down the C# rabbit hole and see how it is all possible with some wrapper patterns: Proxy, Decorator, and Adapter.
  • Wrapper Patterns in C#, Part III: The Decorator PatternFeb 15, 2006. Did you ever wish for a superhuman power to be impervious to bullets or travel outside your body? How about the superpower to be able to breathe underwater or fly? Or how about a changing the way you look so you can disguise yourself as anyone, or anything? In this series of four articles, we will travel down the C# rabbit hole and see how it is all possible with some wrapper patterns: Proxy, Decorator, and Adapter.
  • Wrapper Patterns in C#, Part II: The Proxy PatternFeb 14, 2006. Did you ever wish for a superhuman power to be impervious to bullets or travel outside your body? How about the superpower to be able to breathe underwater or fly? Or how about a changing the way you look so you can disguise yourself as anyone, or anything? In this series of four articles, we will travel down the C# wrapper rabbit hole and see how it is all possible with some patterns: Proxy, Decorator, and Adapter.
  • Wrapper Patterns in C#: Part IFeb 13, 2006. Did you ever wish for a superhuman power to be impervious to bullets or travel outside your body? How about the superpower to be able to breathe underwater or fly? Or how about a changing the way you look so you can disguise yourself as anyone, or anything? In this series of four articles, we will travel down the C# wrapper rabbit hole and see how it is all possible with some patterns: Proxy, Decorator, and Adapter.
  • Build a Bash terminal agent with NVIDIA Nemotron in one hourNov 17, 2025. Learn to build a natural-language Bash-terminal agent using the NVIDIA Nemotron Nano v2 model. This step-by-step tutorial covers prerequisites, architecture, code, safety considerations, use cases, and troubleshooting.
  • Smart Query Caching in C#: Auto-Invalidate on Database ChangesAug 20, 2025. Learn how to keep your cache fresh using SqlDependency, version-stamps, event-driven invalidation, and Redis Pub/Sub in C#, ensuring high performance, consistency, and scalability across applications.
  • Using children in React? May 07, 2025. Learn how to use `props.children` in React to pass elements, text, or components between tags. Enhance flexibility, create reusable layouts, and apply styles or logic using `cloneElement` and fallbacks.
  • Dependency Properties in WPF: Benefits, Usage, and Examples in C#Oct 21, 2024. A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency and provides automatic change notifications, making it essential for dynamic, data-driven applications.
  • Understanding Decorators in PythonJun 04, 2024. In this article, we explore Python decorators, which allow you to modify the behavior of functions without altering their source code. By using decorators, you can add functionality, log information, cache results, and more.
  • Understand the Refit in .NET CoreMay 24, 2024. We have a type-safe wrapper for communicating with HTTP-based APIs thanks to the C# Refit framework. We can build an interface that represents the API we want to interact with, rather than utilizing the HttpClient that ASP.NET Core provides.
  • Decorator In C#Apr 18, 2019. In this article, I would like to share what decorator pattern is and how it works.
  • C# ArraySegmentJan 19, 2019. In C#, ArraySegment is a struct that represents a segment of an array. It provides a wrapper around an array and a range of indices, allowing you to work with a subset of the array without creating a new array. This can be particularly useful for optimizing memory usage and improving performance when dealing with large datasets.
  • Design Patterns Simplified - Part 9 (Adapter)Mar 10, 2016. This article explains what AdapterDesign Pattern is and how to use it in software development.
  • COM in .NETNov 05, 2014. COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM components, enabling seamless integration of legacy COM components with .NET applications.
  • COM Components from .NET Clients using VB.NETNov 10, 2012. The .NET framework exposes COM objects through a proxy called the runtime callable wrapper (RCW). The primary function of RCW is to marshal call between a managed client (.Net) and unmanaged COM object. The runtime maintains a single RCW for each COM object.The example uses a COM component and DotNet client extending the functionality of the COM component using delegation.
  • Describing COM (Component Object Model)Mar 17, 2011. Component Object Model (COM) is a method to facilitate communication between different applications and languages.
  • Security in .NET.Mar 02, 2010. In this article I will explain you about Security in .NET.
  • Managed code and unmanaged code in .NETJun 25, 2009. In this article I will try to explain you managed code and unmanaged code in .NET with help of diagram and its execution process.
  • Host an OCX control within a .Net windows application-.Net and COM part IVNov 03, 2008. In this article I will explain how to host an OCX control within a .Net application.
  • Data Integrity in Web ServicesNov 14, 2005. Web Services bring with them great possibilities and with these possibilities are some pitfalls.
  • Query Tool to Excel using C# and .NETFeb 03, 2005. This article show how to use .NET's interoperability feature to pull the data directly into the spreadsheet.
  • Thread Safe Collections ArrayList and QueueSep 24, 2004. The attached project provides a dll containing a wrapper around the non-thread safe ArrayList and Queue classes. The wrapper implements the most common functions of this collection elements.
  • Interoperability in .NETAug 16, 2004. The important goals of .NET during its development was to promote interoperability with existing technologies.
  • Changing the default limit of 25 threads of ThreadPool ClassJun 19, 2003. The Threadpool is useful for managing threads that are usually in a wait state and that take only a short amount of time to do their work. If still you would like to change the default limit of 25 threads then here you go.
  • Creating Extensible and Flexible Hosted Applications: Part 2Apr 22, 2003. For this article I will use the same requirements and goals defined in part 1.
  • Using C# and COM Interoperability to Extract from a UML tool into a Microsoft Word DocumentFeb 18, 2003. This article allows you to read the classes contained inside of WithClass 2000 into a Word Document using COM Interoperability for Word and COM Interoperability for WithClass and presents your classes in a kind of report.
  • SpellCheck.NET Parser in C#Jun 25, 2002. SpellCheck.net is free online spell checking site. Whenever I need to check my spelling I visit this site , so I decided to write a parser for this site.
  • A Simple C# Utility to Help You Invent NamesJul 10, 2001. I wrote this simple console utility to help me think of a new name for a project I was launching.
  • Accessing .NET Components from COM Clients and COM components from .NET ClientsMar 26, 2001. In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.