Year: 2013

Articles

How to simplify coding DependencyProperty in WPF and Silverlight

Introduction This tip will introduce an excellent method to simplify Coding DependencyProperty in WPF and Silverlight.  Background Writing Dependency Property is really an annoying task and so easy to make mistakes. I’ve found an excellent solution to solve this problem.  Using the code 1. Install AutoCode 4.0 (https://www.devprojects.net/). 2. Generate the three files at the […]

Articles

C++ String Toolkit (StrTk) Tokenizer

Introduction This article will present the tokenizing and splitting functionality of a simple C++ library called the String Toolkit. Tokenization in the context of string processing, is the method by which a sequence of elements are broken up or fragmented in sub-sequences called tokens. The indices in the original sequence that determine such breaks in […]

TechnoBits. All rights reserved
Back To Top