Free or commercial code analysis service for Visual Basic - vb.net

Anyone know a good code analysis service or tool for vb.net? Like the one for c# with visual studio 2008 team edition or style cop for c#
Update:
My bad ,I am only using the visual studio pro in my new work place,so I could not use the code analysis for visual studio 2008 team edition

I believe that Code Analysis works on VB.NET code as well.
I just tested it, and it does work.

FxCop seems reasonable.

Besides, you can use
NDepend http://www.ndepend.com
Gendarme from Mono. http://www.mono-project.com/docs/tools+libraries/tools/gendarme/
ReSharper http://www.jetbrains.com/resharper/

Related

Modifying and running VB.net project in Visual Studio Code?

Is it possible to modify and run existing VB Visual Studio 2010 projects in Visual Studio Code? I have some VB.NET projects that I would like to open in visual studio code and I haven't found anything online that says whether or not this is possible. Drag and drop functionality isn't necessary for me, I only care about being able to run the source code.
I'm running Ubuntu 14.04 if that makes any difference.
Thanks in advance!
You can use Visual Studio Code to edit any text file you want.

Where can I find the create unit tests command in Ms visual basic 2010 express?

I am using Microsoft Visual Basic 2010 Express and I can't find the 'create test unit' command in the context menu.
I have tried this link: Where is the "Create Unit Tests" selection? and did not get solution. Please help.
I'm struggling to find a definitive product comparison link, but I'm pretty sure that Visual Basic Express 2010 does not support Unit Tests, at least the 2008 edition definitely doesn't:
http://download.microsoft.com/download/5/f/e/5feb6914-bcdf-432f-81c7-e386812b086a/VisualStudio2008-ProductComparison-v1.08.pdf
The link you posted refers to fuller Visual Studio 2010 versions.
Upgrade, or look into possible 3rd party plugins for your edition which can unit test.

Jade Syntax Highlighting in Visual Studio 2013

I wonder if there is an option I missed in Visual Studio 2013 to get the Jade syntax highlighting to work?
There is a pretty good integration of Node.js, Express and Jade in Visual Studio 2013, but it seems it lacks a proper syntax highlighting.
In that WebMatrix Tool of Microsoft the Jade syntax works pretty well and I dont't get because of what that features is missing in VS 2013. Maybe I made a mistake at some point of installation, project creating, missed an option or something like that.
In the new NTVS beta version I found this today and it works great:
NTVS supports the following:
...
Jade syntax highlighting -- New for Beta
...
For a download and more information see the Node.js Tools for Visual Studio project site on CodePlex.
I looked into it a couple of months ago and didn't find any resources for handling Jade better in Visual Studio at the time and there may not currently be any solution short of writing the tools you need yourself.
With that said, I did ask one of the developers behind a popular build extension for using languages like LESS or CoffeeScript in Visual Studio if he's considered adding Jade support and his answer was that they're working on it. I unfortunately have no idea what the timeline would be.
Sorry I don't have a better answer for you, I'm hoping for a solution as well. In the meantime I found a combination of Visual Studio, Sublime Text and Prepros works well enough for now.

Board Support Package

Currently our BSP is built using Visual Studio 2005. I would like to update this to use VS 2010 at the very least, preferably 2012. I have not been able to find anything that will allow me to do this. I tried to upgrade the project to VS 2008, but it failed to load the project. I was wondering if anybody had some ideas or could at least point me in the right direction.
Visual Studio 2008 does support the Platformbuilder Plugin and creating Applications for Win CE, however the import wizard is not perfect, you may need to change some settings by hand.
Visual Studio 2010 does not support creating BSPs or applications for Win CE.
Visual Studio 2012 will support creating of BSPs and applications for Windows Embedded Compact 2013.
It also includes a new faster version of the .Net Compact Framework.
http://blogs.msdn.com/b/windows-embedded/archive/2012/11/14/windows-embedded-compact-v-next-uncovered.aspx
http://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2012-Virtual-Launch/Visual-Studio-2012-support-for-Windows-Embedded-Compact

Integrate Visual Basic 2010 Express with Team Foundation Server?

I've used MS Visual Basic 2010 Express to build a very simple VB.Net Windows app. I need to check the code into our Team Foundation Server Source Control. Is there a TFS plug-in for VB Express? If not, do I need to check the code in manually?
You will have to do it manually as stated here .
Given my experience with TFS I would check the code in manually. Package it all up nicely and get one changeset for the lot.
TFS isn't supported in any of the express editions of Visual Studio. I'm not sure if TFS is integrated into Windows Explorer for manually updates and commits. Other with experience would need to comment.