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 curious what are some good open source projects written in c# to learn about project architecture?
Mono.
Mef
I suggest you to study Autofac available at http://code.google.com/p/autofac/.
It's a very very good Inversion Of Control container (http://en.wikipedia.org/wiki/Inversion_of_control). You could learn a lot by studying the source and doing this you'll be able to use it in your own projects.
You should ever consider using an IoC for decouple software components.
Regards,
Giacomo
Related
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 8 years ago.
Improve this question
I need a quickstart for the connect ... maybe someone with experience on C# and how to make CSTA Link ? I just find one example but in Perl on Perl CSTA Example, but I still don't know hot to do on C#.
Thanks a lot!
Best Regards.
Siemens exposes CSTA API's. You can use those. There is a CSTADLL which is a collection of software for the Microsoft .NET platform that allows you to perform ACSE and CSTA operations for any of the three CSTA phases.
There are two namespaces you should have a look at: Com.Objsys.Csta.Common and Com.Objsys.Csta.Devices - depending on what exactly you are about to do.
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 8 years ago.
Improve this question
I'm working on an automatic pageable collection for WPF. I'm using internally the excellent library LinFu.DynamicProxy. I would like to minimize the dependencies, and I did not find any "one file" solution implementyng a DynamicProxy generator, so I would like to ask if you are aware of such a component.
Thanks,
Felice
Well, I found a solution writing one myself, really bound to the functionality I actually need. Here is the code for reference.
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 a good "Wizard" library for Winforms.
WYSIWYG editor preferrable, but not a must.
You pretty much have to role your own. It's not that hard. I wrote one in under 30 minutes.
Here's two links to help you out:
http://www.codeguru.com/csharp/.net/net_general/visualstudionetadd-ins/article.php/c6911/
http://www.differentpla.net/content/2005/02/implementing-wizard-c
DevExpress has an excellent wizard control but most usually do roll their own.
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 8 years ago.
Improve this question
Are there any c#, .net news aggregator sites similar to DelphiFeeds? I have found C# Feeds but nothing else.
How about http://www.dotnetkicks.com? Or am I missing your question?
I always have The Morning Brew in my feed list
Not terribly helpful, but...
If the aggregator site at http://babelnova.net/planet were not down at the moment, I'd check to see if that offered a C# (or general .net) stream to go along with the other streams, including, "Planet F#" that it bundles.
Other than dotnetkicks.com I believe reddit's dotnet subreddit is the best aggregator around these days for .NET.
http://www.reddit.com/r/dotnet/
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/