Search results for query: *

  1. C

    Question LINQ to XML help

    Thanks a milion for such a complete reply, JohnH :) I tried to use this namespace "http://www.w3.org/2005/Atom" as you suggested, but it never returned anything. When the XML file opens it simply has the tag <atomQuery/> and nothing else. However, after I read up further on Atom I came across...
  2. C

    Question LINQ to XML help

    Hi, I went through Beth Massi's LINQ to XML tutorial, where she queries a Customers.xml file (if any of you know it). I saved an Atom feed as an XML file on my computer and I tried querying it in a similar fashion but it never returns anything. Please excuse the formatting, I've tried to tidy...
  3. C

    Answered Error Handling and Classes

    I have an awful lot of code and don't really want to post it here - it would be very messy to try to format for starters, and i tried to trim things down to be reasonable in a post. I posted a bad example and a poor explanation. Sorry :o Okay Init() was a bad name choice, I should have used...
  4. C

    Answered Error Handling and Classes

    Thank you very much JohnH that answers most of what I was asking (regarding constructors). After re-reading my post I realise I didn't explain myself well at all, sorry. I think a better way of explaining it is, if I have a method in a class that could result in an error, how should I deal with...
  5. C

    Answered Error Handling and Classes

    Hi, I've added a class to my application - I'm learning VB.NET as I go - and I'm wondering about the best way to handle errors and at what level should I be dealing with them at. At the moment, I let the try / catch blocks handle any exceptions that may occur. But say if I have stuff like an...
  6. C

    Question Suggestions for a newbie project

    Hi, This is my first post and all that. I've recently made the switch to .NET having worked with VB6, SQL, Oracle 9i and Win32 for about 2 years. Most of the work I did was developing tools and Windows versions of Unix apps for a company migrating from an ancient database to Oracle. For...
Back
Top