16,016,022 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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
Articles by Simon Bridge (Articles: 7, Tip/Tricks: 4)
Articles: 7, Tip/Tricks: 4
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.72
Desktop Programming
Win32
Simple Network Status Monitor Example
5 Jun 2011 Updated:
5 Jun 2011
Rating: 4.90/5 Votes: 16 Popularity: 5.76
Licence: CPOL Views: 63,381
Bookmarked: 54
Downloaded: 2,804
Please
Sign up or sign in
to vote.
Shows how to implement a system to generate events when network interfaces change.
Windows Forms
.NET Native Multiple File Compression
12 Jan 2012 Updated:
16 Jan 2012
Rating: 4.83/5 Votes: 16 Popularity: 5.82
Licence: CPOL Views: 37,415
Bookmarked: 33
Downloaded: 2,027
Please
Sign up or sign in
to vote.
Multiple-file, searchable, streaming compression library implemented natively in .NET.
RSA License Protection
30 May 2011 Updated:
30 May 2011
Rating: 4.93/5 Votes: 41 Popularity: 7.90
Licence: CPOL Views: 168,547
Bookmarked: 180
Downloaded: 11,404
Please
Sign up or sign in
to vote.
Implementing License Protection using RSA
General Programming
Yet Another Universal Event Handler
22 Dec 2011 Updated:
2 Jan 2012
Rating: 4.94/5 Votes: 43 Popularity: 8.01
Licence: CPOL Views: 67,357
Bookmarked: 96
Downloaded: 806
Please
Sign up or sign in
to vote.
A universal Event Handler with a difference: No MSIL required.
Threads
Parallel Programming & the Mandelbrot Set
31 May 2012 Updated:
1 Jun 2012
Rating: 4.25/5 Votes: 8 Popularity: 3.84
Licence: CPOL Views: 47,359
Bookmarked: 23
Downloaded: 872
Please
Sign up or sign in
to vote.
Provides a multi-threading library and demonstrates its use by rendering the Mandelbrot Set
Programming Languages
C#
Check for Clock Tampering to Extend Licence Duration
26 May 2016 Updated:
26 May 2016
Rating: 4.37/5 Votes: 13 Popularity: 4.71
Licence: CPOL Views: 43,166
Bookmarked: 22
Downloaded: 1,040
Please
Sign up or sign in
to vote.
Help prevent clock tampering and enforce a software licence
Security
Encryption
Chaos Based Encryption
8 Jan 2012 Updated:
8 Jan 2012
Rating: 4.83/5 Votes: 16 Popularity: 5.81
Licence: CPOL Views: 103,086
Bookmarked: 49
Downloaded: 3,697
Please
Sign up or sign in
to vote.
Generating encryption keys using Cellular Automata.
Average blogs rating:
No blogs have been submitted.
Average tips rating: 4.69
Desktop Programming
Windows Forms
Quick 'n' easy Colour Combo Box [Tip/Trick]
14 Jul 2011 Updated:
15 Jul 2011
Rating: 5.00/5 Votes: 2 Popularity: 1.51
Licence: CPOL Views: 27,112
Bookmarked: 4
Downloaded: 0
Please
Sign up or sign in
to vote.
Full code listing for a very simple but effective Colour-Combo (Color for those in America)
WPF
Concise PropertyChanged Implementation [Tip/Trick]
29 Jun 2016 Updated:
29 Jun 2016
Rating: 4.25/5 Votes: 7 Popularity: 3.59
Licence: CPOL Views: 19,293
Bookmarked: 11
Downloaded: 0
Please
Sign up or sign in
to vote.
Save wear and tear on your keyboard: INotifyPropertyChanged with the fewest key-strokes.
Programming Languages
C#
How to Serialize Across Assemblies with the BinaryFormatter [Tip/Trick]
18 May 2016 Updated:
18 May 2016
Rating: 5.00/5 Votes: 7 Popularity: 4.23
Licence: CPOL Views: 34,496
Bookmarked: 8
Downloaded: 912
Please
Sign up or sign in
to vote.
Describes how to write your own SerializationBinder to allow serialization across assemblies
Object Relational Mapping via Reflection [Tip/Trick]
14 Jun 2011 Updated:
14 Jun 2011
Rating: 4.50/5 Votes: 4 Popularity: 2.71
Licence: CPOL Views: 25,125
Bookmarked: 7
Downloaded: 0
Please
Sign up or sign in
to vote.
Illustrates how to quickly and dynamically populate an object from a data-row
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Simon Bridge
Software Developer (Senior)
Decipha
Australia
Wrote his first computer game in Microsoft Basic, on a Dragon 32 at age 7. It wasn't very good.
Has been working as a consultant and developer for the last 15 years,
Discovered C# shortly after it was created, and hasn't looked back.
Feels weird talking about himself in the third person.