Click here to Skip to main content
15,908,775 members
Articles / Programming Languages / C#

Fast Native Structure Reading in C# using Dynamic Assemblies

,
Rate me:
Please Sign up or sign in to vote.
4.77/5 (14 votes)
17 Feb 2009MIT3 min read 59.1K   508   31  
This article shows how to generate dynamic methods for fast byte to structure conversion

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Chief Technology Officer SELA Group
Israel Israel
Sasha Goldshtein is the CTO of SELA Group, an Israeli company specializing in training, consulting and outsourcing to local and international customers.

Sasha's work is divided across these three primary disciplines. He consults for clients on architecture, development, debugging and performance issues; he actively develops code using the latest bits of technology from Microsoft; and he conducts training classes on a variety of topics, from Windows Internals to .NET Performance.

You can read more about Sasha's work and his latest ventures at his blog: http://blogs.microsoft.co.il/blogs/sasha

Sasha writes from Jerusalem, Israel.

Written By
Architect
United States United States
Yuri works in a small hedge fund in New York, designing various aspects of the trading platform. In the spare time, Yuri participates in various open source initiatives, such as Wikipedia, where he designed and implemented MediaWiki API - http://www.mediawiki.org/wiki/API

Yuri writes from New York

Comments and Discussions