65,938 articles
CodeProject is changing.
Read more
.
Everything / convert
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
Convert
convert
Great Reads
.
NET technique for converting large text files into XML structures intended for Android objects
by
Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
A generic equality comparer library which will work across types
by
shijo joseph
An extension methods library which could do the equality comparison operations easily
A Non-Regular to Simple Continued Fraction Converter & Calculator
by
Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-,
+,
*,
/
) can be done.
Amount to Words
by
NightWizzard
Convert amounts to their spoken equivalents
Latest Articles
.
NET technique for converting large text files into XML structures intended for Android objects
by
Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
A generic equality comparer library which will work across types
by
shijo joseph
An extension methods library which could do the equality comparison operations easily
A Non-Regular to Simple Continued Fraction Converter & Calculator
by
Xavier Junqué i de Fortuny
Generalized continued fractions are transformed into simple continued fractions (SCF) and basic operations (-,
+,
*,
/
) can be done.
Amount to Words
by
NightWizzard
Convert amounts to their spoken equivalents
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
convert
.
NET technique for converting large text files into XML structures intended for Android objects
by
Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
A generic equality comparer library which will work across types
by
shijo joseph
An extension methods library which could do the equality comparison operations easily
C#-like Expression Evaluator and Type Converter
by
Alexei Shamov
Convert types,
parse and evaluate expressions in runtime,
in .
NET 2.
0
Colorspaces and Conversions
by
JBildstein
A library for colormodels and spaces,
correct color-conversions and color-difference calculation.
Converting Images to and from Base64Format
by
charles henington
Using System.
Convert namespace to convert between base64 and images
Create PDF from HTML using C#,
Nustache,
Mustache and Pechkin
by
Prabu ram
This article explains how to create a PDF file using C# object
Customized Casting With ObjectCaster
by
Yisrael Lax
Library that provides custom casting functionality from one type to another between properties with disparate names and types
Detect Encoding from ByteOrderMarks (BOM)
by
Mr.PoorEnglish
Avoid foot-traps while using StreamReader /
StreamWriter
Fourier Transform in Digital Signal Processing
by
Jakub Szymanowski
The article presents idea and implementation of Fourier Transform (DFT and FFT algorithms) in Digital Signal Processing.
From one number system to another
by
PIEBALDconsult
This is an alternative for "From one number system to another"
From one to another positional number system
by
Perić Željko
Developing and implementation of algorithm for converting number from one to another positional number system
How to do xHTML to xHTML Transformations for PDF Conversion Purposes in ASP.
NET.
by
Michael Simonov
The article discusses dynamic xHtml to xHtml XSL transformations for PDF output purposes.
How to replace recursive functions using stack and while-loop to avoid the stack-overflow
by
Chris La
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.
InfoIP a tool to find your WAN IP
by
cogi83
A SW to send your WAN IP and other info via email
Online Rich Text Editor with Download as Word Option
by
Nitin Kunte
Online Rich Text Editor with Mail Merge and download file as Word option
Type-safe (but generic) import of 'char' separated line based files into objects
by
Christian Vogt
An article on a generic approach for importing text based data into objects,
using Reflection.
Supports mass data processing,
filter,
advanced processing and converting,
and some other gimmicks.
VB6 C# VB Code Converter
by
NewPast
Converting codes Focus on upgrading VB6 to VB.
Net and converting C# VB.
Net,
and listing many other helpful converter including php,
java & others.
Web.
Config Update Microsoft.
ReportViewer.
WebForms,
Version=9.
0.
0.
0
by
ASP.NET Community
Web.
Config Convert WebFroms verison 8.
0.
0.
0 to WebFroms verison 9.
0.
0.
0 toSolution of 1) Close VS2) Delete all of Temporary Asp files on :(Window
Wrong usage of Javascript parseInt
by
ASP.NET Community
I have seen most of the developers using parseInt to convert a string to a number.
Here we need to understand that What does this parseInt will do,