mojoPortal - Home <strong>mojoPortal</strong>, is an <a href="http://www.mojoportal.com/license.aspx">open source</a> web site framework and content management system written in C# that runs under ASP.NET on Windows or under <a href="http://www.mono-project.com/Main_Page">Mono</a> on Linux or Mac OS X. By edwardsayerin Public bookmarkswith .cmscsharpframeworknetopensourceweb
Jomo Fisher -- C#, LINQ and Whatnot Evolution of a C# Query—Step by step from C# 1.1 to LINQ Jomo Fisher —The future of C# was recently unveiled at PDC. Object, XML and relational data will be integrated deeply into the language. This isn’t really a new direction for C#, it’s the next step down a path that C# has always been headed. To see this, futuresnet By laughingboyin Public bookmarkswith csharp
Keith Farmer brought it to my attention that there is at least a little confusion about how closures work. Hopefully, I can help shed a little light on the subject. The question is why doesn't the following code actually memoize fib in the call to Test? functionalprogramming By laughingboyin Public bookmarkswith csharpgoodtbu