Sign In
Jeremy Kuhne's Blog
Thoughts from a developer on the Expression Suite. Coding tidbits (Managed C++, C#, interoping with unmanaged code) and just general things related to Expression.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
All Things Acrylic
Blend
C#
Debugging
General Coding
Managed C++
MSBuild
Rotor
SSCLI
Tools
Visual Studio
Archive
Archives
February 2008
(5)
April 2006
(2)
January 2006
(2)
October 2005
(1)
September 2005
(4)
August 2005
(1)
July 2005
(7)
June 2005
(7)
July, 2005
MSDN Blogs
>
Jeremy Kuhne's Blog
>
July, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeremy Kuhne's Blog
Inlining IL link
Posted
over 7 years ago
by
jkuhne
0
Comments
A tool for inlining IL in C#/VB . (Essentially.)
Jeremy Kuhne's Blog
Generic Collections IV
Posted
over 7 years ago
by
jkuhne
2
Comments
Back again, and as promised... Subclassing Generic Collections The framework provides three basic collections that are intended for derivation. They are located in System.Collections.ObjectModel: Collection<T> KeyedCollection<TKey...
Jeremy Kuhne's Blog
Generic Collections III
Posted
over 7 years ago
by
jkuhne
5
Comments
So far I've gone over the basics of generic collections and moved on to looking at List<T> and Predicate<T>. As mentioned yesterday, this post will deal with subclassing and the other System delegate types. The "Other" System.Delegates...
Jeremy Kuhne's Blog
Generic Collections II
Posted
over 7 years ago
by
jkuhne
7
Comments
In yesterday's post I went over the very basics of generic collections in the 2.0 .Net framework. Today I pick up where I left off with... Predicate<T> System.Predicate<T> is a generic delegate that is used to specify a search condition...
Jeremy Kuhne's Blog
Generic Collections I
Posted
over 7 years ago
by
jkuhne
10
Comments
In one of my first posts I briefly mentioned that I would discuss a bit about what I've learned about using the new generic collections. I've been putting it off a bit because I knew it would be a bit lengthy, but I really feel this is important so I...
Jeremy Kuhne's Blog
A little more on bytes and endianness (byte order)
Posted
over 7 years ago
by
jkuhne
1
Comments
In my last post I talked about converting structs into byte arrays and vice versa. There are a couple of related posts I've found that are worth reading: Read binary files more efficiently using C# Convert Integers to Byte Arrays The first...
Jeremy Kuhne's Blog
Byte of a struct and onto endian concerns
Posted
over 7 years ago
by
jkuhne
3
Comments
[Updated: added performance data. 7/19] I haven't written for a while, but it hasn't been for lack of things to write about. Just been a little busier than normal lately. I'll let you imagine why. ;) Something that I've been working on is parsing...
Page 1 of 1 (7 items)