Sign in
|
Join
.NET at 9.400 ft above sea level
Programming in Quito, 2.860 m above sea level
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
ADO.NET
ASP.NET
avalon
Biztalk Server 2006
C#
C# 3.0
CLR
Community News
Expression
F#
Fortran
Functional Programming
Gadget
General Software Development
Haskell
Imagine Cup
infocard
IronPython
Java
LINQ
Linux
Longhorn
Math
Mono
Numerical Analysis
Office
Open source
Oracle
Orcas
ParallexFX
Popfly
Postgresql
Programming Languages
Project Euler
Project Management
Python
Robotics Studio
Ruby
Sharepoint
Silverlight
Sql Server 2005
Team System
TechEd 2006
VB.NET
vista
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
VSTO 2005
wcf
Web Services
wf
WideOpen Web
Windows Forms
Windows Vista
WindowsForms
WinFx
wpf
Navigation
Home
Blogs
Archives
August 2008 (1)
July 2008 (1)
May 2008 (4)
April 2008 (6)
January 2008 (1)
December 2007 (3)
November 2007 (4)
October 2007 (1)
July 2007 (1)
June 2007 (1)
May 2007 (1)
April 2007 (1)
March 2007 (2)
February 2007 (1)
January 2007 (2)
December 2006 (1)
August 2006 (2)
July 2006 (4)
June 2006 (16)
May 2006 (4)
April 2006 (10)
March 2006 (14)
February 2006 (5)
January 2006 (2)
August 2005 (4)
July 2005 (6)
June 2005 (5)
April 2005 (4)
February 2005 (5)
January 2005 (4)
December 2004 (8)
November 2004 (6)
October 2004 (3)
September 2004 (5)
August 2004 (14)
July 2004 (2)
June 2004 (3)
May 2004 (6)
April 2004 (4)
March 2004 (6)
February 2004 (5)
January 2004 (7)
October 2003 (10)
June 2003 (2)
May 2003 (2)
April 2003 (5)
March 2003 (9)
Blogs I (try to) read
Roy Osherove
Scott Guthrie
Neopoleon.com
Places
Logic Studio
MS RDs
CodeSmith
Browse by Tags
All Tags
»
.NET
(
RSS
)
ADO.NET
ASP.NET
avalon
C#
CLR
Expression
F#
Functional Programming
General Software Development
infocard
IronPython
Java
Linux
Mono
Numerical Analysis
ParallexFX
Popfly
Postgresql
Programming Languages
Python
Ruby
Silverlight
vista
Visual Studio
wcf
wf
Windows Forms
WindowsForms
WinFx
wpf
Sunday, May 18, 2008 1:27 AM
Cloning objects in .NET
In an interesting project where I'm giving a hand, we need to clone objects of a number of different types, perhaps surprisingly the CLR doesn't offer a general cloning method, of course you could use MemberwiseClone() but this is a protected method,...
Posted by
Edgar Sánchez
|
2 comment(s)
Filed under:
C#
,
.NET
Monday, January 07, 2008 12:20 AM
Eight Silverlight training sessions
A little bit of cross-posting but I find this interesting enough as not to risk you miss it... Silverlight 1.0 FireStarter is a one day event, targeting developers and designers, that teaches the why's and how's of Silverlight 1.0, a total of eight very...
Posted by
Edgar Sánchez
|
2 comment(s)
Filed under:
.NET
,
Popfly
,
Expression
,
Silverlight
Wednesday, December 05, 2007 12:24 AM
Tuples: an F# lightweight data structure
Maybe the best thing to do is to start by showing a few examples of tuples: let amigo = ( "Sebastián" , 7) let pair1 = (3, 2) let pair2 = (2, 5) let student = "Santiago" , "Monterrey" , 2007, true The first tuple ("Sebastián"...
Posted by
Edgar Sánchez
| with
no comments
Filed under:
Functional Programming
,
.NET
,
F#
,
Programming Languages
Sunday, December 02, 2007 9:09 PM
F# doesn't need parenthesis in functions, or does it?
In a previous posting I mentioned that when you define a function in F# you don't need parenthesis surrounding the parameters, or commas separating them. So, this simple definitions are all valid: let negate a = -a let add a b = a + b let...
Posted by
Edgar Sánchez
|
1 comment(s)
Filed under:
Functional Programming
,
.NET
,
F#
Friday, November 30, 2007 12:14 AM
ParallelFX: multi-processing extensions for .NET Framework
It is interesting how new solutions bring new problems: when Intel noticed that Moore's Law was loosing steam, it had to look for a new way of producing ever more powerful computers ¿their solution? Put more CPU's on every chip (the famous multi-core...
Posted by
Edgar Sánchez
|
1 comment(s)
Filed under:
.NET
,
ParallexFX
Wednesday, November 28, 2007 7:16 PM
F# basic function definition syntax
In the comments to this post , Anon and Josh complain about the syntax of F#. On one hand, they've got a point: most programmers are used to notations similar to those of Visual Basic, C# or Java, and for them many of the syntactic details of F# will...
Posted by
Edgar Sánchez
|
8 comment(s)
Filed under:
Functional Programming
,
.NET
,
F#
Wednesday, July 18, 2007 10:54 PM
Another new version of the F# compiler (1.9.2.7 and counting...)
In a silent way, last Friday 13th version 1.9.2.7 of the F# compiler was released . This wasn't announced by the "father" or F# , nor in the usual places , I wonder how Mike Gunderloy found out... Anyways, kudos to the Microsoft-*real*-functional-language...
Posted by
Edgar Sánchez
| with
no comments
Filed under:
Functional Programming
,
Visual Studio
,
.NET
,
F#
Monday, April 23, 2007 11:28 PM
Python 2.5.1 and IronPython 1.1 released
I just learnt that on April 18th Python 2.5.1 was released, and that one day before IronPython 1.1 was also released, for (the very few of you) that don't know it, IronPython is an open source implementation of Python that runs natively on .NET Framework...
Posted by
Edgar Sánchez
| with
no comments
Filed under:
.NET
,
Python
,
IronPython
Monday, March 05, 2007 10:58 PM
Programming in .NET military style
It seems like the .NET platform happened to be a nice innovation test bed. Mary Jo Foley talks about the “Sharps” , the growing cloud of experimental programming languages (A#, Cocoa#, F#, Gtk#, J#, Sing#, Spec#, X#) that range from data oriented...
Posted by
Edgar Sánchez
|
1 comment(s)
Filed under:
.NET
,
F#
,
Programming Languages
Friday, July 07, 2006 11:02 AM
Mono 1.1.16: Python, Windows Forms, ASP.NET 2.0
This is actually Beta 3 of Mono 1.2, some highlights (according to the official announcement ): IronPython 1.0 Beta 8 works with this release out of the box. Majorly improved Windows.Forms and System.Drawing as our beta program for Windows.Forms continues...
Posted by
Edgar Sánchez
| with
no comments
Filed under:
WindowsForms
,
C#
,
Windows Forms
,
.NET
,
Linux
,
Mono
,
Python
More Posts
Next page »