|
|
Browse by Tags
All Tags » ASP.NET » Programming » LINQ (RSS)
-
A fellow emailed me earlier asking how to get the namespaces from an XML document,
but he was having trouble because the XML had some XML declarations like <?foo?>.
A System.Xml Way
XPathDocument has two cool methods, GetNamespace(localName) and GetNamespaceInScope,
but they need a currentNode to work with.
string s = ...
-
Kzu
and friends have a new pet project called Moq,
which may be the coolest derivative open source project name ever. But, before I get
into that...
There's lots of interesting Mock Object Frameworks out there. The ones that you'll
always hear about (because they are awesome) are Rhino.Mocks and TypeMock ...
-
My eighty-fourth
podcast is up. Scott chats on the Microsoft campus with Stephen
Toub, a Microsoft Developer working on a team coming up with new ways to make
concurrency programming easier with .NET. We get pretty deep and pretty philosophical
about concurrency, threading, and parallelism. Also check out an older Channel
9 ...
|
|
|