C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Matthew Cochran(4)
Mike Gold(3)
Pravesh Dubey(2)
Rikam Palkar(2)
C# Curator(2)
Ashish Bhatnagar(1)
Alkesh Bijarniya(1)
Sardar Mudassar Ali Khan (1)
Hm Ahsan Joyia(1)
Bilal Shahzad(1)
Ano Mepani(1)
Iqra Ali(1)
Ashish Vishwakarma(1)
Nemi Chand (1)
Gowtham K(1)
Raj Bandi(1)
Sam Hobbs(1)
Ayush Gupta(1)
Lee McGraw(1)
Satendra Singh Bhati(1)
Rohit Gupta(1)
Dashrath Hapani(1)
Sanjay Kumar(1)
Lokendra Singh(1)
Jaimin Shethiya(1)
Prasad Raveendran(1)
Mahesh Chand(1)
Prakash Tripathi(1)
Ajay Yadav(1)
Ashish Jaiman(1)
Nipun Tomar(1)
Bechir Bejaoui(1)
David Talbot(1)
Alexander Filatow(1)
Arun Kumar Chavali(1)
Yash Malge(1)
Wdenton (1)
waheedkhan (1)
Ashish Banerjee(1)
manish Mehta(1)
Resources
No resource found
Explaning Wrapper Classes in Java
Sep 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 Classes
Sep 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 Responses
Sep 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 SwiftUI
Mar 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 Core
Jul 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 Reflection
Nov 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 CRUD
Jul 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 Core
May 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 KendoUI
Aug 30, 2015.
This article shows how to use the ASP.NET MVC Wrapper for KendoUI.
WinJS Wrapper Control For jQuery Controls
Apr 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 Code
Feb 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 Control
Mar 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 UseCase
Jul 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 Wrapper
Aug 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 Java
Nov 12, 2013.
This article explains the wrapper classes in Java.
Wrapper Patterns in C#, Part IV: The Adapter Pattern
Feb 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 Pattern
Feb 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 Pattern
Feb 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 I
Feb 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 hour
Nov 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 Changes
Aug 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 Python
Jun 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 Core
May 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# ArraySegment
Jan 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 .NET
Nov 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.NET
Nov 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 .NET
Jun 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 IV
Nov 03, 2008.
In this article I will explain how to host an OCX control within a .Net application.
Data Integrity in Web Services
Nov 14, 2005.
Web Services bring with them great possibilities and with these possibilities are some pitfalls.
Query Tool to Excel using C# and .NET
Feb 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 Queue
Sep 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 .NET
Aug 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 Class
Jun 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 2
Apr 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 Document
Feb 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 Names
Jul 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 Clients
Mar 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.