powered by UserVoice

General Forum

Welcome to our feedback forum! We're working away on a brand new version of Developer Fusion. We'd love to hear your suggestions - you can post and vote for ideas here

- James (Founder)

  1. 1 vote

    C# to VB .Net conversion fails

    Sorry, the service appears to be down at the moment. Please try again later - or contact us if the problem persists.

    Trying since last one hour. Still the same.

    Status: completed

    This has been fixed now

  2. 7 votes

    add video tutorials

    Hi..people love to learn from videos these days. Is there any way to upload video tutorials

    Status: completed

    Hi there! We've currently got podcasts at http://www.developerfusion.com/library/media/ and will be including video entries in there very soon!

    If you've got specific videos you'd like included, please drop us a line hello @ developerfusion.com

  3. 2 votes

    AddressOf

    Couldn't translate this to VB, original sample is from http://msdn.microsoft.com/en-us/library/ms771729.aspx
    -----
    startStopButton.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority.SystemIdle, new NextPrimeDelegate(this.CheckNextNumber));

    Status: completed

    Hi Cengiz - I think this is fixed now? Let us know if it's still not working for you. Thanks!

  4. 3 votes

    Object initializers left behind in VB.net -> C#

    public ViewResult Index(int? index)
    {
    return View(new IndexViewModel
    {
    Users = _userService.FindAll(index ?? 0, PageSize),
    Roles = _rolesService.FindAll()
    });
    }

    gets converted to

    Public Function Index(ByVal i As System.Nullable(Of Integer)) As ViewResult
    Return View(New IndexViewModel())
    End Function

    Status: completed

    This has been fixed

  5. 3 votes

    c# to python tool is broken

    The web tool at http://www.developerfusion.com/tools/convert/csharp-to-python/ appears to be broken. I tested in IE8.0.7600.16385 and Firefox 3.6.3 on Win7 x64.

    Status: completed

    Duplicate - you need full C# classes rather than method fragments for it to work. Will get fixed.

  6. 3 votes

    Fix the page http://www.developerfusion.com/tools/convert/vb-to-csharp/

    Get message:

    Oh dear. Gremlins at work!
    Sorry, we had a bit of trouble displaying the page you asked for. Please bear with us - our developers have been notified, and we'll be looking into it as soon as we can.

    Status: completed

    Fixed :)

  7. 17 votes

    IE8 Accelerator

    Create an IE8 Accelerator to translate C# to VB (and vice versa) simply by highlighting code on any webpage.

    Status: completed

    Now available at http://www.ieaddons.com/en/details/translation/C_to_VB_Code_Converter, with thanks to Karl Rosebrock one of our members.

    Enjoy!

  8. 3 votes

    Fix upcoming.org event imports!

    When I try and submit a new developer event, using information I've already added on upcoming.yahoo.com (at http://www.developerfusion.com/community/events/new/) the site tells me that "Gremlins are at work."

    You guys must have a burgeoning Gremlin community - this hasn't been working for a few days now!

    Status: completed
  9. 2 votes

    Advertisement

    please remove the nonsense advertisement from your website.... Due to that u will lose your name.

    Status: completed

    We're working hard to make sure this never happens. If you ever see advertisements that aren't suitable, could you please send us a screen shot to hello @ developerfusion.com? Would be much appreciated!

  10. 2 votes

    When you go to the blog rss, the data is out of date

    When you gvo to the blog rss http://www.developerfusion.com/community/blogfeed/format/rss/
    The data is out of date, the same goes for atom

    Status: completed
  11. 3 votes

    Display username when is login

    User name when display when they login to developer fusion

    Status: completed
  12. 2 votes

    Not able to add my blog in My Account

    Not able to add my blog in My Account.this is my blog http://interviews.dotnetthread.com

    Status: completed

    This should be fixed now. Let us know if you have any further problems.

  13. 3 votes

    include the date, time & location of events in the RSS feed

    I subscribe to the developer events feed (http://www.developerfusion.com/community/events/format/rss/) in Google Reader and think it's great - apart from one major omission. It needs to include the date, time and location of the event in either the title or description within the RSS feed. Otherwise I have to click… more

    Status: completed

    We've now implemented this

  14. 9 votes

    I would like te be able to update what that I just posted

    Sometimes you will notice a typo too late. I would like to be able to update what i just posted

    Status: completed

    We'll be including this as part of the new forums functionality very shortly after launch :)

  15. 2 votes

    the login does not have a persist login check box

    When you log in using the login section at the top, there is no persist login data, which means you have to log in each time.

    Can an option be added to persist the cookie?

    Status: completed
  16. 3 votes

    Fix your page: http://www.developerfusion.com/tools/convert/

    http://www.developerfusion.com/tools/convert/csharp-to-vb/

    Error:
    The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

    Status: completed
  17. 3 votes

    pdf downloads of articles don't work

    When you click on the PDF link at the top of articles, all you get is an empty text document.

    Status: completed

    This has now been fixed. Thanks for the bug report!

  18. 1 vote

    i'm not able to find where should i post a new thread

    HI Soory to say this new members are difficult to post a new thread in this site.Please Add a button saying "Create / New Thread/Post" in top

    Status: completed

    We'll be making this much clearer in the new version of the site !:)

  19. 1 vote

    Change to convert C# to VB does not include line feeds.

    I have been using your converter for a while now. The new versin (with automatic copy code to the clipboard) doesn't appear to include line feeds so that, when I paste the code into VS 2008, the code pastes as a single line.

    Status: completed

    This has been fixed

powered by UserVoice