¡@

Home 

c# Programming Glossary: gravell's

Using IQueryable with Linq

http://stackoverflow.com/questions/1578778/using-iqueryable-with-linq

c# linq iqueryable share improve this question Marc Gravell's answer is very complete but I thought I'd add something about..

Is there a faster way than this to find all the files in a directory and all sub directories?

http://stackoverflow.com/questions/2106877/is-there-a-faster-way-than-this-to-find-all-the-files-in-a-directory-and-all-sub

method. Populates and returns a List GetFileListD Marc Gravell's solution using a queue and returns IEnumberable. I populated..

Dynamic Object Serialization

http://stackoverflow.com/questions/3055461/dynamic-object-serialization

get imaginative and move data around. I had a look at Marc Gravell's protobuf net but I'm not really sure how to use it in such a..

How fast or lightweight Is Protocol Buffer?

http://stackoverflow.com/questions/475794/how-fast-or-lightweight-is-protocol-buffer

serialize deserialize but no RPC implementation yet. Marc Gravell's project fits in very nicely with WCF though as far as I'm aware.. is transparent. In terms of speed you should look at Marc Gravell's benchmark page . My code tends to be slightly faster than his..

get all types in assembly with custom attribute

http://stackoverflow.com/questions/4852879/get-all-types-in-assembly-with-custom-attribute

Deserialize unknown type with protobuf-net

http://stackoverflow.com/questions/675349/deserialize-unknown-type-with-protobuf-net

UInt16 messageType get return 1 Fixed using Marc Gravell's suggestion. I removed the ProtoMember attribute from the readonly..