JamesNK

Stories submitted by JamesNK

DotNetKicks.com 101(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 3 months ago

Why DotNetKicks.com it is the best .NET news source on the web. read more...

5 comments |category: |Views: 7

tags: another

Why I changed my mind about Extension Methods(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 3 months ago

Why I went from an extension method hater to an extension method lover. I look at three benefits of extension methods over static methods: More intuitive to read, more intuitive to write and easier to discover. read more...

add a comment |category: |Views: 6

tags: another

LINQ to XML over large documents(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 5 months ago

A look at one of the less talked about features of LINQ to XML: improvements with working over large documents. Has an example of how LINQ to XML combines the low memory usage of XmlReader with the easy of use of a XElement. read more...

add a comment |category: |Views: 44

tags: another

Getting started with OOXML(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 5 months ago

Links and resources on getting started with Office Open XML. read more...

add a comment |category: |Views: 22

tags: another

Utilities.NET 1.0 released(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 7 months ago

Utilities.NET is a collection of helper classes and components for quickly solving common .NET programming tasks. read more...

1 comment |category: |Views: 11

tags: another