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)
-
12 votes
Add ability to mark a problem as solved to ease helping devs
I would find it easier if posts were marked as solved so i could concentrate on the ones that were unsolved
Status: plannedThis functionality is already planned in the new forums! It might not make it for the very first release, but will follow shortly after :)
-
11 votes
-
9 votes
add code challenges for developers to learn from each other
bouncing ideas of other developers and learning from set scenarios is a great way of increasing the skills base of the developers using the site
-
8 votes
Add support for newbies in asp.net
This will help support those new aspirants for asp.net to be more knowledgeable in programming c# and vb.net especially the newbies/
We'll be increasing the number of articles we're publishing on Developer Fusion, and hopefully with the improved forums you'll find it easier to ask questions too! Hopefully that will solve your request?
-
8 votes
when hovering a member name, popup a small window for detail
i imagine you will be able to show things like, recent solutions, portfolio links, pm etc etc
Status: plannedWe'll be including a basic version of this in our forum area to start with, but will expand out to include "quick links" off to various related pages. Would be great to get your feedback once it's up.
-
7 votes
Improve messaging so you can see new messages
Some blinking envelope would make enough :)
Status: plannedThat's a great idea! PMing might be temporarily switched off for the new site, but when it returns I'll make sure that gets included
-
7 votes
add video tutorials
Hi..people love to learn from videos these days. Is there any way to upload video tutorials
Status: plannedHi 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
-
6 votes
allow me to hide my profile from unauthenticated users.
When I google myself, I came across my developerfusion profile. Would much rather it would be possible to hide this.
-
6 votes
Go back to the old Dev Fusion...
Not too keen on this new one when the old one worked perfectly. Too hard to navigation and it seems very closed-scope.
-
4 votes
Perception is difficult to handle
I am sorry to say this, Existing site is very easy to handle many things. I am not find where is my existing thread and create for new thread.
Do need changed.
-
3 votes
Try tagging groups 4 tagging
see my blog for main idea of tagging groups, and in case of interrest I will gladly debate concretes, or help to implement.
Status: under review -
3 votes
Unable to correctly convert .Find list collection
First of all your C#toVB,VBtoC# conversion tool is awesome.. but comes dealing with generic list conversion, I encounter error as shown:
I am currently converting this C# code:
DataReceived findItem = myDataList.Find(
delegate(DataReceived d)
{
... more -
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.Nullab... more
-
3 votes
The converted C# code when I copy it would include the line nubmers, how to get rid of that?
I converted VB.net to C# here. The problem is when I copy the C# code to past back in my VS, all the line numbers of the code came with it. How can I get the converted C# code without the line numbers? Thank you.
-
3 votes
single quotes are not accepted
single quotes are not yet captured as they are, maybe you can replace it with `, ü
Status: under review -
3 votes
abandon kilometres as the measurement. This is England sir!
When browsing events the other events in the area have their distance shown in kilometers, even when the county the events are in don't use kilometers as their default measure.
Damn you Brussels! What next, straight bananas?
Status: under review -
3 votes
Create a Firefox addon
hi, i often use your tool whilst browsing. I often find code snippets online in VB .Net. I usually need these in c# or i find them easier t read in c#. I would like to see maybe a firefox addon.
Something like:
1) Highlight code
2) right click, Convert To, VB
or
2) right click, Convert To, C#... more -
3 votes
Chrw -> Strings.Chrw() Not Compilable
VB to C# converter takes Chrw(x) calls into Strings.Chrw(x). Should be to Convert.ToChar(x)
-
3 votes
Search for similar Posts & new version needs more glow
Hi James, Thanks for DeveloperFusion.com . I got few sugesstions:
- Whenever a new post is about to be added, i.e. when while writting a post, at the time of entring Title for the post , a popup or some label can display similar posts. This will help the user to easily find the answer he is lo... more
