15,393,377 members
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 Python questions
View C++ questions
View Javascript questions
View Java 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
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
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
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 Andrew Tweddle (Articles: 6)
Articles: 6
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.54
Programming Languages
C#
Reusable dynamic programming with C# generics
24 Jul 2006 Updated:
24 Jul 2006
Rating: 4.87/5 Votes: 18 Popularity: 5.99
Licence: Not specified Views: 73,951
Bookmarked: 91
Downloaded: 817
Please
Sign up or sign in
to vote.
Dynamic programming is a mathematical optimization technique. Generics are used to provide a reusable algorithm.
CommandLineHelper class to launch console applications and capture their output
23 Oct 2006 Updated:
23 Oct 2006
Rating: 4.66/5 Votes: 12 Popularity: 4.85
Licence: Not specified Views: 69,837
Bookmarked: 64
Downloaded: 590
Please
Sign up or sign in
to vote.
Runs a console application and returns its output as a string. Useful for writing object-oriented wrappers around command line utilities, such as Subversion's svn utility.
XML
TransformXML - a command line utility to apply XSL transforms
27 Nov 2006 Updated:
27 Nov 2006
Rating: 3.59/5 Votes: 4 Popularity: 2.16
Licence: Not specified Views: 55,060
Bookmarked: 22
Downloaded: 527
Please
Sign up or sign in
to vote.
A command line utility wrapping the XslCompiledTransform class.
RegexToXml regular expression to XML converter
13 Oct 2006 Updated:
13 Oct 2006
Rating: 4.76/5 Votes: 6 Popularity: 3.71
Licence: Not specified Views: 50,061
Bookmarked: 35
Downloaded: 421
Please
Sign up or sign in
to vote.
RegexToXml is a command line utility which applies a regular expression to input text and returns the results as an XML document.
SendSmtp - a command line utility to send e-mails via SMTP
29 Nov 2006 Updated:
29 Nov 2006
Rating: 4.68/5 Votes: 6 Popularity: 3.64
Licence: Not specified Views: 70,466
Bookmarked: 38
Downloaded: 777
Please
Sign up or sign in
to vote.
A command line utility which sends e-mails using the SmtpClient class.
XSLT
Database daily build reporting with XSLT
4 Dec 2006 Updated:
4 Dec 2006
Rating: 4.71/5 Votes: 3 Popularity: 2.25
Licence: Not specified Views: 33,900
Bookmarked: 34
Downloaded: 301
Please
Sign up or sign in
to vote.
A demonstration of using XSLT to create SQL error reports in a daily build process.
Average blogs rating:
No blogs have been submitted.
Average tips rating:
No tips have been posted.
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Andrew Tweddle
Architect
Dariel Solutions
South Africa
Andrew Tweddle started his career as an Operations Researcher, but made the switch to programming in 1997. His current programming passions are Powershell and WPF.
He has worked for one of the "big 4" banks in South Africa as a software team lead and an architect, at a Dynamics CRM consultancy and is currently an architect at Dariel Solutions working on software for a leading private hospital network.
Before that he spent 7 years at SQR Software in Pietermaritzburg, where he was responsible for the resource planning and budgeting module in CanePro, their flagship product for the sugar industry.
He enjoys writing utilities to streamline the software development and deployment process. He believes Powershell is a killer app for doing this.
Andrew is a board game geek (see www.boardgamegeek.com) with a collection of over 190 games! He also enjoys digital photography, camping and solving puzzles - especially Mathematics problems.
His Myers-Briggs personality profile is INTJ.
He lives with his wife, Claire and his daughters Lauren and Catherine in Johannesburg, South Africa.