<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>SharpToolbox Latest Additions</title>
    <link>http://sharptoolbox.com/</link>
    <description>List of the latest added tools on SharpToolbox.com</description>
    <managingEditor>info@NOSharpToolboxSPAM.com</managingEditor>
    <webMaster>info@NOSharpToolboxSPAM.com</webMaster>
    <language>en</language>
    <copyright>Fabrice Marguerie</copyright>
    <pubDate>Sat, 04 Jul 2009 07:50:33 GMT</pubDate>
    <lastBuildDate>Sat, 04 Jul 2009 07:50:33 GMT</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://z.sharptoolbox.com/style/LogoForRss.png</url>
      <title>SharpToolbox Latest Additions</title>
      <link>http://sharptoolbox.com/</link>
    </image>
    <item>
      <title>WPF Localization Extension</title>
      <link>http://sharptoolbox.com/tools/wpf-localization-extension</link>
      <guid>http://sharptoolbox.com/tools/wpf-localization-extension</guid>
      <category>Localization</category>
      <pubDate>Wed, 24 Jun 2009 15:53:10 GMT</pubDate>
      <description>&lt;p&gt;Localization solution for WPF.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- supports binding-like write style, such as Text="{LocText ResAssembly:ResFile:ResKey}"
&lt;br /&gt;- based on .resx resource files
&lt;br /&gt;- works with the .resx-fallback mechanism (e.g. en-us -&amp;gt; en -&amp;gt; independent culture)
&lt;br /&gt;- supports culture forcing (e.g. "this has to be english all the time")
&lt;br /&gt;- works with dependency properties and non-dependency properties
&lt;br /&gt;- works with control templates
&lt;br /&gt;- offers DesignValue to support custom values during design mode
&lt;br /&gt;- can be used in xaml without any additional namespace
&lt;br /&gt;- can be used in code behind to bind localized values to dynamic generated controls
&lt;br /&gt;- implements INotifyPropertyChanged
&lt;br /&gt;- supports string formating
&lt;br /&gt;- supports prefix and suffix values
&lt;br /&gt;- supports language switching at run-time
&lt;br /&gt;- built-in support for Text, upper Text, lower Text, Images, Brushes, Double, Thickness and Flow direction&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/localization"&gt;Localization&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/wpf-localization-extension"&gt;more about WPF Localization Extension&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>HTMLItemComboBox</title>
      <link>http://sharptoolbox.com/tools/htmlitemcombobox</link>
      <guid>http://sharptoolbox.com/tools/htmlitemcombobox</guid>
      <category>Web controls</category>
      <pubDate>Sat, 16 May 2009 17:19:54 GMT</pubDate>
      <description>&lt;p&gt;ASP.NET control similar to ASP.NET's ComboBox but only having to define the items as text
&lt;br /&gt;In the HTMLItemComboBox you can use any HTML item as input. That means for example you could define a ComboBox of images, italic words and any other HTML
&lt;br /&gt;items you wish. Therefore you can have a ComboBox that contains different type of items.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/web-controls"&gt;Web controls&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/htmlitemcombobox"&gt;more about HTMLItemComboBox&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ListTransfer</title>
      <link>http://sharptoolbox.com/tools/listtransfer</link>
      <guid>http://sharptoolbox.com/tools/listtransfer</guid>
      <category>Web controls</category>
      <pubDate>Sat, 16 May 2009 17:18:38 GMT</pubDate>
      <description>&lt;p&gt;ASP.NET server control used for transferring items from one ListBox to another or moving items up and down in one ListBox.
&lt;br /&gt;By using ListTransfer we could categorize data into different groups according to their criteria. We could move all the items at once into another ListBox or select specific items for transferring.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/web-controls"&gt;Web controls&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/listtransfer"&gt;more about ListTransfer&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>TimePicker</title>
      <link>http://sharptoolbox.com/tools/timepicker</link>
      <guid>http://sharptoolbox.com/tools/timepicker</guid>
      <category>Web controls</category>
      <pubDate>Sat, 16 May 2009 17:15:16 GMT</pubDate>
      <description>&lt;p&gt;ASP.NET server control for showing time in specific ways.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Consists of three main DropDownList for showing hour, minute and second
&lt;br /&gt;- As default it shows the current time
&lt;br /&gt;- Choice of showing time with AM/PM mode or by 24 hour mode
&lt;br /&gt;- DropDownList for selecting AM or PM
&lt;br /&gt;- Possible to hide the second part of the TimePicker
&lt;br /&gt;- Define intervals for minutes and seconds&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/web-controls"&gt;Web controls&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/timepicker"&gt;more about TimePicker&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PureObjects</title>
      <link>http://sharptoolbox.com/tools/pureobjects</link>
      <guid>http://sharptoolbox.com/tools/pureobjects</guid>
      <category>Code generation</category>
      <pubDate>Sat, 16 May 2009 16:56:09 GMT</pubDate>
      <description>&lt;p&gt;Free web based code generator that builds several major portions of a .NET application including the database access layer, stored procedures, business, and model layers for C# and VB.NET.
&lt;br /&gt;&lt;br /&gt;PureObjects generates the following:
&lt;br /&gt;- C#/VB.NET Model Object Class code
&lt;br /&gt;- C#/VB.NET Data Layer code
&lt;br /&gt;- SQL table create script
&lt;br /&gt;- SQL CRUD stored procedures scripts&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/code-generators"&gt;Code generation&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/pureobjects"&gt;more about PureObjects&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stubs</title>
      <link>http://sharptoolbox.com/tools/stubs</link>
      <guid>http://sharptoolbox.com/tools/stubs</guid>
      <category>Testing</category>
      <pubDate>Sat, 16 May 2009 12:47:05 GMT</pubDate>
      <description>&lt;p&gt;Lightweight stub framework solely based on delegates, type safe, refactorable and fully source code generated.
&lt;br /&gt;Stubs was designed to support the Code Contracts runtime writter and provide a minimal overhead to the Pex white box analysis.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Delegate based
&lt;br /&gt;- Source code generated: No dynamic code, no Reflection Emit, no expression trees, just good old plain C#
&lt;br /&gt;- Type safe: No magic strings, all stubs are type safe and refactorable
&lt;br /&gt;- Lightweight: With the stubs, the overhead of calling a stubbed method is one virtual call
&lt;br /&gt;- Debugging support: You can step through, in and out of stubbed members
&lt;br /&gt;- Pex and Code Contracts friendly
&lt;br /&gt;- Non-sealed Classes and Virtual Methods
&lt;br /&gt;- Visual Studio integration&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/tests"&gt;Testing&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/stubs"&gt;more about Stubs&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>CryptoLicensing For .Net</title>
      <link>http://sharptoolbox.com/tools/cryptolicensing-for-net</link>
      <guid>http://sharptoolbox.com/tools/cryptolicensing-for-net</guid>
      <category>Licensing</category>
      <pubDate>Sat, 16 May 2009 12:39:15 GMT</pubDate>
      <description>&lt;p&gt;Adds licensing, copy-protection and activation capabilities.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Support for hardware-locked and activated licenses
&lt;br /&gt;- Support for floating licenses
&lt;br /&gt;- Variety of licensing rules: Create cryptographic licenses for full versions of your software; Create evaluation or trial versions; Add online or manual activation and hardware locking; On-demand licenses; Subscription licenses; etc.
&lt;br /&gt;- Ready-to-use license server
&lt;br /&gt;- Support for evaluation licenses
&lt;br /&gt;- Support for Windows Forms, WPF, ASP.NET and console applications and libraries
&lt;br /&gt;- Support for Winforms, WPF and ASP.NET control and component licensing with separate design-time and run-time licenses
&lt;br /&gt;- Support for embedding any amount of additional user-data in the license
&lt;br /&gt;- CryptoLicensing Generator API&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/licensing"&gt;Licensing&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/cryptolicensing-for-net"&gt;more about CryptoLicensing For .Net&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Silverlight Toolkit</title>
      <link>http://sharptoolbox.com/tools/silverlight-toolkit</link>
      <guid>http://sharptoolbox.com/tools/silverlight-toolkit</guid>
      <category>SVG - XAML - WPF - Silverlight</category>
      <pubDate>Thu, 19 Mar 2009 14:29:25 GMT</pubDate>
      <description>&lt;p&gt;Collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle.
&lt;br /&gt;The Silverlight Toolkit adds new functionality for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. It includes full source code, unit tests, samples and documentation for 16 new controls covering charting, styling, layout, and user input.
&lt;br /&gt;&lt;br /&gt;Components: AutoCompleteBox, DockPanel, Expander, HeaderedContentControl, HeaderedItemsControl, Label, NumericUpDown, TreeView, Viewbox, WrapPanel, Accordion, Charting, DomainUpDown, ImplicitStyleManager, LayoutTransformer, TimePicker, TimeUpDown, TransitioningContentControl.
&lt;br /&gt;Also provides 11 themes.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/svg-xaml"&gt;SVG - XAML - WPF - Silverlight&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/silverlight-toolkit"&gt;more about Silverlight Toolkit&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ContractDriven.NET</title>
      <link>http://sharptoolbox.com/tools/contractdriven.net</link>
      <guid>http://sharptoolbox.com/tools/contractdriven.net</guid>
      <category>Miscellaneous</category>
      <pubDate>Fri, 27 Feb 2009 18:30:09 GMT</pubDate>
      <description>&lt;p&gt;Contract Driven Development library for .NET.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- support for pre and post-condition checks (Require/Ensure pattern)
&lt;br /&gt;- support for Invariant checks
&lt;br /&gt;- mechanism to check your code for side-effects as it is run (tracking values)&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/misc"&gt;Miscellaneous&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/contractdriven.net"&gt;more about ContractDriven.NET&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Code Contracts</title>
      <link>http://sharptoolbox.com/tools/code-contracts</link>
      <guid>http://sharptoolbox.com/tools/code-contracts</guid>
      <category>Miscellaneous</category>
      <pubDate>Fri, 27 Feb 2009 18:25:26 GMT</pubDate>
      <description>&lt;p&gt;Provides a language-agnostic way to express coding assumptions in .NET programs.
&lt;br /&gt;The contracts take the form of preconditions, postconditions, and object invariants. Contracts act as checked documentation of your external and internal APIs. The contracts are used to improve testing via runtime checking, enable static contract verification, and documentation generation.
&lt;br /&gt;Code Contracts bring the advantages of design-by-contract (DbC) programming to all .NET programming languages.
&lt;br /&gt;Two tools are provided:
&lt;br /&gt;- Runtime Checking: a binary rewriter modifies a program by injecting the contracts, which are checked as part of program execution. Rewritten programs improve testability: each contract acts as an oracle, giving a test run a pass/fail indication. Automatic testing tools, such as Pex, take advantage of contracts to generate more meaningful unit tests by filtering out meaningless test arguments that don't satisfy the pre-conditions.
&lt;br /&gt;- Static Checking: a static checker can decide if there are any contract violations without running the program. It checks for implicit contracts, such as null dereferences and array bounds, as well as the explicit contracts.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/misc"&gt;Miscellaneous&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/code-contracts"&gt;more about Code Contracts&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Legion</title>
      <link>http://sharptoolbox.com/tools/legion</link>
      <guid>http://sharptoolbox.com/tools/legion</guid>
      <category>Grid computing</category>
      <pubDate>Thu, 05 Feb 2009 19:01:15 GMT</pubDate>
      <description>&lt;p&gt;Grid computing framework that uses the Silverlight CLR to execute user definable tasks.
&lt;br /&gt;&lt;br /&gt;Legion provides grid-wide thread-safe operations for web clients. Client performance metrics, such as bandwidth and processor speed, may be used to tailor jobs. Also includes a WPF Manager application.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/grid-computing"&gt;Grid computing&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/legion"&gt;more about Legion&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Clog</title>
      <link>http://sharptoolbox.com/tools/clog</link>
      <guid>http://sharptoolbox.com/tools/clog</guid>
      <category>Tracing - Logging - Monitoring</category>
      <pubDate>Thu, 05 Feb 2009 18:54:23 GMT</pubDate>
      <description>&lt;p&gt;Client logging system.
&lt;br /&gt;&lt;br /&gt;Clog is a customizable log provider system that allows you to harness your existing logging system to log client side messages to your server using WCF or asmx Web Services. 
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- customizable
&lt;br /&gt;- thread-safe
&lt;br /&gt;- can serialize and log all Exception types
&lt;br /&gt;- allows filtering of messages both on the client and server side using custom or inbuilt filters
&lt;br /&gt;- includes an extensible log provider system
&lt;br /&gt;- includes a log4net log strategy, a simple tracing log strategy, and a Microsoft Enterprise Library Logging Application Block log strategy
&lt;br /&gt;- supports WPF and Silverlight 2&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/tracing-logging-monitoring"&gt;Tracing - Logging - Monitoring&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/clog"&gt;more about Clog&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Autofac</title>
      <link>http://sharptoolbox.com/tools/autofac</link>
      <guid>http://sharptoolbox.com/tools/autofac</guid>
      <category>Inversion of Control</category>
      <pubDate>Thu, 05 Feb 2009 18:44:59 GMT</pubDate>
      <description>&lt;p&gt;IoC container.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- Create components with expressions: In addition to the reflection-based autowiring capabilities found in other .NET containers, Autofac can use expressions to create components
&lt;br /&gt;- Predictably manage eesources: The dynamic nature of applications built with dependency injection means that determining which components should be disposed of and when is much harder. Autofac takes on this burden by tracking instantiations and dependencies within a specified scope, so that a single Dispose() call can clean up everything that should be cleaned up and nothing more
&lt;br /&gt;- Components never need to reference Autofac
&lt;br /&gt;- Module system
&lt;br /&gt;- Autowiring: Even though you may use expressions to register many components, Autofac can choose constructors and build up instances for you if you need it
&lt;br /&gt;- XML configuration support
&lt;br /&gt;- Multiple services per component
&lt;br /&gt;- No implementation type dependencies: After registration, Autofac needs no knowledge of implementation types so you can vary them however you like - even on a call-by-call basis.&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/ioc"&gt;Inversion of Control&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/autofac"&gt;more about Autofac&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>findinsite-ms</title>
      <link>http://sharptoolbox.com/tools/findinsite-ms</link>
      <guid>http://sharptoolbox.com/tools/findinsite-ms</guid>
      <category>ASP.NET</category>
      <pubDate>Tue, 03 Feb 2009 16:47:12 GMT</pubDate>
      <description>&lt;p&gt;ASP.NET search engine for MS-hosted web sites.
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- ASP.NET web application for IIS servers
&lt;br /&gt;- Customisable to integrate with your site
&lt;br /&gt;- Doesn't show ads from your competitors
&lt;br /&gt;- Control panel for setup
&lt;br /&gt;- Schedule regular indexing runs to update the search databases
&lt;br /&gt;- Searches HTML, PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, PUB, TXT, JPEG and TIFF files
&lt;br /&gt;- New Royal Mail UK postcode address file
&lt;br /&gt;- Search words highlighted in web pages
&lt;br /&gt;- Search API interface (XML web service)
&lt;br /&gt;- International support; User interface in 15 languages&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/asp-net"&gt;ASP.NET&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/findinsite-ms"&gt;more about findinsite-ms&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WPF PropertyGrid Control</title>
      <link>http://sharptoolbox.com/tools/wpf-propertygrid-control</link>
      <guid>http://sharptoolbox.com/tools/wpf-propertygrid-control</guid>
      <category>WPF Controls</category>
      <pubDate>Tue, 03 Feb 2009 16:40:51 GMT</pubDate>
      <description>&lt;p&gt;WPF-based vision of the object property editor used in Visual Studio, Expression Blend and many IDE-oriented applications.
&lt;br /&gt;&lt;br /&gt;The purpose of this project is not to clone existing property editors but rather to introduce a control ready to be used in different types of applications. 
&lt;br /&gt;&lt;br /&gt;Features include:
&lt;br /&gt;- 100% WPF component
&lt;br /&gt;- Same property editing approach introduced by Visual Studio 2008 WPF Designer ("Cider") and Expression Blend, same steps for creating inline and dialog based editors
&lt;br /&gt;- Built-in property editors and support for editors customization, injection
&lt;br /&gt;- Property grouping, sorting and filtering, property display schemas based on multiple rule sets
&lt;br /&gt;- Several display modes for properties (Native CLR properties, Dependency properties, All properties)
&lt;br /&gt;- Optional display of Attached or Read-only properties
&lt;br /&gt;- Category initial mode configuration (expanded or collapsed by default)
&lt;br /&gt;- Property metadata (DisplayNameAttribute, CategoryAttribute, DescriptionAttribute, etc) and ICustomTypeDescriptor support
&lt;br /&gt;- All property metadata is accessible from custom editors, MetadataStore support
&lt;br /&gt;- Property "Search Box" with live view updates, possibility to hide/show search box
&lt;br /&gt;- Basic support for Windows Forms interoperability, display of non-dependency objects, integration into Windows Forms application)&lt;/p&gt;&lt;p&gt;
          Categories:
          &lt;ul&gt;&lt;li&gt;&lt;a href="http://sharptoolbox.com/categories/wpf-controls"&gt;WPF Controls&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://sharptoolbox.com/tools/wpf-propertygrid-control"&gt;more about WPF PropertyGrid Control&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>