Open Source Software in C#

wired.it

Just proud of being part of this… Thanks to all you guys: CondeNèt, Xeed and FullSIX.

YART - Yet Another Regex Tester

Se state cercando un regex tester vi suggerisco di dare un'occhiata a YART - Yet Another Regex Tester del mitico Francesco Balena. Source: Francesco's blog - YART - Yet Another Regex Tester

FLV Flash video streaming with ASP.NET 1.1, IIS and HTTP handler

After releasing the post about FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler I have received a couple of request on how to run the handler on ASP.NET v1.1, so I decided to "downgrade" the solution and the code to match compatibility with the "old" framework version.

MSNBot in C# utilizzando DotMSN e AIML

Nel cercare informazioni su come creare uno scheletro di un MSNBot "intelligente" ho selezionato e successivamente utilizzato le seguenti librerie/tool: - DotMSN .Net Messaging Library Libreria open-source, abbastanza nota, scritta in C# che consente la connessione al servizio .NET Messenger. - Interprete AIML open-source Libreria open-source scritta in C#  che implementa le specifiche del linguaggio AIML  - The GaitoBot AIML editor  Tool visuale gratuito che permette di creare/organizzare i propri file della  "conoscenza" contenenti i vari predicati nel linguaggio AIML Appena il BOT sarà online vi comunicherò il contatto:-)

PuTTY Session Manager

Utilizzando SSH quotidianamente, questo tool potrebbe esservi utile per organizzare le vostre sessioni: PuTTY Session Manager "PuTTY Session Manager (PSM) is a tool that allows system adminstrators to organise their PuTTY sessions into folders and assign hotkeys to their favourite sessions. This is designed for MS Windows and requires the .NET 2.0 Runtime"

FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler

Using this HTTP handler you can easily FLV streaming downloads just like video.google.com does...

Royal TS: Easy Remote Desktop Connections (free source code provided)

Royal TS allows you to organize and manage multiple remote desktop connections. Connect to any machine where terminal services are enabled. Organize connections in custom categories for quick access. Connect directly to the console session and find out who else is connected to the machine. http://www.code4ward.net/CS2/  

Geotools.Net

Geotools.Net is a set of .net class useful when handling geographic information. The project started as port from Java to C# of JTS 1.2. It implements the following OpenGIS specifications:   http://geotoolsnet.sourceforge.net/Index.html

PDFThumbnail.NET (free ASP.NET control)

PDFThumbnail.NET is an ASP.NET control that can render thumbnail images of pages in a PDF document. This enables you to show a PDF document preview on a webpage. PDFThumbnail.NET is FREE. http://www.tallcomponents.com/?ref=25&redir=pdfthumbnail

NxBRE

"...NxBRE is the first open-source rule engine for the .NET platform and a lightweight Business Rules Engine (aka Rule-Based Engine)..." Tra le varie cose da questa versione supporta RuleML 0.86 e comprende un set di stencil appositamente disegnati per Visio 2003 per modellare visualmente le regole. http://www.agilepartner.net/oss/nxbre/

Lucene.Net

Lucene.Net the Lucene compatible full-text search engine library for .NET. http://sourceforge.net/projects/lucenedotnet/

ADO.NET Provider for NNTP

Grazie all'idea di  Dirk Primbs è possibile interrogare un server NNTP usando dei semplici SQL statement :-) "yeah, you can fire a SELECT-statement against a newsserver now :-)"  Qui trovate il provider da scaricare: http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=49e40d01-3713-4b53-881d-266f5c5613a5 . Di seguito un semplice esempio di come usarla: nntpConnection conn = new nntpConnection("news.microsoft.com"); try { conn.Open(); nntpCommand cmd = new nntpCommand("select top 10 * from microsoft.public.sharepoint.portalserver", conn); nntpDataAdapter da = new nntpDataAdapter(cmd); DataSet ds = new DataSet(); da.Fill(ds); dataGrid1.DataSource = ds.Tables[0]; cmd.Dispose(); } finally { conn.Dispose(); }

NHibernate is a .NET based object persistence library

NHibernate is a .NET based object persistence library for relational databases. NHibernate is a port of the excellent Java Hibernate relational persistence tool. http://nhibernate.sourceforge.net/

«maggio»
domlunmarmergiovensab
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678