Author Topic: Free Tools for dotNet  (Read 26793 times)

0 Members and 1 Guest are viewing this topic.

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #15 on: July 10, 2011, 12:49:03 AM »
Cameyo
Free Application Virtualization
I have not tested, I just find
http://www.cameyo.com/products.aspx
« Last Edit: July 10, 2011, 12:53:19 AM by jgr »

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #16 on: July 10, 2011, 12:54:46 AM »
Rockford Lhotka’s CSLA .NET framework
application development framework that reduces the cost of building and maintaining applications.
http://www.lhotka.net/cslanet/Default.aspx

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #17 on: July 10, 2011, 12:56:00 AM »
NKinect
.NET 4.0 (C++/CLI) based open source implementation of Microsoft Kinect. Based on OpenNI/NITE
http://nkinect.codeplex.com/

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #18 on: July 10, 2011, 12:57:23 AM »
WX.Net
WX.Net is a .NET Common Language Infrastructure (CLI) wrapper for wxWidgets
http://wxnet.sourceforge.net/

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #19 on: July 10, 2011, 01:05:48 AM »
Mono.

Yes, it's a classic but many people do not know,
An open source, cross-platform, implementation of C# (AND VB.NET, yes) and the CLR that is binary compatible with Microsoft.NET (AND VB.NET, as if, also can be programmed with vb.net) 

http://www.mono-project.com/Main_Page

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #20 on: August 05, 2011, 08:13:04 PM »
AODL
AODL is the .net module of the ODF Toolkit. The library is completly written in pure C# and can be used to extend your .net based software to support the OpenDocument Format
http://wiki.services.openoffice.org/wiki/AODL

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #21 on: August 05, 2011, 08:13:53 PM »
Json.NET
Json.NET is a popular high-performance JSON framework for .NET
http://json.codeplex.com/

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #22 on: August 05, 2011, 08:14:59 PM »
Pex and Moles
Isolation and White box Unit Testing for .NET
http://research.microsoft.com/en-us/projects/pex/downloads.aspx

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #23 on: August 05, 2011, 08:16:17 PM »
FileHelpers
The FileHelpers are a free and easy to use .NET library to import/export data from fixed length or delimited records in files, strings or streams.
http://www.filehelpers.com/

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #24 on: August 06, 2011, 08:38:04 PM »
AForge.NET

C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, fuzzy logic, machine learning, robotics, etc.

The framework is comprised by the set of libraries and sample applications, which demonstrate their features:

    * AForge.Imaging - library with image processing routines and filters;
    * AForge.Vision - computer vision library;
    * AForge.Video - set of libraries for video processing;
    * AForge.Neuro - neural networks computation library;
    * AForge.Genetic - evolution programming library;
    * AForge.Fuzzy - fuzzy computations library;
    * AForge.Robotics - library providing support of some robotics kits;
    * AForge.MachineLearning - machine learning library;

http://www.aforgenet.com/framework/

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #25 on: August 06, 2011, 08:40:54 PM »
Accord.NET Framework
The Accord.NET Framework is a C# framework extending the excellent AForge.NET Framework external with new tools and libraries. Accord.NET provides many algorithms for many topics in mathematics, statistics, machine learning, artificial intelligence and computer vision. It includes several methods for statistical analysis, such as Principal Component Analysis, Linear Discriminant Analysis, Partial Least Squares, Kernel Principal Component Analysis, Kernel Discriminant Analysis, Logistic and Linear Regressions and Receiver-Operating Curves. It also includes machine learning topics such as (Kernel) Support Vector Machines, Bayesian regularization for Neural Network training, RANSAC, K-Means, Gaussian Mixture Models and Discrete and Continuous Hidden Markov Models. The imaging and computer vision libraries includes projective image blending, homography estimation, the Camshift object tracker and the Viola-Jones object detector external.

http://accord-net.origo.ethz.ch/

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #26 on: August 06, 2011, 09:05:12 PM »
VideoLab
VideoLab is a set of components for fast video capture, playback, processing, geometric manipulations, mixing, analysis and visualization. The library allows very fast complex video manipulations with zero lines of program code.
http://www.mitov.com/html/videolab.html

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #27 on: August 06, 2011, 09:09:11 PM »
VisionLab
VisionLab is a set of components for basic computer vision. The library allows rapid development of fully featured motion detection applications for the security industry with almost zero lines of program code. It also includes Hough Lines, edge detection, contour detection, Haar face and object detection, robust features, and target detecting/tracking components.
http://www.mitov.com/html/visionlab.html

jgr

  • Guest
Re: Free Tools for dotNet
« Reply #28 on: August 17, 2011, 05:03:42 PM »
ScintillaNET
ScintillaNET is a managed wrapper around the versatile Scintilla Windows control. Created with the developer in mind, the ScintllaNET API makes it simple to add advanced text editing and syntax highlighting to your application or IDE (Integrated Developer Environment) . In addition ScintillaNET adds features not found in other Scintilla wrappers such as Visual Studio style code snippets, integrated find and replace dialogs, true regular expression searches, multiple key-command bindings, and back/forward document navigation.

http://scintillanet.codeplex.com/

Note:
ScintillaNET.Configuration  has some bugs: only works correctly wih scilexer.dll 2.1.2.0, With others (upper) releases, ScintillaNet.Configuration.Configure should be called two times, but, in any case, lexer parameters can be set using scintillanet.NativeInterface (i am playing around this and scintilla r2.28).

Scintilla:
http://www.scintilla.org/


jgr

  • Guest
Re: Free Tools for dotNet
« Reply #29 on: August 17, 2011, 05:05:25 PM »
log4net

log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. For more information on log4net see the features document.

log4net is part of the Apache Logging Services project. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing.

http://logging.apache.org/log4net/