Matthew Podwysocki's Blog
Architect, Develop, Inspire...
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Agile
ALT.NET
AOP
ASP.NET
Axum
C#
Clojure
Concurrency
Conferences
DBC
DDD
DLR
Domain Specific Languages
DSLs
Dynamic Language Runtime
Erlang
Event-based Programming
F#
Frameworks
Functional Programming
Haskell
HPC
JavaScript
JSConf
LINQ
Microsoft
MongoDB
Mono
NOSQL
Object Oriented Programming
Off Topic
OOP
Reactive Framework
Ruby
Rx
Spec#
TDD/BDD
Tools
User Groups
Visual Studio
Web Development
Sponsors
advertise here
News
Subscribe in a reader
Follow me on Twitter
View my Facebook
View my LinkedIn Profile
Disclaimer
The views expressed on this weblog are mine and do not necessarily reflect the views of my employer.
All postings are provided "AS IS" with no warranties, and confer no rights.
Badges
Navigation
Home
Blogs
Archives
June 2010 (2)
May 2010 (6)
April 2010 (7)
March 2010 (9)
February 2010 (10)
January 2010 (5)
December 2009 (2)
November 2009 (7)
October 2009 (6)
September 2009 (7)
August 2009 (7)
July 2009 (3)
June 2009 (8)
May 2009 (10)
April 2009 (10)
March 2009 (11)
February 2009 (6)
January 2009 (9)
December 2008 (6)
November 2008 (8)
October 2008 (13)
September 2008 (11)
August 2008 (9)
July 2008 (8)
June 2008 (10)
May 2008 (13)
April 2008 (23)
March 2008 (26)
February 2008 (24)
January 2008 (5)
Blogs I Follow
Jeremy Miller
Dave Laribee
Greg Young
ScottGu
Scott Hanselman's ComputerZen.com
Haacked
IUnknown
Coding Horror
Mailing Lists
altdotnet
DomainDrivenDesign
Refactoring
CLI DEV
Behavior Driven Development
Test Driven Development
User Groups
DC ALT.NET
Philly ALT.NET
Pittsburgh ALT.NET
CapArea.NET
RockNUG
CMAP
Washington DC XP Users Group
NoVA Ruby User Group (NoVARUG)
October 2008 - Posts
11
Comments
C# 4.0 - Named and Optional Parameters - Behind the Scenes
by
podwysocki
In my previous post , I talked very briefly about both named and option parameters. Now, I'd like to go a little deeper into the subject to see what this looks like underneath the covers. As before, we'll look at the limitations as well that we faced...
Filed under:
C#
,
F#
1
Comments
Named and Optional Arguments in C# 4.0
by
podwysocki
Many interesting news is coming from PDC this week. Part of the announcements was around Visual Studio 2010 and the .NET Framework 4.0 CTP. Microsoft has made available, a Virtual PC Image preloaded with Visual Studio. You can download the preview information...
Filed under:
C#
,
F#
1
Comments
KaizenConf - Functional Programming – Is it a game changer?
by
podwysocki
Next week at the "Continuous Improvement in Software Development Conference" (KaizenConf), I will be giving a session called "Functional Programming - Is it a game changer?". In this discussion, I'll cover the basics of functional programming, moving...
Filed under:
ALT.NET
,
C#
,
F#
0
Comments
DC ALT.NET 10/2008 Recap - A Look at Kanban Software Development
by
podwysocki
Thanks to everyone who came out to the DC ALT.NET meeting on "A Look at Kanban Software Development" with Linda Cook. This was a great discussion about Kanban and continuous improvement with Lean Software Development techniques. Linda shared her experiences...
Filed under:
ALT.NET
,
User Groups
0
Comments
Reminder - DC ALT.NET - 10/21/2008 - A Look at Kanban Software Development
by
podwysocki
Just as a reminder, the October meeting for DC ALT.NET will be on October 21st, 2008 from 7-9PM. Check the DC ALT.NET site and our mailing list for continuing updates and future meetings. This month, Linda Cook will be presenting "A Look at Kanban Software...
Filed under:
ALT.NET
,
User Groups
298
Comments
Functional .NET - Fighting Friction in the BCL with Directory.GetFiles
by
podwysocki
Very recently on a project, I was having significant issues with System.IO.Directory.GetFiles, in which I was getting an access denied message which prevented further crawling of certain directories. The performance issue was another issue that was detrimental...
Filed under:
C#
,
Functional Programming
11
Comments
Functional C# - Implementing Async Computations in C#
by
podwysocki
Update: Removed Internal Constructor constraint on AsyncBuilder. As I covered earlier in my post Functional .NET - LINQ or Language Integrated Monads , I talked about using asynchronous computation expressions (monads) from C# 3.0. Brian McNamara , of...
Filed under:
C#
,
F#
,
Concurrency
,
Functional Programming
18
Comments
Functional .NET - LINQ or Language Integrated Monads?
by
podwysocki
As part of my talk at the Richmond Code Camp earlier in October, I had the opportunity to talk about how to implement functional aspects in C# 3.0. This talk revolved around such concepts as from mutable to immutable, from inheritance to functional composition...
Filed under:
C#
,
F#
,
Functional Programming
6
Comments
Richmond Code Camp 2008.2 - Functional C# Recap
by
podwysocki
Thanks to everyone who attended my session "Functional C# or how I lost the foreach and learned to love LINQ". This is still an ongoing passion of mine that I hope to expand upon in the upcoming posts. Some of these topics include favoring functional...
Filed under:
User Groups
,
C#
,
F#
,
Functional Programming
9
Comments
ASP.NET MVC with NHaml - F# Edition
by
podwysocki
As part of some of my adventures with F#, I've seen a lot of interesting things coming from others with regards to SharePoint, ASP.NET and other technologies. This had me thinking of any possibilities and ramifications of using F# with ASP.NET MVC. Was...
Filed under:
ASP.NET
,
F#
,
Functional Programming
More Posts
Next page »