Development Tools scripts - Top 4 Download

Development Tools script downloads

AspEventlog

You can log additional information to the site logs using Response.AppendToLog, however, sometimes it is important to see events reported to a more central log of Windows NT itself - the Application eventlog (like the Application_OnStart event in global.asa). You can use Event Viewer immediately to filter for events, without having ...
ASP.NET

Omea Reader

Free and easy to use RSS reader, NNTP news reader, and web bookmark manager. It's fast, it aggregates, and it keeps you organized. Check out the additional features: lightning-fast desktop search, flexible information organizer, contextual access, and quick extensibility for developers who want more.Features- All-in-one feed reader: Read RSS feeds, Atom ...
Unknown

LiveJournalPlugin

This sample plugin for Omea Pro 1.0 and Omea Reader 1.0.2 (and later versions) allows you to subscribe to the RSS feeds of all your LiveJournal friends in one step. The authentication parameters for the feeds will be configured automatically, so that you will be able to see friends-only posts in ...
Unknown

CategoryHotkeys

This sample plugin for Omea Pro allows you to assign hotkeys for each Category. The hotkeys will allow you to assign the Category to the selected resources and to remove the Category from the selected resources. ...

Omea Pro

That means your email, contacts, documents, files, blogs, transcripts, newsgroups, RSS feeds, pics, webpage bookmarks, tasks, and instant messages are all in the same place, so you don’t need to look through a slew of programs and applications anymore.You can use Omea Pro to both read and send email. Your messages ...
Unknown

ReSharper for Visual Studio NET 2003

JetBrains ReSharper for Visual Studio .NET 2003 brings .NET developers intelligent C# code editing and coding assistance features. By intelligent features we mean usage search, powerful refactorings, smart type completion, using assistant and more. In brief, ReSharper truly understands C# code.Key FeaturesError Highlighting and Quick-Fixes ReSharper analyzes and highlights errors in ...
Unknown

IntelliJ IDEA

Basic code completion (Ctrl Space) finalizes a class, method, variable name, and Java keywords, plus commonly used names for fields and variables depending on their type. It can be automatically invoked, popping up the available methods and fields list.The SmartType code completion (Ctrl Shift Space) filters the method and variable list ...
Unknown

ClassView

The "ClassView" add-in is a sample add-in which illustrates how to add a view window to reflector and using the code model, code translation and language writer APIs. ...
ASP.NET

DelphiLanguage

This is the Delphi language rendering module which is included in .NET Reflector. ...
ASP.NET

Code Search

Code Search is an add-in for .Net Reflector that allows searching within the source code. You can search using plain text or regular expressions like >= (try). (catch)?You can search from the Assembly to the Function level. i.e. you can't search within all loaded assemblies at the same time ...
ASP.NET

BizTalkDisassembler

InstallationDownload files and extract Reflector.BizTalkDisassembler.dll into the same directory as Reflector.exe. Go to View | Add-Ins in Reflector, and Add Reflector.BizTalkDisassembler.dll.UsageRight click on the BizTalk assembly and select "BizTalk Server 2006 Artifacts".You should see a list of all artifacts, with their type, name and namespace they were compiled into. Click the ...
ASP.NET

SilverlightBrowser

One of the nice advantages to Silverlight is that you can view the source of a site to see how things work, but with Silverlight 1.1 Alpha that process became more complex. While you can still fish through the JavaScript and Xaml to find the .NET assembly(dll) that is doing all ...
ASP.NET

ComLoader

Lists COM components for browsing and converts them into managed interop assemblies.The menu item to launch this add-in is registered under the 'Tools' menu. ...
ASP.NET

Review

'Review' is a lightweight code annotation tool for Reflector. It can be used during code reviews or API reviews to take notes and pass them to other project members.A review contains a list of code annotations. An annotation is associated to a code element (type, method, etc...) and contains a list ...
ASP.NET

Using WSDL in SOAP applications

Using WSDL in SOAP applications is an introduction to WSDL for SOAP programmers. ...

IronPython

IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining full compatibility with the Python language. ...
Python

Yaptoo

Yaptoo is an enhanced version of yaptu, another templating utility.Features: - separated parsing from execution - added caching of parsed templates - added some error reporting - added a choice of template syntaxes - added comment syntax - added Cheetah-style variable substitution with optional caching of ...
Python

Proposal For winreg

This module provides an advanced, easy-to-use API for accessing and mutating the Microsoft Windows Registry. ...
Python

Determine size of console window

This script is a Python implementation of few lines of C-code that get useful information about current working console on Windows. It may be useful for console application to proper formatting output. Recipe need ctypes package to be installed. When use handle of stdout for determining size of console and connect output of ...
Python

Refreshing the Windows Desktop

Refreshing the Windows Desktop script rewrites a to-do list on the Windows Active Desktop and then refreshes the display. ...
Python