Posts by Tag

.NET

POCO not transforming into a POCO proxy.

less than 1 minute read

A POCO (Plain Old CLR Object) must be transformed into a POCO proxy [MyNamespace.MyClass ->{System.Data.Entity.DynamicProxies.MyClass_0A943C2FC37D33304CEB...

Writing a TEDS (IEEE 1451.4) parser.

2 minute read

I was tasked recently with writing a parser for TEDS bit stream data. There is an IEEE published paper with an overview of the standard but it doesn't give a...

Reentrant lock acquires in CLR.

less than 1 minute read

I always like when a post gets to the point (especially after searching in Google). In short, if you perform an operation that waits to acquire a lock, the t...

Back to top ↑

C#

Writing a TEDS (IEEE 1451.4) parser.

2 minute read

I was tasked recently with writing a parser for TEDS bit stream data. There is an IEEE published paper with an overview of the standard but it doesn't give a...

Back to top ↑

algorithms

Detecting cycles in decimal digits and lists.

less than 1 minute read

I was recently working on solving problem 64 for project Euler and one of the needed algorithms was a detection of cycles in a list. This routine works for d...

Back to top ↑

Entity Framework

POCO not transforming into a POCO proxy.

less than 1 minute read

A POCO (Plain Old CLR Object) must be transformed into a POCO proxy [MyNamespace.MyClass ->{System.Data.Entity.DynamicProxies.MyClass_0A943C2FC37D33304CEB...

Entity Framework June 2011 CTP Bug

less than 1 minute read

I recently installed the Entity Framework June 2011 CTP to preview the enum support but ran into a bug along the way that reported an error while processing ...

Back to top ↑

Python

Detecting cycles in decimal digits and lists.

less than 1 minute read

I was recently working on solving problem 64 for project Euler and one of the needed algorithms was a detection of cycles in a list. This routine works for d...

Back to top ↑

C++

Back to top ↑

GitHub

Back to top ↑

CLR

Reentrant lock acquires in CLR.

less than 1 minute read

I always like when a post gets to the point (especially after searching in Google). In short, if you perform an operation that waits to acquire a lock, the t...

Back to top ↑

multithreading

Reentrant lock acquires in CLR.

less than 1 minute read

I always like when a post gets to the point (especially after searching in Google). In short, if you perform an operation that waits to acquire a lock, the t...

Back to top ↑

data acquisition

Writing a TEDS (IEEE 1451.4) parser.

2 minute read

I was tasked recently with writing a parser for TEDS bit stream data. There is an IEEE published paper with an overview of the standard but it doesn't give a...

Back to top ↑

ADO.NET

POCO not transforming into a POCO proxy.

less than 1 minute read

A POCO (Plain Old CLR Object) must be transformed into a POCO proxy [MyNamespace.MyClass ->{System.Data.Entity.DynamicProxies.MyClass_0A943C2FC37D33304CEB...

Back to top ↑

entropy encoding

Back to top ↑

C

Back to top ↑

compression

Back to top ↑

raw text

Back to top ↑

SVN

Using Ubuntu 10.04 with SVN+HTTP.

less than 1 minute read

I setup a server recently using Ubuntu 10.04. LAMP was easy to configure, as was Subversion. Although making Subversion and Apache2 play nice together with D...

Back to top ↑

Apache

Using Ubuntu 10.04 with SVN+HTTP.

less than 1 minute read

I setup a server recently using Ubuntu 10.04. LAMP was easy to configure, as was Subversion. Although making Subversion and Apache2 play nice together with D...

Back to top ↑

scientific units

Representing scientific units in code.

less than 1 minute read

I have been working on implementing a stream reader for IEEE 1451.4 TEDS and came across this interesting paper regarding representation of scientific units ...

Back to top ↑

class namespace

Namespaces for classes.

1 minute read

When designing classes for outside use (eg. API) or as a library component for multiple applications, readability and easy element (field/function) selection...

Back to top ↑

bugs

Entity Framework June 2011 CTP Bug

less than 1 minute read

I recently installed the Entity Framework June 2011 CTP to preview the enum support but ran into a bug along the way that reported an error while processing ...

Back to top ↑

Java

Tips for Java performance on Android.

4 minute read

While Java may be a higher level language that makes code writeability easier, conventions must be broken when developing on Android to reap performance gain...

Back to top ↑

performance

Tips for Java performance on Android.

4 minute read

While Java may be a higher level language that makes code writeability easier, conventions must be broken when developing on Android to reap performance gain...

Back to top ↑

Android

Tips for Java performance on Android.

4 minute read

While Java may be a higher level language that makes code writeability easier, conventions must be broken when developing on Android to reap performance gain...

Back to top ↑

WPF

Back to top ↑

Visual Studio

Back to top ↑

batch

Back to top ↑

IIS

Back to top ↑

security

Back to top ↑

XML

Back to top ↑

bit twiddling

Back to top ↑

IMAPI

Back to top ↑

T-SQL

Back to top ↑

Markov chains

Back to top ↑

natural language processing

Back to top ↑

SOAP

Back to top ↑

testing

Back to top ↑

REST

Back to top ↑

web services

Back to top ↑

WSDL

Back to top ↑

PCAP-NG

Back to top ↑

networking

Back to top ↑

lambda notation

Back to top ↑

lambda calculus

Back to top ↑

type theory

Back to top ↑

design patterns

Back to top ↑

PowerShell

Back to top ↑

Encoding

Back to top ↑

CMake

Back to top ↑

Fluent C++

Back to top ↑

fluent programming

Back to top ↑

Code Analysis

Back to top ↑

Testing

Back to top ↑

Compilers

Compiler Basics

9 minute read

Introduction of compiler basics using a toy example.

Back to top ↑

Bootstrap

Back to top ↑

Doxygen

Back to top ↑

Interview

Interviews are the Worst

18 minute read

If you have experience in the software engineering field, an interview process can test the experience you have; projects, production scenarios, designs. Unf...

Back to top ↑