Search results for query: *

  1. S

    Understanding generic types

    Hi JohnH, That's what kind of scares me. Because the Microsoft Press sample exam state that A and C are generic types. The questions aren't specific in saying it's a generic type if you use it in the capacity (Of T) that you have. It's just question and answer of A,B,C,or D Thanks, Strick
  2. S

    VS2005 and VS2008 on same machine

    I was thinking that too. Because I once installed VS2003 and VS2005 on my home PC (although this is 2005 and 2008). Problem though is this is work PC and our helpdesk installs all software. Sometimes it seems like they don't know what their doing when it comes to installing/configuring...
  3. S

    Understanding generic types

    Hi all, I'm studying for one of the exams towards the MSPD EAD 3.5 certification. One question that I've been getting wrong on the practice test is: Which of the following are examples of built-in generic types? (Choose all that apply). A. Nullable B. Boolean C. EventHandler D...
  4. S

    VS2005 and VS2008 on same machine

    Hi all, I have VS2005 and VS2008 on same machine at work. When I create a solution in either version then try to open that solution I get the following error: the selected file is not a valid visual studio solution file I did some google searches on this and found that it has somthing to do...
  5. S

    WPF app vs WinForms App

    Hi all, Hope this isn't a dumb question. I'm currently studying for one of Microsoft's MCPD 3.5 certifications (VB 2008) and one of the things it makes use of is WPF applications. Based on what I've seen of them so far, they are basically like Windows Forms Applications. So my question about...
  6. S

    Datalist paging

    Hi all, Just want to make sure what I've been reading is correct. There is paging on a asp.net gridview but not a asp.net datalist? If this is true, this seems really odd considering datalists are used on alot of eccommerce sites. Many places I've looked I see people implementing custom...
  7. S

    Alphabet/number images for anti-spam verification

    Wow this looks really interesting. I'm going to play around with it. Thanks! Strick
  8. S

    Alphabet/number images for anti-spam verification

    Hi all, I'm writing my own anti-spam class for my website where users will have to type what they see in terms of the alphanumeric images that will be displayed. Just looking to see if anyone knows a site where I can find some alphabet and number images for free. Did some google searches but...
  9. S

    Where is the zip file being stored?

    Thank you so much this helped alot. I'm sure I'll post some more questions in route to my Microsoft certification. :)
  10. S

    Where is the zip file being stored?

    Thanks guys, Also in response to your post jmcilhinney; thank you because that really clarifies some things. In the book this is the exact code sample they used so I was a little confused as to if this compression class was meant to create and read .zip files or really just to...
  11. S

    Where is the zip file being stored?

    Hi all, I'm sdudying for the Microsoft Exam 70-536 and I'm working through some examples in the self paced book. In looking at the following code example and trying to figure out the GZipStream class I do not see where the data.zip file is being saved. Is there some default path this goes...
Back
Top