Search results for query: *

  1. Administrator

    ByVal is "gone"

    John, Do you have a link to a good list of what's changed for VB'ers in VS 2010 SP1?
  2. Administrator

    Forum's css

    I'll look at it. It's the only thing that pays for this site.
  3. Administrator

    Forum's css

    It's these dang blammit ads! They changed the code so they load async and therefore the page layout was shifting when the ads loaded. About an hour ago I added a div to fix the height so it wouldn't shift as bad. How is it for you now?
  4. Administrator

    Save multiple dataTables in XML file and read XML

    Look into the DataSet (and DataTable) methods available such as WriteXml and ReadXml
  5. Administrator

    ByVal is "gone"

    Awesome! Thanks for sharing the info.
  6. Administrator

    Internet Explorer 9 Available

    Download Internet Explorer 9 - Microsoft Windows
  7. Administrator

    Visual Studio 2010 Service Pack 1

    Download details: Microsoft Visual Studio 2010 Service Pack 1 (Installer)
  8. Administrator

    New Connection database !!! ....... Help

    What exactly is your question? This dialog allows you to create a new connection (connection string, etc.) to connect to a data source. Click the ? on the top right of the dialog may also help you, i.e. reference the documentation.
  9. Administrator

    Forum spam

    I'm checking into it, thanks! I'll disable visitor messaging as well, not sure I see a need for it.
  10. Administrator

    Time tracking software suggestions?

    Hello, I'm looking for suggestions for time tracking solutions for my sub-contractors and/or employees. Anyone have experience with anything they like or products to avoid? I'm having a problem getting "accurate" time sheets and want to provide a solution that will get better results...
  11. Administrator

    FYI Good article on ASP.NET performance tuning

    And this one too: http://msdn.microsoft.com/en-us/library/ms998549.aspx
  12. Administrator

    FYI Good article on ASP.NET performance tuning

    Here is an article you may want to save to your favorites: Common performance issues on ASP.NET web sites - MCS UK Solution Development Team - Site Home - MSDN Blogs
  13. Administrator

    The forum must be broken.

    Stugol, move on, let's get back to programming. My mods are free to do as they wish to keep the best interest of this forum. We're here to get help or give help regarding programming. Issue is closed for discussion. Thank you.
  14. Administrator

    Question Hiring your first employee, what lessons have you learned?

    Hello fellow devs: I've been self-employed for a number of years and I'm happy to have a problem where I cannot keep up with the demand. It is time to grow! I need to hire and I'm interested in hearing from those of you that have made your first hire. Did you hire as a contractor first...
  15. Administrator

    Expression Encoder 4 Pro at a steep discount

    MSDN subscribers, your Expression Encoder 4 Pro does NOT have codecs included as stated in the about screen. You can get the full version with codes at a steep discount. E-mail the address in the link below and an automated reply will provide you a coupon to get it for 49.99 instead of 199.99...
  16. Administrator

    Visual Basic support for Windows Phone 7 RTW

    VB Goes Mobile: Announcing
  17. Administrator

    Free eBook: Programming Windows Phone 7 by Charles Petzold

    For those interested in programming for the new Windows Phone 7, here is an e-book you may want to download. It's free as of this writing. http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx
  18. Administrator

    Tip Protecting your DLL's from being referenced by other than your app

    I read a nice article in CODE magazine this month by Paul Sheriff on protecting code. Nice tip on strong naming and protecting your assemblies from other users referencing your DLL's. Keep in mind this does NOT work on ASP.NET. CODE Magazine - Article: Licensing and Obfuscation
  19. Administrator

    Question How to use /delaysign in VS 2010?

    Yeah, I failed to mention that there is a problem, in my scenario with using the project settings UI. I have three build configurations: Debug, Release, Distribution. Distribution is the one that uses DelaySign as it gets obfuscated. The other two release configurations do not get delay...
  20. Administrator

    Question How to use /delaysign in VS 2010?

    I need to delay sign my assemblies in prep for obfuscation. In the past I've used the DelaySign attribute in the Assembly.vb file. It has green squiglies and says to use /delaysign instead. Well, how/where do we do this? How can you tell VS 2010 to add attributes to the compiler? Thx
Back
Top