Click here to Skip to main content
15,884,099 members

Articles by Erich Ledesma (Articles: 8, Tip/Tricks: 4)

Articles: 8, Tip/Tricks: 4

RSS Feed

Average article rating: 4.48

Containers
Virtual Machine
15 May 2011   Updated: 17 Jan 2013   Rating: 4.86/5    Votes: 6   Popularity: 3.78
Licence: CPOL    Views: 32,231     Bookmarked: 8   Downloaded: 319
Please Sign up or sign in to vote.
Automatic creation of equality members (Equals and GetHashCode).
Programming Languages
C#
3 Jun 2011   Updated: 3 Jun 2011   Rating: 4.78/5    Votes: 40   Popularity: 7.61
Licence: CPOL    Views: 79,858     Bookmarked: 101   Downloaded: 783
Please Sign up or sign in to vote.
How to create a very simple and very basic IoC container from scratch
25 Jan 2013   Updated: 26 Jan 2013   Rating: 4.75/5    Votes: 3   Popularity: 2.27
Licence: CPOL    Views: 16,962     Bookmarked: 6   Downloaded: 207
Please Sign up or sign in to vote.
How to build an object to calm down event traffic.
18 Feb 2009   Updated: 21 Apr 2009   Rating: 3.80/5    Votes: 3   Popularity: 1.81
Licence: CPOL    Views: 24,980     Bookmarked: 32   Downloaded: 85
Please Sign up or sign in to vote.
How to create automated Adapters and extend/modify the original functionality with default member’s implementation for interfaces, Eiffel-like Separates, Code Injection, and Design by Contract.
JScript .NET
18 Nov 2010   Updated: 18 Nov 2010   Rating: 4.25/5    Votes: 4   Popularity: 2.56
Licence: CPOL    Views: 30,595     Bookmarked: 29   Downloaded: 738
Please Sign up or sign in to vote.
Bases to create your own JavaScript shell for your application
PowerShell
20 Dec 2014   Updated: 20 Dec 2014   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 8,961     Bookmarked: 8   Downloaded: 63
Please Sign up or sign in to vote.
How to make solution templates with NuGet packages
XML
9 Sep 2014   Updated: 16 Nov 2018   Rating: 4.80/5    Votes: 6   Popularity: 3.74
Licence: CPOL    Views: 15,481     Bookmarked: 10   Downloaded: 180
Please Sign up or sign in to vote.
This article shows how to use the FubuMVC's behavior chains pattern (BMVC) to improve BLL maintainability.
Web Development
ASP.NET
21 Jan 2008   Updated: 23 Jan 2008   Rating: 3.92/5    Votes: 8   Popularity: 3.54
Licence: CPOL    Views: 121,953     Bookmarked: 45   Downloaded: 4,190
Please Sign up or sign in to vote.
This project allows you to store values along with unit information and conversion between different measurement systems. Also provides a hierarchy to create new converters easily.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.50

General Programming
String
28 Jun 2011   Updated: 29 Jun 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 19,623     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
I rather like IEnumerable than IList, parameters should be as general as posible. I think it's really getting very fun up here. Here's my choice, just for strings.public static string Join(this IEnumerable parts, string separator){ if (! parts.Any()) return...
Programming Languages
C#
26 Mar 2012   Updated: 26 Mar 2012   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 15,101     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
A simple extension to map ditionary entries using lambda expressions
22 Sep 2014   Updated: 22 Sep 2014   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 10,610     Bookmarked: 5   Downloaded: 46
Please Sign up or sign in to vote.
Problem detected while testing a parallel consumer had a very dark explanation and a very simple solution.
Web Development
ASP.NET
28 Jun 2011   Updated: 29 Jun 2011   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,360     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I came with another one. I happen to love Lambda expressions. The idea is to extend this base class:public class SafeSessionBase{ HttpSessionState _session; public SafeSessionBase(HttpSessionState session) { _session = session; } protected TResult...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect SunHotels
Spain Spain
I Received a Bachelor's Degree in Computer Science at the Mathematics and Computer Science Faculty, University of Havana, Cuba.

I mainly work in web applications using C# and some Javascript. Some very few times do some Java.