65,938 articles
CodeProject is changing.
Read more
.
Everything / collections
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Submit your article
Collections
collections
Great Reads
Large Collections in Native and Managed Code (VB,
C++,
C#) - Part I
by
Aydin Homay
In this article,
I tried to show a real benchmark based on presser test method,
for a Big Data collection deals on C++,
C#,
and VB.
NET.
A Complete Sample of Custom Class Collection Serialization and Deserialization
by
Maciej Los
If you want to know the way you can serialize and deserialize custom class collection,
this tip is for you.
A Few Words About ConcurrentHashMap,
compute() Method
by
rtybase
There is one ambiguous moment in the Java documentation of the compute() method from the ConcurrentHashMap class.
A Generic Circular Buffer in C#
by
honey the codewitch
A circular buffer implementing IList
Latest Articles
Large Collections in Native and Managed Code (VB,
C++,
C#) - Part I
by
Aydin Homay
In this article,
I tried to show a real benchmark based on presser test method,
for a Big Data collection deals on C++,
C#,
and VB.
NET.
A Complete Sample of Custom Class Collection Serialization and Deserialization
by
Maciej Los
If you want to know the way you can serialize and deserialize custom class collection,
this tip is for you.
A Few Words About ConcurrentHashMap,
compute() Method
by
rtybase
There is one ambiguous moment in the Java documentation of the compute() method from the ConcurrentHashMap class.
A Generic Circular Buffer in C#
by
honey the codewitch
A circular buffer implementing IList
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
collections
Large Collections in Native and Managed Code (VB,
C++,
C#) - Part I
by
Aydin Homay
In this article,
I tried to show a real benchmark based on presser test method,
for a Big Data collection deals on C++,
C#,
and VB.
NET.
A generic Collection to DataTable Mapper
by
Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
A Generic Form of the NameValueCollection
by
Pavel Bashkardin
Represents a C# generic implementation of the NameValueCollection
A Lazy Stream Implementation in C++11
by
David Serrano Martínez
A lazy stream has been implemented in C++11,
so as to highlight the functional capabilities of this new specification
Arrgh.
js - Bringing LINQ to JavaScript
by
Sander Rossel
Creating a lightweight JavaScript library that brings proper .
NET-like collections and LINQ to JavaScript.
ASP.
NET : __VIEWSTATE Bug !
by
ASP.NET Community
When you Try this on Asp.
net 2.
0 WebSite:http:/
/
www.
YouWebsite/
default.
aspx?__VIEWSTATE=COUCOU!You will have something like that:Server Error in '/
'
BitArray indexed List
by
pinx
List subclass for limited number of items and fast search.
B-Tree Sorted Dictionary
by
Gerardo Recinto
In-memory B-Tree sorted dictionary
Choosing the Right Collection
by
Arthur Minduca
How to choose the right data structure for a collection of elements
'Class methods' for plain arrays and std::array and vector too.
by
john morrison leon
Class method emulation for plain arrays plus unified handling of plain arrays,
std::arrays and std::vectors
Enumerable,
Serializable Abstract Tree
by
GravityPhazer
This article demonstrates how you can simply enumerate any generic tree depth-first as well as breadth-first using the described construct.
Trees can be serialized binary (using the BinaryFormatter),
custom binary and as XML.
Get Information of Programatically Created Asp.
Net page Using BuildManager class
by
ASP.NET Community
Few days back I came across a problem on asp.
net site wherein a user wanted to get information about controls of a Page from a different page.
Getting started with MongoDB
by
ASP.NET Community
Getting started with MongoDBMongoDB is a famous representative of NoSQL databases.
It is a document-oriented database,
which means that data will
How to Create a WCF WebService in VB.
NET
by
Rene Bustos
WCF WebService IN VB.
NET Response JSON
IIndexable: A read-only list interface
by
_groo_
An interface not present in .
NET BCL,
IIndexable exposes methods for iterating and indexing a read-only collection.
Java FX Foreground/
Background Messaging
by
ireland94
This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
Metaprogramming in C++: A Gentle Introduction
by
honey the codewitch
Make your code more efficient by hacking your compiler to improve its optimization capabilities
Multi-dimensional Array Implementation in Python 3.
2 besides with the coincidence of C#
by
lampiclobe
A multi dimensional array class with the advance of negative indexes.
Used like a[-2,
-5,
3] with any dimensions.
Observing Changes to an Underlying Array
by
George Tryfonas
An ObservableCollection wrapper for an array which notifies the observer about changes to its underlying array
placeholder
by
ASP.NET Community
The PlaceHolder control can be used as a container control within a document to dynamically load other controls.
The PlaceHolder control has no
Proper List Support in C#
by
honey the codewitch
Implementing full list support over custom data structures in .
NET
Table
by
ASP.NET Community
The Table class allows you to build an HTML table and specify its characteristics.
A table can be built at design time with static content,
but the
Tracing for an ASP.
net application
by
ASP.NET Community
ASP.
net offers a built-in functionality for tracing theapplication.
Using this functionality one can view a lot ofdiagnostic
ValidationSummary
by
ASP.NET Community
A ValidationSummary control is displayed when the IsValid property of the page is false.
It "polls" each of the validation controls on the page and