Or try one of the following: Afterdawn, Ajaxian, Andy Budd, Ask a Ninja, AtomEnabled.org, BBC News, Blogdigger, Brent Simmons, Channel Frederator, CNN, Crazy Apple Rumors, del.icio.us, Digg, Diggnation (Video), Dominic Sagolla, Flickr, Freshmeat, Google News, Heise, Google Video, iTunes, MacNN, Movie Trailers, Nick Bradbury, OK/Cancel, OS News, Phil Ringnalda, Photocast, Photoshop Videocast, Technorati, Think Secret, Tim Bray, TVgasm, Web 2.0 Show, White Collar Ruckus, Windows Vista Blog, Yahoo! News, Mac Software Design, Code Snippets, C# Toolbox,
SharpToolbox Latest Additions
List of the latest added tools on SharpToolbox.comSubscribe: Bloglines, Google Reader, My MSN, Netvibes, Newsburst
Newsgator, Odeo, Podnova, Rojo, My Yahoo!, Desktop Reader
EffiProz 23 Aug 2010, 3:24 pm
C# embedded database for .NET, .NET CF, Silverlight, Windows Phone 7 and Mono.
Features include:
- Written in C#
- Silverlight isolated storage databases
- In-memory databases
- ADO.NET provider with Entity Framework support
- SQL stored procedures, functions and triggers
- Multi-version concurrency control
- Character and binary large objects (CLOBs & BLOBs)
- DUAL table
- Multi-schema support
- Computed columns
- SQL Server compatible UniqueIdentifier data type
- Role based access control
- Encrypted databases
- Visual Studio 2010 extension
- SQL dialect very similar to HSQLDB 1.9/2.0
Categories:
NPanday 9 Aug 2010, 11:47 am
Primarily provides two capabilities: a set of Maven plugins, for constructing builds in Maven that use the .NET command-line tools; and a Visual Studio Addin that keeps a Visual Studio project in sync with the Maven POM and adds reference resolution from Maven artifact repositories.
Together this allows you to use a single tool across .NET, Java or any other Maven-based projects, including the same benefits of dependency management, automated release and source control management, and so on.
NPanday Visual Studio add-in features:
- Maven builds: Execute Maven directly from Visual Studio or run standalone from a build server
- Dependency management: Add references to the project by automatically obtaining them from a shared Maven repository
- Project importer: Convenient way of converting an existing .NET Applications so that it can be built using Maven outside VS, ready for Continuous Integration
- Auto-sync: Synchronization while developing the .NET Application for minimal interaction with the POM (Project Object Model) file
Categories:
CodeRun Studio 4 Aug 2010, 11:20 am
Browser-based IDE.
CodeStore Studio is an IDE that runs in IE, Firefox, Chrome and Safari without required downloads.
It can be used for developing ASP.NET, PHP and Ajax applications. You can test and debug code in the cloud, as well as discover and share code.
Features include:
- Create projects in multiple languages: C#, PHP, JavaScript, HTML and CSS
- .NET support: ASP.NET, WCF, Silverlight and WPF browser application development and deployment
- Database support includes SQL Server 2005 and Amazon SimpleDB
- Manage your code solutions, projects and files online
- Supports opening and editing Visual Studio solution/project files, along with folder-based websites
- Syntax coloring and code-completion
- Error List window
- Debugger with breakpoints, step by step, call stack and add watch items
- Share code with hyperlinks
Categories:
Siaqodb 2 Aug 2010, 12:29 pm
Embedded object database for .NET, Mono and Silverlight.
Features include:
- objects are stored as they are without any conversion/mapping
- LINQ is the only query engine that can be used to retrieve objects or members of objects from database
- full POCO support (not mandatory to inherit from a base class)
- assembly is about 130KB
- zero config
- automatic object schema refactoring
- import/export from/to XML
- thread safe
- has features from relational database systems like JOINs
- database engine
- any object has unique OID( object identifier) for its Type
- runs on Silverlight by storing objects into IsolatedStorage on client machine or on Silverlight 4 is able to store database files on local disk of client machine in OOB mode
- runs on Windows Phone 7
Categories:
.Net Performance Validator 27 Jul 2010, 10:18 pm
Performance profiler.
Features include:
- Data views: Callstack view, Raw Statistics view, Statistics view, Call Tree view, Call Graph view, Analysis view, Diagnostic messages
- Data searches
- Session comparison
- Data export: Memory data can be exported to HTML and XML
- Instrumentation
- No need to rebuild
Categories:
more about .Net Performance Validator
.Net Memory Validator 27 Jul 2010, 10:11 pm
Memory profiler, memory leak detection and memory analysis tool.
Features include:
- Data views: Allocations view, Objects view, Generations view, Hotspots view, References view, Memory view, Analysis view, Virtual view, Diagnostic messages
- Data searches: Object query, Address query, Function query
- Automatic regression tests: Support for executing from the command line, Support for session comparison
- Interactive session comparison
- Memory usage snapshots and snapshot comparisons
- Data export: Memory data can be exported to HTML and XML
- Instrumentation
- No need to rebuild
- .NET API for controlling snapshots, watermarks, data collection, etc.
Categories:
more about .Net Memory Validator
.Net Coverage Validator 27 Jul 2010, 10:00 pm
Code coverage tool.
Categories:
more about .Net Coverage Validator
XteProfiler 27 Jul 2010, 9:38 pm
Trace and memory profiler.
Features include:
- Supports profiling of Windows executables, ASP.NET Development server applications, IIS applications, Windows services and Silverlight 4 applications.
- Supports trace and memory profile modes.
- Supports 32-bit and 64-bit profiling
Categories:
Fantom 23 Jul 2010, 6:07 pm
Object-oriented, functional programming language designed to cross compile to Java, .NET, and JavaScript.
Features include:
- Portability: Write code portable to the Java VM, .NET CLR, and JavaScript in the browser.
- Familiar syntax: Java and C# programmers will feel at home with Fantom's evolutionary syntax.
- Mixins: Interfaces but with implementation.
- Concurrency: Tackle concurrency with built-in immutability and actor model.
- Object-oriented: Everything subclasses from Obj. Value types when you need the performance.
- Functional: Functions and closures are baked in.
- Static and dynamic typing: Don't like the extremes - take the middle of the road.
- Serialization: Built-in "JSON like" serialization syntax makes Fantom ideal for declarative programming too.
Categories:
CodeFort 4 Jul 2010, 2:10 am
.NET and Silverlight obfuscator.
Features include:
- Obfuscation of names
- Incremental obfuscation
- String encryption
- Dependency encryption, compression and embedding
- Seal classes to increase performance
- Automatic rules to exclude unobfuscatable names from obfuscation, such as types used by XmlSerializer, or configuration settings types
- Attribute-based manual exclusion of types and members from the obfuscation
- Deobfuscation of Stack Traces and individual identifiers
- XAML/BAML parsing to exclude referenced names
- XAML/BAML obfuscation
- Reference scrambling
- Anti-tampering
- Anti-decompilation
- Silverlight XAP support
- Generic types and methods
- Automatic strong name assembly resigning
- Fully automatic dependency resolution
- MSBuild integration
- Command-line utility
Categories:
Rebel.NET 25 May 2010, 1:27 am
Rebuilding tool for .NET assemblies that is capable of adding and replacing methods and streams.
It's possible to replace only a limited number of methods or every method contained in a .NET assembly. The simplicity of Rebel.NET consists in the replacing process: one can choose what to replace. For instance, one may choose to replace only the method code, instead of its signature or method header.
All the Rebel.NET features can used through command line.
Categories:
Exceptioneer 20 May 2010, 11:52 pm
Hosted system designed to help identify, manage and resolve unhandled .NET exceptions.
When an Exception occurs within an application, that exception and a range of platform specific details are transmitted securely to the Exceptioneer web portal where the data is analysed for you to handle in your own way.
Categories:
Brahma 12 May 2010, 3:50 pm
Open-source library that provides high-level access to parallel streaming computations on a variety of processors, including GPUs.
Currently, Brahma has a GPU provider but its modular structure allows using different providers for other types of processors. One C# method can contain both statements running on CPU and GPU without additional glue code.
Brahma performs parallel computations by transforming LINQ statements into programs that run on the target processor. The program generated contains High Level Shading Language statements if it was targeted for DirectX or OpenGL Shading Language statements if it was targeted for OpenGL. For performance improvements LINQ queries are compiled once and used many times as necessary.
Categories:
NBuilder 5 May 2010, 12:29 am
Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.
Categories:
WebSync 5 May 2010, 12:24 am
Comet server for .NET.
WebSync lets you push data from your servers, in real-time, over the web.
WebSync is an implementation of the Bayeux protocol, so any Bayeux-compliant clients can be used to connect to it. It supports pretty much all browsers (IE6+, FF2+, Safari, Chrome, Opera, Safari iPhone, Android, etc) and includes SDKs for use with PHP, Silverlight, and thick .NET applications.
Categories:
Page processed in 10.052 seconds.
Powered by SimplePie 1.0.1, Build 2.0070719222E+13. Run the SimplePie Compatibility Test. SimplePie is © 2004–2010, Ryan Parman and Geoffrey Sneddon, and licensed under the BSD License.
