tagged [open-source]

Code signing certificate for open-source projects?

Code signing certificate for open-source projects? I want to publish one of my applications as open-source and want to digitally sign the binaries I've created with my own certificate. (Of course, any...

log4net doesn't pass verification when compiling

log4net doesn't pass verification when compiling [https://github.com/apache/log4net](https://github.com/apache/log4net) I am compiling log4net from the source above, but it doesn't pass verification: ...

8 Jan at 12:45

What are your favorite extension methods for C#? (codeplex.com/extensionoverflow)

What are your favorite extension methods for C#? (codeplex.com/extensionoverflow) Let's make a list of answers where you post your excellent and favorite [extension methods](http://en.wikipedia.org/wi...

23 May at 12:18

How do you organise open-source Visual Studio projects with open-source dependencies?

How do you organise open-source Visual Studio projects with open-source dependencies? I've started an open source MVC4 project that is using some other open source project as a dependency. I've forked...

What are some good open source c# examples of quality domain models

What are some good open source c# examples of quality domain models I'm a pretty young developer, and still in the emulation phase of my career. I have read a lot about some topics like concurrency, a...

.Net Opposite of GraphicsPath.Widen()

.Net Opposite of GraphicsPath.Widen() I need the opposite of the `GraphicsPath.Widen()` method in .Net: The `Widen()` method does not accept a negative parameter, so I need the equivalent of an `Inset...

27 Feb at 02:16