• Member Avatar for zachattack05
    zachattack05

    Began Watching Some general questions about using MVVM with WPF

    Forgive me, but I've only really used WinForms in the past, and MVVM and WPF are new to me. For those who use MVVM with WPF, do you actually make …
  • Member Avatar for zachattack05
    zachattack05

    Created Looking for some suggestions on using WinForms or WPF?

    I am starting a new application for our business to help maintain our client information, so it is going to be a very data driven application. I'm curious, from the …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching Looking for some suggestions on using WinForms or WPF?

    I am starting a new application for our business to help maintain our client information, so it is going to be a very data driven application. I'm curious, from the …
  • Member Avatar for zachattack05
    zachattack05

    Created Is there a "Favorite Tags" list we can make?

    I know the site switched to a tag system, and while I personally don't care for it, I like the community too much to find an alternative. Since I really …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching Is there a "Favorite Tags" list we can make?

    I know the site switched to a tag system, and while I personally don't care for it, I like the community too much to find an alternative. Since I really …
  • Member Avatar for zachattack05
    zachattack05

    Created Need advice troubleshooting TableAdapterManager to update SQL tables

    Good afternoon fine DaniWeb folks! I am about to pull my hair out on this one and I'd like to know if someone knows of a simple or obvious "gotcha!" …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching Need advice troubleshooting TableAdapterManager to update SQL tables

    Good afternoon fine DaniWeb folks! I am about to pull my hair out on this one and I'd like to know if someone knows of a simple or obvious "gotcha!" …
  • Member Avatar for zachattack05
    zachattack05

    Created What is your preference when checking boolean values in If statements?

    Just a question on preference: Given a method that returns a boolean value, how would you write an If statement to check the return value of it? Like this? private …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching What is your preference when checking boolean values in If statements?

    Just a question on preference: Given a method that returns a boolean value, how would you write an If statement to check the return value of it? Like this? private …
  • Member Avatar for zachattack05
    zachattack05

    Gave Reputation to Reverend Jim in Where did everything go?

    So how do I get to them now? Ah. I select **Programming**, scroll waaaaaaay down to the bottom of the page and click vb.net. How, exactly, is this an improvement?
  • Member Avatar for zachattack05
    zachattack05

    Gave Reputation to Teme64 in How can you iterate through FileSystemWatchers?

    First > but I thought with the qualifier of FileSystemWatcher FileSystemWatcher is a type, not a qualifier. When you use foreach loop, your loop variable's type has to match with …
  • Member Avatar for zachattack05
    zachattack05

    Marked Solved Status for How can you iterate through FileSystemWatchers?

    I am trying to programatically create and dispose of file system watchers, but I am running into an issue when trying to dispose of them. When I try to use …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How can you iterate through FileSystemWatchers?

    I like the idea of the list! I haven't been writing code for a while and I have a new project to work on and completely forgot about such a …
  • Member Avatar for zachattack05
    zachattack05

    Created How can you iterate through FileSystemWatchers?

    I am trying to programatically create and dispose of file system watchers, but I am running into an issue when trying to dispose of them. When I try to use …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching How can you iterate through FileSystemWatchers?

    I am trying to programatically create and dispose of file system watchers, but I am running into an issue when trying to dispose of them. When I try to use …
  • Member Avatar for zachattack05
    zachattack05

    Created Azure Forum Group?

    I'd like to suggest a forum category for Azure development. Many of the concepts are covered by the topics here, but some are not, such as Azure SQL Database, Virtual …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching Azure Forum Group?

    I'd like to suggest a forum category for Azure development. Many of the concepts are covered by the topics here, but some are not, such as Azure SQL Database, Virtual …
  • Member Avatar for zachattack05
    zachattack05

    Created New Cloud Forums?

    I'd like to propose that DaniWeb adds a new category of forums for Cloud development. The Software and Web Development might apply, but with the cloud being so versatile, you …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching New Cloud Forums?

    I'd like to propose that DaniWeb adds a new category of forums for Cloud development. The Software and Web Development might apply, but with the cloud being so versatile, you …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in GPS (and other) Sensor Hardware Emulation. Is this possible with C#?

    Sorry for taking so long to get back to this thread, it's busy at the change of the quarters. Thanks for the tip! I'll see what I can find, but …
  • Member Avatar for zachattack05
    zachattack05

    Created GPS (and other) Sensor Hardware Emulation. Is this possible with C#?

    Good morning! I was wondering if anyone could send me in the correct direction to locate documentation on how the Windows Sensor and Location Platform gets its data so that …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching GPS (and other) Sensor Hardware Emulation. Is this possible with C#?

    Good morning! I was wondering if anyone could send me in the correct direction to locate documentation on how the Windows Sensor and Location Platform gets its data so that …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    Hiroshe; If I create my own CA, a end user can install my Root Certificate onto their computer can't they? If so, how is this any different?
  • Member Avatar for zachattack05
    zachattack05

    Marked Solved Status for How to secure connections over the internet?

    I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    I tend to agree Ketsuekiame, certificates generated by CA's contain cryptographic information (keys) and other information that doesn't really change the cryptography of the data. If I can generate keys …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    I don't see how a certificate installed in a users browser affects a WinForms application? The data would not be transmitted through HTTP. Can a SSL certificate even be used …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    Oh, to clarify too...the connection would NOT be over a http or https. It would be through a protocol that we would create in-house (if we use WinForms that is)
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    Hiroshe, What is the difference? If I use a CA and the hacker intercepts the data, couldn't they also just immitate the CA? I guess I'm missing something here right? …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    I'm still not sure I see the benefit. Hiroshe: If your example is correct and my end users have private and public keys and our servers have the same, I …
  • Member Avatar for zachattack05
    zachattack05

    Tweeted How to secure connections over the internet?

    I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would …
  • Member Avatar for zachattack05
    zachattack05

    Tweeted How to secure connections over the internet?

    I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in How to secure connections over the internet?

    > Wondering what exactly? can you clarify... I'm wondering if a Certificate is even necessary. I do understand your examples of a drivers license. I understand the purpose of a …
  • Member Avatar for zachattack05
    zachattack05

    Created How to secure connections over the internet?

    I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching How to secure connections over the internet?

    I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in Accessing SQL Server Data: Best Practices

    Thanks JorgeM. I'm just paranoid about security and with the application, it could be widely distributed and used by people I wouldn't necessarily know so setting up users and IP …
  • Member Avatar for zachattack05
    zachattack05

    Created Accessing SQL Server Data: Best Practices

    Good morning everyone! I haven't been here in a while, but I have a question that I thought someone here might be able to help with. When it comes to …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching Accessing SQL Server Data: Best Practices

    Good morning everyone! I haven't been here in a while, but I have a question that I thought someone here might be able to help with. When it comes to …
  • Member Avatar for zachattack05
    zachattack05

    Marked Solved Status for Random Algorithm Do's and Don'ts?

    Good afternoon! I seem to disappear from this forum for a while then re-appear...I've been so busy with my first born baby girl that I haven't had time to check …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in Random Algorithm Do's and Don'ts?

    ddanbe, I think that might be it. The seed is the same, but varies each time it's run (or is supposed to). I'm going to try that and see if …
  • Member Avatar for zachattack05
    zachattack05

    Replied To a Post in Random Algorithm Do's and Don'ts?

    deceptikon, No, no...it's actually okay for a selection to be made twice in a row. Each time numbers are assigned, it is very possible for the same item to be …
  • Member Avatar for zachattack05
    zachattack05

    Created Random Algorithm Do's and Don'ts?

    Good afternoon! I seem to disappear from this forum for a while then re-appear...I've been so busy with my first born baby girl that I haven't had time to check …
  • Member Avatar for zachattack05
    zachattack05

    Began Watching Random Algorithm Do's and Don'ts?

    Good afternoon! I seem to disappear from this forum for a while then re-appear...I've been so busy with my first born baby girl that I haven't had time to check …

The End.