TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Wrap
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (5)
Matthew Cochran (4)
Pravesh Dubey (3)
C# Curator (3)
Mike Gold (3)
Lokendra Singh (2)
Sonia Bhadouria Vishvkarma (2)
Diptimaya Patra (2)
Sanjay Kumar (1)
Ashish Bhatnagar (1)
Ayush Gupta (1)
Jaimin Shethiya (1)
Arun Ramaswamy (1)
Ajay Yadav (1)
Alkesh Bijarniya (1)
Sardar Mudassar Ali Khan (1)
Hm Ahsan Joyia (1)
Iqra Ali (1)
Sam Hobbs (1)
Chris Love (1)
Željko Perić (1)
Harshad Tretiya (1)
Jin Necesario (1)
Habibul Rehman (1)
Rikam Palkar (1)
Gopi Chand (1)
Gyanender Sharma (1)
Deepak Dwij (1)
Satendra Singh Bhati (1)
Lee McGraw (1)
Bilal Shahzad (1)
Prasad Raveendran (1)
Ano Mepani (1)
Abhi Sankrityayan (1)
Ashish Vishwakarma (1)
Nemi Chand (1)
Vijayaragavan S (1)
Prakash Tripathi (1)
Gowtham K (1)
Alex Smith (1)
Ankur Mishra (1)
Tom Mohan (1)
Subramanyam Raju (1)
Ck Nitin (1)
Anoop Kumar Sharma (1)
Sourav Kayal (1)
Raj Bandi (1)
Ashish Jaiman (1)
David Talbot (1)
Arun Kumar Chavali (1)
Nipun Tomar (1)
Sunny (1)
Vijay Prativadi (1)
Jiteendra Sampathirao (1)
Shinuraj (1)
Bechir Bejaoui (1)
Ashish Banerjee (1)
Wdenton (1)
Alexander Filatow (1)
vus1 (1)
waheedkhan (1)
manish Mehta (1)
Yash Malge (1)
Related resources for Wrap
No resource found
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
10/21/2024 6:14:51 AM.
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
Explaning Wrapper Classes in Java
9/23/2024 8:49:27 AM.
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 class
Wrapper Class vs. Object Composition with UseCase
7/18/2024 9:38:59 AM.
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.
Understanding @wraps in Python: Preserving Function Metadata
7/7/2024 6:28:30 PM.
Explore the intricacies of Python's @wraps decorator, essential for preserving function metadata. Learn how @wraps simplifies debugging, maintains docstrings, and ensures correct function signatur
Understanding Decorators in Python
6/4/2024 5:51:05 AM.
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,
Understand the Refit in .NET Core
5/24/2024 4:56:07 AM.
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 t
Azure Bicep: Wrapping Up and Looking Ahead
5/10/2024 8:57:42 AM.
As we conclude with Azure Bicep, reflect on its benefits, lessons learned, and future enhancements. Prepare for continued adoption, explore learning resources, and anticipate its evolving role in Azur
COM in .NET
5/1/2024 11:39:57 AM.
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 componen
How to Create a Custom Property Wrappers in SwiftUI?
5/1/2024 4:21:51 AM.
Property Wrappers, a potent and flexible addition unveiled in Swift 5.1, enable the creation of custom property wrappers within SwiftUI, offering substantial versatility.
What is a Wrapper Component in React?
2/9/2024 7:36:01 AM.
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, contex
C# ArraySegment
10/5/2023 10:48:27 AM.
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
Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper Classes
9/27/2023 11:32:34 AM.
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 hel
Result Wrapper Package: Simplifying API Responses
9/17/2023 6:21:16 AM.
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 acro
Generate Python Wrapper For C# Methods Using Reflection
8/17/2023 9:11:19 AM.
In this article, we will generate a Python wrapper around C# methods using reflection methods of .NET framework.
Managed C++ Wrapper For Unmanaged Code
7/19/2023 5:46:59 AM.
This article shows how to create a C++ CLR Class Library wrapper for unmanaged code.
TLAs Unwrapped: 75+ Acronyms Every Dev Should Know
3/23/2023 4:38:50 PM.
Master the language of tech with our comprehensive guide to essential TLAs (three-letter acronyms). From AI to UX, we cover 75+ acronyms every developer should know. Dive into front-end and back-end d
How To Wrap Words In DataGridView Cell
4/26/2022 12:27:11 PM.
This article explains how to wrap words inside data grid view cell, and change cell height while typing in text.
How To Install Wrap Features In Power Apps
4/19/2022 12:47:08 PM.
in this article I have mention steps to install wrap features in PowerApps
Styling Text In CSS
8/21/2020 10:25:49 AM.
In this article, you’ll learn the commonly used text manipulation properties used in CSS such as color, decoration, alignment, and so on.
Best Code Editor Keyboard Shortcuts In Visual Studio For More Productivity
6/12/2020 10:35:57 AM.
In this article, we will learn a few VisualStudio code editor keyboard shortcut keys for better developer productivity. For professional developers, it's critical to know how to do simple code edi
Learn About A Wrap Panel In WPF
6/12/2020 5:52:42 AM.
A wrap panel is used when you have to wrap contents horizontally or vertically.
Optional Chaining In Swift
3/24/2020 9:16:32 AM.
In this article, We will explain how to handle nil value and how to handle them.
Property Wrapper In SwiftUI
3/5/2020 9:39:50 AM.
In this article, we will explain about property wrappers in SwiftUI and where we will use that property wrapper.
Word Wrapping in CSS
1/15/2020 2:16:08 PM.
This article briefly explains the concept of word wrapping in CSS with some simple examples.
HTML5 Canvas For Beginners : Part 5
12/10/2019 6:02:49 AM.
In this article, we learn all about the HTML5 Text Canvas.
Canvas Text Wrapping Using HTML 5
12/4/2019 10:37:01 PM.
This article is very useful for understanding how to wrap text using the HTML 5 canvas tag.
Wrapper Classes in Java
9/24/2019 4:35:48 AM.
This article explains the wrapper classes in Java.
Standardization of Performance Monitoring, Logging And Exception Handling Via A .NET Runtime Wrapper
8/30/2019 12:32:18 AM.
In this article, you will learn about standardization of performance monitoring, logging and exception handling via a .net runtime wrapper.
Session Wrapper Design Pattern For ASP.NET Core
7/26/2019 1:51:22 PM.
In this article, we will learn to access the Session data in a Typed manner by getting IntelliSense support.
Decorator In C#
6/6/2019 9:53:03 AM.
In this article, I would like to share what decorator pattern is and how it works.
Easy SharePoint ListItem CRUD Operation Using REST API Wrapper
5/2/2019 8:05:54 PM.
In this article, we will learn how to perform a CRUD operation using SPRest Util on SharePoint Online List items.
WPF WrapPanel Tutorial
2/27/2019 11:26:32 PM.
WPF WrapPanel control is a panel that positions child elements in sequential position from left to right by default. The WrapPanel element in XAML and the WrapPanel class in C# represent a WrapPanel W
WPF Layout: WrapPanel
12/21/2018 12:04:06 AM.
This article focuses on the WrapPanel in details. WrapPanel is similar to StackPanel but it has an additional feature. The WrapPanel element in XAML represents a WrapPanel.
XAML WrapPanel
11/8/2018 11:05:51 AM.
The WrapPanel element in XAML represents a Wrap Panel. This tutorial shows how to use a XAML WrapPanel in WPF and C#.
Managed code and unmanaged code in .NET
10/24/2018 1:28:03 AM.
In this article I will try to explain you managed code and unmanaged code in .NET with help of diagram and its execution process.
Wrap Panel Layout in WPF
5/10/2018 12:33:00 AM.
In this tutorial you will learn how to use the WrapPanel in WPF. You will also understand that what is difference between WrapPanel in StackPanel.You will also learn to align the controls inside a Wra
Creating C# Wrapper Over Firebase API For Basic CRUD
4/6/2018 12:04:05 AM.
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
Cookie Manager Wrapper In ASP.NET Core
5/9/2017 12:59:29 AM.
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.
VariableSizeWrapGrid Control In UWP Application Development
10/21/2016 6:03:51 PM.
In this article, you will learn VariableSizeWrapGrid Control in UWP application development, with XAML and C#.
Design Patterns Simplified - Part 9 (Adapter)
3/17/2016 1:25:11 AM.
This article explains what AdapterDesign Pattern is and how to use it in software development.
Getting Started with ASP.NET MVC Wrapper for KendoUI
8/30/2015 5:16:04 PM.
This article shows how to use the ASP.NET MVC Wrapper for KendoUI.
How to Use Free Spire.Doc to Wrap Text Around Image Easily
6/26/2015 11:15:57 PM.
This article shows how to use the free Spire.Doc to wrap text around an image easily.
jQuery - "Write Less Do More": Day 1
5/17/2015 5:47:33 PM.
In this series of articles we will learn jQuery step-by-step.
VariableSizedWrapGrid in Windows Store Apps
4/13/2015 10:03:36 PM.
This article explains how to use a VariableSizedWrapGrid in Windows Store apps.
WindowsPhone 8.1: Now UniversalWrapPanel is an Alternative For WrapPanel
11/29/2014 3:57:35 AM.
This article explains how to use UniversalWrapPanel in Windows Phone 8.1.
Windows 8 Store App: Wrap Text Around Image
11/5/2014 3:00:29 PM.
This article shows how to show text that can be wrapped around an image in XAML.
WrapPanel in WPF
8/14/2014 2:12:32 PM.
In this article, we will learn about WrapPanel and its properties in WPF.
Wrap Your Original Exception in C#
12/19/2013 1:59:41 AM.
Exception handling mechanism is very essential in every application. A good coding stricture does not leave a single piece of code which might give trouble in application.
WinJS Wrapper Control For jQuery Controls
4/30/2013 11:09:40 PM.
This article demonstrates how to use jQuery UI and other controls declaratively like that of WinJS controls without using a jQuery control initialization script.
COM Components from .NET Clients using VB.NET
12/1/2012 2:08:08 AM.
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.
Data Integrity in Web Services
10/13/2012 5:46:52 AM.
Web Services bring with them great possibilities and with these possibilities are some pitfalls.
Wrapper Patterns in C#, Part IV: The Adapter Pattern
10/4/2012 10:38:05 AM.
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
10/4/2012 10:36:09 AM.
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
10/4/2012 10:33:03 AM.
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.
Interoperability in .NET
9/30/2012 5:39:00 AM.
The important goals of .NET during its development was to promote interoperability with existing technologies.
Using C# and COM Interoperability to Extract from a UML tool into a Microsoft Word Document
9/30/2012 4:08:11 AM.
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.
Describing COM (Component Object Model)
9/30/2012 3:13:22 AM.
Component Object Model (COM) is a method to facilitate communication between different applications and languages.
Security in .NET.
9/29/2012 6:11:26 AM.
In this article I will explain you about Security in .NET.
Use of Motion Path in Expression Blend 4
9/5/2012 7:24:16 PM.
Today we are going to see animation using the Motion Path Option.
Use of WrapPanel Tool in Expression Blend 4
9/5/2012 6:42:54 PM.
Today we are going to see the use of the WrapPanel Tool.
How to Wrap a Control Completely
5/15/2012 2:19:48 PM.
The following article explains you how to wrap a control completely.
Wrap Panel in Windows Phone 7 via WCF Service
2/4/2012 6:14:45 AM.
In this article let see one of the good and interesting concept in windows phone whereby communicating with WCF Service to perform some expected operation. This concept made the phone user to handle the task easily in light weighted mode.
How to get Dock and Wrap panels in Silverlight4
8/27/2011 1:15:10 AM.
How to get Dock and Wrap panels in Silverlight4.
Append and Wrap using JQuery
2/7/2011 12:09:26 AM.
Using Append and Wrap in JQuery
Using Tools and Windows in Expression Blend 2.0
9/15/2010 9:29:14 PM.
This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
Texture Brushes in GDI+
2/1/2010 11:24:29 PM.
In this article I will explain about working with Texture Brushes in GDI+.
Hyperlink Text Wrap In Silverlight 3
11/19/2009 11:34:10 PM.
In this article we will see how we can wrap a text in Hyperlink Button.
Wrap Panel in Silverlight 3
8/10/2009 1:50:58 AM.
In this article we will explore Wrap Panel in Silverlight 3. We will see how the Wrap Panel is useful.
Host an OCX control within a .Net windows application-.Net and COM part IV
11/3/2008 2:08:46 AM.
In this article I will explain how to host an OCX control within a .Net application.
Using a COM Callable Wrapper to Launch a Program from a Hyperlink in the WebBrowser Control
3/6/2007 9:27:57 AM.
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#.
A Simple C# Utility to Help You Invent Names
8/30/2006 6:59:11 AM.
I wrote this simple console utility to help me think of a new name for a project I was launching.
Query Tool to Excel using C# and .NET
8/30/2006 1:01:56 AM.
This article show how to use .NET's interoperability feature to pull the data directly into the spreadsheet.
Wrapper Patterns in C#, Part III: The Decorator Pattern
2/20/2006 8:32:26 AM.
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.
Creating Extensible and Flexible Hosted Applications: Part 2
2/3/2006 1:44:39 AM.
For this article I will use the same requirements and goals defined in part 1.
Thread Safe Collections ArrayList and Queue
1/27/2006 5:29:56 AM.
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.
XbWrapper - Xbase Interpreter
12/29/2005 1:39:02 AM.
XbWrapper-Xbase script inter XbWrapper is a simple scripting language. It is intended to use as an embedded language in other C# programs.
SpellCheck.NET Parser in C#
12/28/2005 5:53:42 AM.
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.
Accessing .NET Components from COM Clients and COM components from .NET Clients
12/23/2005 1:20:59 AM.
In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.
Changing the default limit of 25 threads of ThreadPool Class
12/7/2005 11:15:06 PM.
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.