Content by Category
.NET 1.x
.NET 2.0
.NET 3.0
.NET 3.5
.NET 4.0
.NET 4.5
.NET Assemblies
.NET Framework
.NET Getting Started
Accessibility
ADO.NET
Advertorials
Agile Development
AJAX
Amazon Web Services
Analysis Services
Android
Architecture
Arduino
ASP .NET Web API
ASP.NET
ASP.NET MVC
ASP.NET WebForms
Azure
B2B (Business Integration)
BDD
Big Data
Bing
BizTalk
Book Excerpts
Build and Deploy
Business Intelligence
C#
C++
ClickOnce
Cloud Computing
Code Contracts
CODE Framework Info - non Technical
CODE on the Road!
COM+
Community
Conferences
Continuous Integration
Crystal Reports
CSLA.NET
CSS
Data
Debugger
Design Patterns
Development Process
Display Technologies
Distributed Computing
Document Database
DotNetNuke
DSL
Dynamic Languages
Dynamic Programming
Editorials
Enterprise Services ("COM+")
Entity Framework
Events
Expression Blend
F#
Fox to Fox
Frameworks
Functional Programming
Git
Graphics
HTML 5
Internet Explorer 8.0
Interviews
IOS
iPhone
Iron Ruby
Java
Java Script
JavaScript
jQuery
JSON
Lightswitch
LINQ
Linux
LUA
Mac OS X
MDX
Messaging
Metro
Microsoft Application Blocks
Microsoft Business Rules Framework
Microsoft Dynamics
Microsoft Expression
Microsoft Office
Mobile Development
Mobile PC
Mono
MsBuild
MVVM
MySQL
Network
NHibernate
node.js
NOSQL
Nuget
Object Oriented Development
Objective C
Odata
OLAP
Open Source
Opinion
Opinions
Oracle
ORM
Other Languages
Parallel Programming
Patterns
PHP
Podcasts
Post Mortem
PowerPoint
Print/Output
Prism
Product News
Product Reviews
Project Management
Prolog
Python
Q&A
Rails
Rake
Razor
Reporting Services
REST
RIA Services
Ruby
Ruby on Rails
Scheme
Search
Security
Services
SharePoint
SignalR
Silverlight
SOA
Social Networks
Software & Law
Software Business
Source Control
Speech-Enabled Applications
SQL Server
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server 2012
SQL Server CE/AnyWhere/Mobile/Compact
SSIS
Subversion
Sync Framework
Tablet PC
TDD
Team System
Techniques
Testing and Quality Control
TFS
Tips
TypeScript
UI Design
UML
User Groups
VB Script
VB.NET
Version Control
VFP and .NET
VFP and SQL Server
Virtual Earth
Vista
Visual Basic
Visual Basic 6 (and older)
Visual FoxPro
Visual Studio .NET
Visual Studio 11
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
Visual Studio 2011
Visual Studio 2012
Visual Studio Tools for Office
VSX
WCF
Web Development (general)
Web Services
WebMatrix
WF
Whitepapers
Windows 7
Windows 8
Windows Azure
Windows Live
Windows Phone 7
Windows Phone SDK
Windows Server
Windows Vista
WinForms
WinRT
Workflow
WPF
XAML
Xiine Documentation
XML
XNA
XSLT



Component One


rssbus
 


Xojo

Category: VSX


13 Articles
found and displayed in this view.

  • Welcome Letter from the VSX Team

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710012
    Welcome Letter from the VSX Team

  • History of the VS IDE

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710022
    Doug Hodges is interviewed by Ken Levy discussing the history of the Visual Studio IDE (Integrated Development Environment).

  • How XML Tools Use the Visual Studio SDK

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710042
    I have a funny story about how Visual Studio extensibility works. I work at Microsoft in the SQL Server division focusing on XML technologies and I went to the Visual Studio team a few years ago and asked them if they could build some better XML tools.

  • Domain-Specific Development in Visual Studio

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710072
    The Visual Studio SDK contains tools that make it easy to define and implement graphical Domain-Specific Languages (DSLs) and associated code generators in Visual Studio.The term domain-specific development refers to an approach to software development involving the use of DSLs to drive code generators. The tools contained in the Visual Studio SDK are collectively called the “DSL Tools” and use domain-specific development techniques to create and implement DSLs for use in Visual Studio. This article illustrates the domain-specific development approach through an example, and then shows how you can use the DSL Tools in the Visual Studio SDK to build the DSL used in that example.

  • Creating Visual Studio Add-Ins

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710082
    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.

  • Learning the Visual Studio SDK with VSSDK Assist

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710092
    VSSDK Assist makes it easier to start extending Visual Studio using the Visual Studio SDK (VS SDK).

  • VSMessenger: Taking the Extensibility Plunge

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710102
    Visual Studio Extensibility can appear daunting to the uninitiated.This article will look at the blogging effort on VSSDK.com, as well as the VSMessenger sample application, and examine how they improve overall approachability to Visual Studio Extensibility.

  • XPathmania: Extending the XML Editor in Visual Studio 2005

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710112
    Though the XML Editor in Visual Studio 2005 has many improvements, it still lacks support for writing and testing XPath queries. In this article, I’ll show you how to leverage the Visual Studio SDK to extend the XML Editor to allow you to write and text XPath queries in Visual Studio 2005.

  • Creating and Distributing Packages with the Visual Studio SDK

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710062
    Visual Studio is a great tool on its own and it can be extended.By using the Visual Studio SDK (VS SDK), one can create powerful extensions to fit almost any developers’ needs.

  • Introduction to the Visual Studio 2008 Shell

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710032
    In the next Visual Studio wave of products, Microsoft will distribute its world-class IDE freely via its VS 2008 Shell offerings. In this article, I will give an overview of what the Shell is, what it contains, and how you can start leveraging it to start creating your own tools IDE.

  • Visual Studio SDK Tips and Tricks

    Magazine/Issue: CoDe Focus Magazine, 2008 - Vol. 5 - Issue 1 - Extensibility
    Release Date: Thursday, September 27, 2007
    Quick ID: 0710052
    Extensibility in Visual Studio is a bit like science and technology-there is always more to learn and discover even for the experts. In this article, I’ll present a few tips and tricks you may find helpful when creating packages with the Visual Studio SDK.

  • Deconstructing Add-In Architecture in Visual Studio .NET

    Magazine/Issue: CoDe Magazine, 2003 - November/December
    Release Date: Monday, October 27, 2003
    Quick ID: 0311081
    Visual Studio .NET provides an incredible leap forward from its predecessor in terms of functionality, but eventually, every developer finds a sought-after feature that just seems overlooked. VS.NET provides great features and capabilities, from intelligent wizards to very useful drag-and-drop functionality such as that provided by the Server Explorer tool window. If there's a problem, it could be one of too much success. A simple stroll through the IDE reveals feature after productivity-inducing feature, providing the developer with a high set of expectations. Eventually, you may find that an expected feature is missing. Fortunately, Microsoft included a very powerful extensibility model, allowing integration of new, custom features directly into the IDE.

  • Extending Your Development Experience with the Visual Studio Gallery

    Magazine/Issue: Online CoDe Magazine, Publisher's Point
    Release Date: Monday, January 01, 1753
    Quick ID: 99080053
    There are some big, exciting changes happening around Visual Studio! Microsoft is shifting the focus of VS from being just a developer tool to being an entire platform. As part of that shift, the Visual Studio Gallery web site went live on Feb 27, 2008. The site is your one-stop resource for cool productivity tools called Visual Studio extensions. An addition to CodePlex’s repository of collaborative projects and CodeGallery’s place to find sample apps and code snippets, Visual Studio Gallery is THE place to find extensions targeted at Visual Studio. Extensions can be anything from macros to item, project or solution templates to add-ins to full-blown extensibility packages. You’ll find both free and paid extensions built by both professional companies and community members.


 

Xojo

  LearnNow


RssBus