InfoQ Homepage Visual Studio Content on InfoQ
-
-
Generating Linux Appliances from Visual Studio
Novell has released SUSE Studio, a tool used for creating Linux appliances. Related to that, the Mono team has created a plug-in to generate such SUSE powered appliances from within Visual Studio.
-
Develop Flex Application with Microsoft Visual Studio – Amethyst IDE
It’s always a developers’ wish that they can reuse their acquired skills to apply them to new technologies. Amethyst IDE from Sapphire Steel Software is such tool that allows .Net developers start developing Adobe Flex or AIR applications from their familiar Visual Studio environment.
-
Latest F# Breaks Binary Compatibility
Microsoft has included F# in VS 2010 Beta 1 and has released a corresponding CTP update for VS 2008. The latest binaries, version 1.9.6.16, are not compatible with previous ones, v. 1.9.6.2, meaning all previous code needs to be recompiled.
-
memcpy() Is Going to Be Banned
The memcpy() function has been recommended to be banned and will most likely enter Microsoft’s SDL Banned list later this year. memcpy() joins the ranks of other popular functions like strcpy, strncpy, strcat, strncat which were banned due to their security vulnerability through buffer overruns.
-
SQL Enlight T-SQL Analyzer
SQL Enlight is a tool designed to expedite and facilitate T-SQL development through code analysis and templating. SQL Enlight integrates into MS Visual Studio and SQL Management Studio.
-
ReSharper 4.5 Beta Promises Better Performance
A few days ago ReSharper 4.5 Beta was released by JetBrains. This new version promise better performance and less memory consumption. New features include VB9 support, native MSTest support, "Go to Implementation" and improved compatibility with F#, Compact Framework and Silverlight.
-
Using T4 in ASP.NET MVC
ASP.NET MVC is using T4 (Text Template Transformation Toolkit) to generate the code behind the scenes when a Controller or a View is added to a project. T4 is a fully customizable text generator based on templates.
-
Visual Studio 2008 Extensions for SharePoint 1.3 CTP Released
Microsoft has released a CTP of the new version of Visual Studio 2008 extensions for SharePoint (WSS). VSeWSS v1.3 includes several improvements SharePoint development including installation on x64 Windows Server, command line build, and improvements in the WSP View pane.
-
Code2Plan, a Free Visual Studio Agile Project Management Add-in
Jesse Johnston and Denis Morozov created code2plan, an Agile software project management tool, as a beta Visual Studio add-in and released it for free. The tool also runs as a stand-alone application that can be used to track projects, iterations, user stories, features, tests, defects and builds.
-
StickyNotes for Visual Studio 2008
StickyNotes is a Visual Studio plug-in allowing the creation of sticky notes attached to documents of a solution. There is a free community version and also a professional one.
-
WiX: The Future of Setup/Deployment Projects for Windows Developers
Setup/Deployment Projects are currently strongly tied to the Visual Studio IDE itself. This makes it unnecessarily difficult to build setup/deployment projects from tools such as NAnt and MSBuild. Microsoft will be addressing this by replacing the venerable tool with WiX, their open-source Windows Installer XML toolset.
-
LiveRun – Taking REPL One Step Sideways
Visual Studio doesn't have much support for REPL-style coding, which is unfortunate as the situations where that would be really useful aren't going away. As a work-around Lucian Wischik offers LiveRun, a VS plug-in that constantly runs a program as its being written. This makes for a useful, though not perfect, tool for presentations and just trying things out.
-
Presenting the VS 2010 Roadmap
Rico Mariani, Chief Architect of Visual Studio, talks about the long term plans for Visual Studio 2010. His emphasis is on two key areas, extensibility and performance.
-
CodeRush Xpress for C# Freely Available
DevExpress has announced the availability of CodeRush Xpress for C#, a free add-in for Visual Studio 2008. CodeRush Xpress offers code navigation features like Highlight All References, Smart Clipboard Operations, Generate from Using (TDD), and 25 code refactoring features like Make Explicit, Make Implicit, Name Anonymous Type, and others.