Stories recently tagged with 'Plugin'

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

submitted by powerrushpowerrush(3873) 2 years 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: 32

tags: another

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

submitted by Jabrown85Jabrown85(120) 2 years, 11 months 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: 401

tags: another

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

submitted by APIJunkieAPIJunkie(539) 3 years, 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: 498

tags: another

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

submitted by JemmJemm(9604) 3 years, 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: 13

tags: another

DZone PlugIn for Windows Live Writer(johnpapa.net)

submitted by dzonedzone(95) 3 years, 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: 82

tags: another

DotNetKicks PlugIn for Windows Live Writer(johnpapa.net)

submitted by BlueDog7BlueDog7(370) 3 years, 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: 27

tags: another

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

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 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: 304

tags: another

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

submitted by TroyMGTroyMG(2670) 4 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: 17

tags: another

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

submitted by armenczarmencz(220) 4 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: 4

tags: another

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

submitted by vbnotebookvbnotebook(655) 4 years, 4 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: 33

tags: another

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

submitted by bayarsaikhanbayarsaikhan(830) 4 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: 23

tags: another

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

submitted by marcoowmarcoow(185) 4 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: 122

tags: another

GhostDoc 2.1.0 Released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 4 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: 7

tags: another

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

submitted by crpietschmanncrpietschmann(11.3k) 4 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: 209

tags: another

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

submitted by adventureradventurer(2244) 4 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)

submitted by .NetKicks.NetKicks(1304) 4 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: 30

tags: another