SharePoint Workflow Wizard in Visual Studio 2008
Visual Studio tools for office 2008 provides variety of workflow templates. Ofcourse, these workflow templates are based on Windows Workflow foundation (WF) . Continuing the efforts of integrating the other technologies usage and making the Visual Studio as a single UI IDE for developing various components of different technology, Microsoft have came up with few workflow templates specific for SharePoint in Visual Studio tools for office. This article will give you sneak preview about the sharepoint workflows and also provide details on why should we use the sharepoint workflow templates of Visual studio 2008.
SnipPit - A snippet Repository
SnipPit is a Visual Studio 2008 Add-In (and a desktop application is included too) that allows for storing, retrieving, and searching for code snippets. It allows for keywords, code/language types, multiple users, public and private snippets. It also provides a right-click menu within VS and comes with a desktop program for use in applicationss other than VS.
Visual Studio 2008 Organize Usings Command
When creating new code files or designers that include code behind the design window, using statements are added automatically. With the Organize Usings command, redundant using commands can be automatically removed and the remaining items can be sorted.
Delete Links from the Recent Projects List on the Start Page of Visual Studio 2003, 2005 and 2008
This application deletes links from the Recent Projects list on the Start page of Visual Studio 2003/2005/2008
A generic List and Dictionary Debugger Visualizer for VS.NET
This is a simple List<T> and Dictionary<T,T> debugger visualizer for Visual Studio.NET 2005 and 2008. The only requirement for it to work in that the classes inside the lists or dictionaries should be marked as [Serializable].
Visual Studio Code Analysis
Visual Studio Team System 2008 now includes code analysis tools in the Development and Team Suite editions. Using the code analysis feature, your code for managed assemblies can be scanned to ensure compliance with standard programming and design rules.
Introducing Visual Studio .NET 2008 - Top 10 Features
After a long beta period, Visual Studio .NET 2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I?d take a moment and list my top ten favorites in no particular order.
Authoring Visual Studio Debugger Visualizers
Visual Studio Debugger Visualizers are a great addition to the developers debugging toolbox. Their purpose is to provide a custom view of data during a debugging session. This article will cover developing a simple string visualizer that allows the string to be replaced during the visualizer session. Additionally, necessary steps to debug your visualizer will be covered.
An Overview of ASP.NET 3.5 and Visual Studio 2008
On November 19, 2007, Microsoft officially released the ASP.NET version 3.5 and Visual Studio 2008. Like with the progression
from ASP.NET 2.0 to 3.0, the features in ASP.NET 3.5 are additive, meaning that the core assemblies installed
from the .NET Framework version 2.0 are still used by the 3.0 and 3.5 versions. The In short, ASP.NET 3.5 doesn't change or
take away or break any functionality, concepts, or code present in 2.0 - it simply adds new types and features and capabilities
to the framework.
This article provides an overview of the new features in ASP.NET 3.5 and the new web/ASP.NET-related features in Visual
Studio 2008.
Creating Visual Studio Add-Ins
Visual Studio provides one of the most powerful IDE's on the market. One under-exploited aspect of this IDE is the extensibility model. Programming IDE's are not static development tools. Development techniques, tools, and concepts change. Extensibility has been built into Visual Studio from its early inceptions. The great thing about Microsoft's foresight is that you can augment functionality of Visual Studio yourself. This article will demonstrate how to extend the Visual Studio IDE using Visual Studio, the .NET Framework, and the Visual Studio Add-In and automation models..