|
|
mrkurt
mrkurt
 |
|
Stories kicked by mrkurt
|
|
published 6 months, 17 days ago, submitted by
igoro
6 months, 18 days ago
codebetter.com — Matthew Podwysocki discusses several present and future approaches to handling concurrency in .Net. From the article: "We need not only a better way to handle concurrency, but a better way to describe them as well. This is where Pi-calculus comes into the picture... But before we get down that beaten path, let's look at a few options that I chose." read more...
add a comment
|
category: Patterns | Views: 213
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 18 days ago, submitted by
mrkurt
6 months, 18 days ago
tryingthisagain.com — The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library. There are examples of calling a .NET library from F#, mutable values, function composition, and several other spiffy sounding things. read more...
add a comment
|
category: Other | Views: 40
|
|
tags:
mutable, functional, F#, lucene | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 17 days ago, submitted by
fquednau
6 months, 18 days ago
realfiction.net — The one-liner for lazy instantiation of instance fields using the coalesce-operator read more...
2 comments
|
category: C# | Views: 265
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 18 days ago, submitted by
shaharyr
6 months, 18 days ago
dev102.com — Llist(t).Find returns the first element found that matches a given criteria, but what happens if no such element found? read more...
add a comment
|
category: ASP.NET | Views: 134
|
|
tags:
C#, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 18 days ago, submitted by
ailon
6 months, 23 days ago
devblog.ailon.org — Have you tried upgrading Trial edition of Visual Studio or buying it through the official site while living outside of United States? I wasted half a day and failed. read more...
2 comments
|
category: Visual Studio | Views: 64
|
|
tags:
Microsoft, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 23 days ago, submitted by
mrkurt
6 months, 24 days ago
tryingthisagain.com — When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application from scratch. Project Euler puzzles are a great way to learn syntax (and probably the best place to start), but I would have loved to see a real application's source with a sort of "here's how it was built" narrative. So that's what I'm going to do! read more...
add a comment
|
category: Other | Views: 12
|
|
tags:
lucene, F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 18 days ago, submitted by
bdesmet
6 months, 25 days ago
community.bartdesmet.net — IQueryable<T> is just one way to create custom LINQ providers, but this post outlines different approaches that are attractive for less-complicated query providers. read more...
add a comment
|
category: C# | Views: 60
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 25 days ago, submitted by
leniel
6 months, 26 days ago
diditwith.net — For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler. read more...
1 comment
|
category: Other | Views: 9
|
|
tags:
functional, euler, DustinCampbell, F#, fsharp | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 29 days ago, submitted by
dengar007
6 months, 29 days ago
research.microsoft.com — The new version of the F# Compiler was released May 1, 2008. Go download it now. read more...
4 comments
|
category: Other | Views: 13
|
|
tags:
functional, fsharp, F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 1 day ago, submitted by
tomdog
7 months, 6 days ago
atalasoft.com — "I gave an hour long talk today, on Concurrency in F#. It featured some slides and a small ant colony simulation to demonstrate different kinds of threading. Overall, I liked developing in F# quite a bit; however, puzzling through the interpreter errors was a brutal process indeed." read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mrkurt
7 months, 15 days ago
tryingthisagain.com — In an attempt to avoid out parameters (which suck) in C#, I refactored a bit of contrived code to bury them elsewhere. I also worked on the equivalent F# code, and found more things about C# that may or may not suck. read more...
add a comment
|
category: Other | Views: 48
|
|
tags:
Refactoring, Functions, F#, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
aabs
7 months, 15 days ago
aabs.wordpress.com — This is the second in a series on the basics of functional programming using C#. I explore Higher-Order Functions this time. Higher-Order Functions are functions that themselves take or return functions. Meta-functions, if you like. This is a more code intensive post, that builds on the ideas that I explored last time. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 14 days ago, submitted by
JudahGabriel
7 months, 16 days ago
msdn2.microsoft.com — Wintellect's Jeffrey Richter, the Win32 threading guru, has written a library containing a new kind of lock: the ReaderWriterGate. Unlike other locks, this lock is highly scalable and fast with very few thread context switches. Works well with ASP.NET web apps as well. read more...
4 comments
|
category: C# | Views: 26
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 15 days ago, submitted by
Jemm
7 months, 18 days ago
blogs.microsoft.co.il — Generally, I don't like to install any Visual Studio extensions at all, but I thought I should give this one a chance. I installed PowerCommands 1.1 for Visual Studio 2008, and went to play with the new functionality. Here is what I found as the most useful... read more...
1 comment
|
category: Visual Studio | Views: 5
|
|
tags:
addin, Tools, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 20 days ago, submitted by
javery
7 months, 21 days ago
haacked.com — Phil Haacked details the changes (some of them breaking) to Routing in ASP.NET MVC. read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 15 days ago, submitted by
mrkurt
7 months, 21 days ago
tryingthisagain.com — The TryParse method found on many value types is nice and useful. Unfortunately, you're forced to use out parameters to make use of them. Ugh. read more...
add a comment
|
category: Other | Views: 12
|
|
tags:
Tuples, F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|