Open Source Winforms applications? [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for open source applications, built with winforms in C#. Specifically, i'm looking for applications using new and real world techniques. Like nerddinner and oxite for asp.net.
Thanks

SharpDevelop is an excellent example IMO
Another one was Paint.net, but it's no longer open source, see comments.

Look to codeplex, SourceForge and Code Google. There is lot of applications :)
Next resource is CodeProject.
Paint.Net is nice example.
Here is source code.

NUnit is a good "real world" open source application...
http://sourceforge.net/projects/nunit/

Related

How to convert .Net comments in RST format into HTML? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
In Linux there're many tools to read and convert the comments in code into a HTML/PDF document. I am now working on a .Net project, and I am wondering if we have similar tools to convert the comments in .Net code into a HTML/PDF document?
I tried Google, but did not give me any useful result :( Maybe I am not search with the right keywords.
You might want to look at Sandcastle: http://broadcast.oreilly.com/2010/09/build-html-documentation-for-y.html
Sandcastle is a tool that generates HTML / Visual Studio help bundles based on your code comments and actual code itself.
It's relatively easy to use once you get it set up.
But beware! Big projects can cause OutOfMemoryExceptions.

open source instant messenger? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an open source instant messenger based on .Net technologies (C# on Windows), and an open source project which has a small code base is appreciated, since I only need basic text message exchange function. Better authentication by a remote web services.
thanks in advance,
George
The XMPP Standards Foundation links to several .NET SDK libraries for those who wish to build their own IM.
Here's one link:
http://www.ag-software.de/agsxmpp-sdk/
There's also a CodeProject link that shows how easily you can be up and running using agsXMPP:
http://www.codeproject.com/KB/IP/JabberClient.aspx
Hopefully you find these to be good reading!
Here is C#, SIP instant messenger:
https://sourceforge.net/projects/officesip/

C# Javascript Beautifier [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am wondering if anyone knows of an open source c# library for beautifying javascript. I would like to make use of such a library within my asp net website to make debugging messy javascript easier.
There are currently many online websites for this (ie. http://jsbeautifier.org/) however I would like to have access to such a utility within c#, even if it is just a wrapper for communicating with an online API.
You can use jsbeautifylib.
http://jsbeautifylib.codeplex.com/
It's the file/folder you found :)
Also there is a C# port of js-beautify by Denis Ivanov here
And in the simplest of form, there is JSBeautify.cs
The site you pointed out suggests a command line tool. Wouldn't it be enough for you?
To beautify from the command-line you
can use provided beautify-cl.js
script, using Rhino javascript engine.
See the file contents for the details.

Is there an Open Source HTML renderer written in C#? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I started to write a HTML renderer in C# just as a learning exercise. I managed to get the simple stuff like bold and headers going. In doing so I bumped into a number of problems and I hoping I could have a look at how other people got around those problems.
You can try http://htmlrenderer.codeplex.com/ . This is a library of 100% managed code that draws beautifully formatted HTML.
http://khaos.codeplex.com/ is a project on codeplex. they trying to create wpf-based rendrer.
I forked https://github.com/LayoutFarm/HtmlRenderer from the original
Html-Renderer project, and added more HTML5, CSS3, and JavaScript. It is under development, and has bugs; test it out, and feel free to comment, fork, discuss.
snapshot: nearly pass ACID1
compare with ACID1 reference on wikipedia
(from https://en.wikipedia.org/wiki/Acid1)
The short answer is 'no'. Have a look at Chris Cavanagh’s blog entry on how he embedded the Chrome HTML renderer into his WPF application. You will probably have to do something similar

Does anyone know of any open source versions of Twitter? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I built a GIS application around Twitter and now its getting some interest.
But one of the requirements is that they don't want any outside dependencies.
So I'll need to mimic Twitters functions.
Anyone know of any open source Twitter projects?
Laconica?
http://laconi.ca/trac/
Identica demos it nicely:
http://identi.ca/
Jaiku is a microblogging service very similar to Twitter. Google bought Jaiku a few years ago and made its engine open source. You can find it here:
http://code.google.com/p/jaikuengine/
If you're looking for a .NET alternative. There is Yonkly. Is an open source Twitter clone written using ASP.NET MVC. You can find the source here:
http://www.codeplex.com/yonkly
I have used laconi.ca in the past, it is easy to figure out and highly customizable (for how young it is).

Categories