5

I'm a totally blind programmer who would like to learn .net.

It appears that the Visual Studio express editions are not accessible since the scripts that come with Jaws for Windows, the screen reading software I use, requires the VS object model to make Visual Studio accessible. This is not available in the express editions, so the scripts may partially work or not work at all.

None of the options mentioned in this question apply to me and I don't want to spend $500 or more to buy Visual Studio professional when I may never use it for a job.

If I take the time to try out the express versions and run into issues is there any way to contact Microsoft without my questions/feedback being lost in a black hole?

Jared
  • 169
  • 5

2 Answers2

6

You can get a 90 day free trial of Visual Studio at http://www.microsoft.com/visualstudio/ that should enable you to give it a darn good try. If you like it, and you decide you will go into .NET development, you will probably qualify for BizSpark if you decide to make a product you will sell. I agree that if you only intend to use it while working for a large company, you won't qualify, but then your employer will provide it, right?

Beyond that practical information, some general encouragement and suggestions. There was a 2004 video on Channel 9 about an intern who used a screen reader and Braille keyboard to code. It's at http://channel9.msdn.com/Blogs/TheChannel9Team/Kenneth-Spector-Coding-without-seeing-the-screen and while I realize you may not be able to see it, others who use this question later might. In the comments to that video, Sara Ford identified herself as the "go to" person for accessibility at Microsoft and encouraged people to contact her. Sara has since left Microsoft, but I think it's a good bet there is still such a person. I've had remarkable luck calling the main switchboard and asking for "the person who handles" whatever I want to talk about; you could try doing the same thing. That could lead to a conversation about how well Express works with Jaws.

There is an entire Developer Accessibility area on MSDN http://msdn.microsoft.com/en-us/windows/bb735024.aspx although from a quick read it seems to be more about helping developers to write apps that are accessible. However it has a TON of links including to forums and blogs, so perhaps one of them will be helpful. I think you'll find Microsoft will be delighted to help you succeed at this endeavour.

Kate Gregory
  • 17,465
  • 2
  • 50
  • 84
1

Visual Studio community edition appears to provide access to the VS object model. I was able to create a project and do basic code editing with no issues. I've just started but it looks like this solves my issue.

CodesInChaos
  • 5,697
  • 4
  • 19
  • 26
Jared
  • 169
  • 5