Stories recently tagged with 'Plugin' Subscribe to this feed

Working with the Managed Extensibility Framework (TOC) (randomactsofcoding.blogspot.com)

submitted by powerrushpowerrush(3754) 27 days, 16 hours ago

Have you ever attempted to write an extensible application? You know the kind. The applications where your boss wants to be able to add stuff to it without rewriting the entire application and with minimum costs. Or the type of application you want to release out to the community and provide a way for them to add their own customizations to it. read more...

add a comment | category: | Views: 3

tags: another

Creating a badge icon plugin with jQuery (rndnext.blogspot.com)

published 11 months, 15 days ago, submitted by Jabrown85Jabrown85(120) 11 months, 15 days ago

This is a quick run down on a simple jQuery plugin that will place an image over an element. read more...

1 comment | category: | Views: 282

tags: another

Building Firefox Plugins using Visual Studio (blog.apijunkie.com)

published 1 year, 4 months ago, submitted by APIJunkieAPIJunkie(475) 1 year, 4 months ago

If you use Visual studio as a development environment and want to develop plugins for Firefox here are a few points to help you get started. read more...

add a comment | category: | Views: 459

tags: another

Managed Extensibility Framework Preview Available (blogs.msdn.com)

submitted by JemmJemm(9400) 1 year, 8 months ago

The MEF provides developers with a framework to easily add extensibility to their applications and with minimal impact on existing code. The application developer can define extension points according to the functionality required of an extension, while the extension developer uses those points to interact with the application. read more...

add a comment | category: | Views: 8

tags: another

DZone PlugIn for Windows Live Writer (johnpapa.net)

published 1 year, 8 months ago, submitted by dzonedzone(95) 1 year, 8 months ago

John Papa has written an excellent new plugin for Windows Live Writer that makes it super-easy to include a DZone widget in every posting you write! Want more traffic? Use this in combination with his dotNetKicks plugin, and watch your numbers climb! read more...

1 comment | category: | Views: 79

tags: another

DotNetKicks PlugIn for Windows Live Writer (johnpapa.net)

published 1 year, 9 months ago, submitted by BlueDog7BlueDog7(365) 1 year, 9 months ago

John Papa created a plugin for WIndows Live Writer that will customize a DotNetKicks link in a blog post. read more...

add a comment | category: | Views: 23

tags: another

A Silverlight Calculator with pluggable functions and skins (blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.1k) 1 year, 10 months ago

OK so I finally found some time to start playing around with SL2 B1 in earnest this last weekend. The results? A Silverlight Calculator. I don’t know why but a calculator has always been my HelloWorld, every new programming language or UI stack I learn always starts with a calculator. This thing has Custom Skinning and AddIn support built in. read more...

add a comment | category: | Views: 165

tags: another

BlogEngine Extension: Copy Code to Clipboard (www.squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 1 month ago

An extension for BlogEngine.net that adds a "copy to clipboard" link to all code posted via Windows Live Writer's Code Snippet plugin. read more...

add a comment | category: | Views: 11

tags: another

How to Create Plug-in for Windows Live Writer? Simple Content Source. (blog.dotnetstyling.com)

submitted by armenczarmencz(220) 2 years, 2 months ago

Blog post illustrates how to write simple plugin for Windows Live Writer. Writing content source plugin for Live Writer takes just a couple of minutes. read more...

add a comment | category: | Views: 3

tags: another

How To Create Application Plug-ins In VB.NET (vbnotebookfor.net)

submitted by vbnotebookvbnotebook(655) 2 years, 3 months ago

This article walks you through the steps to create application plug-ins using Reflection in VB.NET read more...

add a comment | category: | Views: 26

tags: another

Most Useful 20+ Visual Studio A (www.plentyofcode.com)

published 2 years, 6 months ago, submitted by bayarsaikhanbayarsaikhan(830) 2 years, 6 months ago

I have collected list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. read more...

3 comments | category: | Views: 11

tags: another

.Net Documentor - Productivity Features for VS2005 code documentation (formpage.de)

submitted by marcoowmarcoow(185) 2 years, 7 months ago

.Net Documentor is a Visual Studio 2005 Extension that adds productivity features to the IDE's source code documentation fecilities, e.g.: - recursive documentation of all elements in a project (with optional insertion of task shortcuts) - recursive documentation of a type and its members - automatic application of custom text snippets to properties, events and constructors - reuse of base type's documentations read more...

1 comment | category: | Views: 115

tags: another

GhostDoc 2.1.0 Released (weblogs.asp.net)

published 2 years, 7 months ago, submitted by .NetKicks.NetKicks(1295) 2 years, 7 months ago

Another version of GhostDoc, a VS-Plugin making the sourcecode documentation as easy as ctrl+shift+D, has been released on Jun 24 2007 by Roland Weigelt. He added VB.Net support and better handling of event documentation. read more...

add a comment | category: | Views: 6

tags: another

New System.AddIn Namespace in .NET 3.5 (www.danielmoth.com)

submitted by crpietschmanncrpietschmann(11.1k) 2 years, 7 months ago

Anybody that has built an application that supports AddIns (aka add-in, plug-in, etc) knows that there are many design decisions to make and quite a few subtleties in implementing those decisions in particular when it comes to discovering addins, version resiliency, isolation from the host etc. In NetFx 3.5 (part of "Orcas"), a whole bunch of classes do all this work on your behalf and all you have to do is make simple method calls to configure the behaviour. read more...

add a comment | category: | Views: 148

tags: another

.Net Adventures : View Source Reflector Plugin for Silverlight (devintelligence.com)

published 2 years, 8 months ago, submitted by adventureradventurer(2131) 2 years, 8 months ago

Ernie Booth has wrote plugin for Lutz Roeder’s Reflector that takes a URL to a Silverlight host page and locates the assembly for that page. read more...

add a comment | category: | Views: 5

tags: another

Visual Studio Plugin GhostDoc 2.0.0 Released (weblogs.asp.net)

published 2 years, 9 months ago, submitted by .NetKicks.NetKicks(1295) 2 years, 9 months ago

Roland Weigelt released version 2.0 of his XML-Comment generator plugin for visual studio. It now runs under Vista and he added support for Orcas. All changes can be found in the changelog on his blog. For downloads visit http://www.roland-weigelt.de/ghostdoc/ . read more...

add a comment | category: | Views: 12

tags: another