什么是一些带有源代码的大型.NET项目?

时间:2023-01-19 00:07:24

I'd like to find a few large .NET projects that have public source code available.

我想找一些有公共源代码的大型.NET项目。

10 个解决方案

#1


For winforms development, SharpDevelop.

对于winforms开发,SharpDevelop。

#2


The .NET framework.

.NET框架。

#3


Paint.net.

(Having said that, I now can't find the source download location :}

(话虽如此,我现在找不到源下载位置:}

#4


http://www.codeplex.com/ - take your pick

http://www.codeplex.com/ - 接受你的选择

#5


Since dependency injection is a hot subject at the moment check out the castle project

因为依赖注入是目前热门话题,所以请查看城堡项目

#6


DotNetNuke is fairly large.

DotNetNuke相当大。

#7


NHibernate is one of the biggest projects around and worth studying if this is the purpose of your question.

如果这是你的问题的目的,NHibernate是最大的项目之一,值得研究。

#8


The SSCLI is has quite a lot of C# code in it.

SSCLI里面有很多C#代码。

#9


Data & Object Factory has a sample application that they publish (Patterns in Action) to showcase design patterns in .NET. The application shows implemetation of the design patterns from the Gang of Four and .NET versions of the patterns from Head First Design Patterns. It's all done in C#, and shows UIs done in ASP.NET, WPF, and WinForms. I don't regret the subscription one bit (and it wasn't much at all).

Data&Object Factory有一个示例应用程序,它们发布(Patterns in Action)以展示.NET中的设计模式。该应用程序展示了来自Head First Design Patterns的Gang of Four和.NET版本的设计模式的实现。这一切都在C#中完成,并显示在ASP.NET,WPF和WinForms中完成的UI。我不后悔订阅一点(并没有多少)。

If you don't mind spending a few bucks for something that gives you lots of really useful, heavily documented, working code that models a real-world application (a shopping cart for an online store), it's worth it (at least, in my opinion).

如果你不介意花几块钱给你提供许多非常有用,记录严密的工作代码来模拟真实世界的应用程序(在线商店的购物车),这是值得的(至少在我的看法)。

I heartily recommend them.

我衷心地推荐他们。

Data & Object Factory

数据和对象工厂

#10


NeuronDotNet, an implementation of several types of artificial neural networks.

NeuronDotNet,几种人工神经网络的实现。

#1


For winforms development, SharpDevelop.

对于winforms开发,SharpDevelop。

#2


The .NET framework.

.NET框架。

#3


Paint.net.

(Having said that, I now can't find the source download location :}

(话虽如此,我现在找不到源下载位置:}

#4


http://www.codeplex.com/ - take your pick

http://www.codeplex.com/ - 接受你的选择

#5


Since dependency injection is a hot subject at the moment check out the castle project

因为依赖注入是目前热门话题,所以请查看城堡项目

#6


DotNetNuke is fairly large.

DotNetNuke相当大。

#7


NHibernate is one of the biggest projects around and worth studying if this is the purpose of your question.

如果这是你的问题的目的,NHibernate是最大的项目之一,值得研究。

#8


The SSCLI is has quite a lot of C# code in it.

SSCLI里面有很多C#代码。

#9


Data & Object Factory has a sample application that they publish (Patterns in Action) to showcase design patterns in .NET. The application shows implemetation of the design patterns from the Gang of Four and .NET versions of the patterns from Head First Design Patterns. It's all done in C#, and shows UIs done in ASP.NET, WPF, and WinForms. I don't regret the subscription one bit (and it wasn't much at all).

Data&Object Factory有一个示例应用程序,它们发布(Patterns in Action)以展示.NET中的设计模式。该应用程序展示了来自Head First Design Patterns的Gang of Four和.NET版本的设计模式的实现。这一切都在C#中完成,并显示在ASP.NET,WPF和WinForms中完成的UI。我不后悔订阅一点(并没有多少)。

If you don't mind spending a few bucks for something that gives you lots of really useful, heavily documented, working code that models a real-world application (a shopping cart for an online store), it's worth it (at least, in my opinion).

如果你不介意花几块钱给你提供许多非常有用,记录严密的工作代码来模拟真实世界的应用程序(在线商店的购物车),这是值得的(至少在我的看法)。

I heartily recommend them.

我衷心地推荐他们。

Data & Object Factory

数据和对象工厂

#10


NeuronDotNet, an implementation of several types of artificial neural networks.

NeuronDotNet,几种人工神经网络的实现。