|
Posted to:
04-16-2003, 7:42 AM
|
A little update on Visual Xpath. Now you can generate Xpath queries for individual XML attributes. Download the source with executable from here .
|
|
Posted to:
04-16-2003, 2:02 AM
|
A few months ago I was at a .NET training session for Microsoft's "Student Ambassadors". The session was a general overview of .NET taught by Doug Seven ( dotnetjunkies ). The training was good but I knew most everything that was covered. So, I wrote...
|
|
Posted to:
04-15-2003, 6:03 PM
|
Ingo Rammer writes: .Net notes by Chris Brumme has to be one of the most advanced .NET related weblogs. You're not kidding! I've learned a lot already from this blog, and I only subscribed this morning! [ The .NET Guy ] I had the same reaction. Don mentioned...
|
|
Posted to:
04-15-2003, 4:17 PM
|
I just realized NET Game Programming with DirectX 9.0 from Apress came out! I will be ordering this one shortly. The only downside is that the book was written using VB.NET, this is not a bash in any way, I just prefer to read in C# since it is what I...
|
|
Posted to:
04-15-2003, 3:28 PM
|
" Currently, it looks like RSS supports a section in the item block for <comments>. Right now, it is a link pointing to where a person can go to add a comment." [ VB Defender ] I would like to see even more support for comments, not just if they...
|
|
Posted to:
04-15-2003, 2:12 PM
|
Great debugging faq list from ISerializable .
|
|
Posted to:
04-15-2003, 1:38 PM
|
The North New Jersey .Net User Group (N3UG) and INETA are sponsoring a Software Legends night, May 28th, at the Morris Plains, NJ Barnes & Noble. From the latest N3UG email: What is Software Legends Night? Surveys were conducted by Microsoft, within...
|
|
Posted to:
04-15-2003, 1:26 PM
|
" Sometimes when developers want to turn off the garbage collector, they really want to turn off the Finalizer thread. This thread runs asynchronously to the application and at a high priority. If the application has a time window where it doesn’t want...
|
|
Posted to:
04-15-2003, 8:50 AM
|
I am looking for an easy to implement breadcrumbs code for my project Scoilnet (VB if possible, C# is ok). I already code one but not totally happy with it, too much links hard-coded. What is also the best ? Having the links in a database, an xml file...
|
|
Posted to:
04-15-2003, 8:26 AM
|
I have a good question here and I need some help. No idea if this is possible. Imagine this scenario: you go from a web page A to a page B by a click. OK. now I have on the page B some buttons to trigger some decorations changes on the page B, like having...
|