Click here to Skip to main content
15,886,676 members

Articles by Enrique Albert (Articles: 20, Project: 1, Tip/Trick: 1)

Articles: 20, Project: 1, Tip/Trick: 1

RSS Feed

Average article rating: 4.85

Database Development
NoSQL
15 Dec 2012   Updated: 3 Feb 2013   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 34,682     Bookmarked: 26   Downloaded: 773
Please Sign up or sign in to vote.
Unit of Work and Repository RavenDB implementation example
SQL Server
13 Jan 2008   Updated: 13 Dec 2008   Rating: 4.09/5    Votes: 7   Popularity: 3.45
Licence: CPOL    Views: 46,141     Bookmarked: 48   Downloaded: 0
Please Sign up or sign in to vote.
Console and GUI utility application that executes SQL scripts against SQL Servers (7, 2000, and 2005) - version 2.0.1.2 is now available.
Desktop Programming
Windows Forms
15 Dec 2008   Updated: 15 Dec 2008   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 21,270     Bookmarked: 27   Downloaded: 0
Please Sign up or sign in to vote.
A log4Net example: how to consolidate SQL scripts using log4Net.
DevOps
Unit Testing
10 Feb 2013   Updated: 10 Feb 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 44,635     Bookmarked: 7   Downloaded: 174
Please Sign up or sign in to vote.
Pattern to follow using mock frameworks so non public methods can be tested. The code example is based on the RhinoMock framework but it is easily applicable to any other mock framework.
Hosted Services
Azure
31 Jan 2013   Updated: 31 Jan 2013   Rating: 4.33/5    Votes: 6   Popularity: 3.37
Licence: CPOL    Views: 45,263     Bookmarked: 21   Downloaded: 1,648
Please Sign up or sign in to vote.
EF Code First implementation of generic repository and unit of work. With deployment to Azure web sites using SQL Compact.
Web Development
IIS
24 Nov 2010   Updated: 18 Dec 2010   Rating: 4.86/5    Votes: 20   Popularity: 6.33
Licence: CPOL    Views: 75,505     Bookmarked: 36   Downloaded: 0
Please Sign up or sign in to vote.
In-proc WCF testing, dynamic client proxies, WCF Request context extension, and WCF client async commands.
5 Jul 2010   Updated: 5 Nov 2010   Rating: 4.82/5    Votes: 23   Popularity: 6.56
Licence: CPOL    Views: 97,222     Bookmarked: 56   Downloaded: 0
Please Sign up or sign in to vote.
Introducing the RepositoryLocator pattern.
18 Dec 2010   Updated: 7 Jan 2011   Rating: 4.87/5    Votes: 13   Popularity: 5.42
Licence: CPOL    Views: 61,424     Bookmarked: 24   Downloaded: 0
Please Sign up or sign in to vote.
Development of parent/child relationships across application layers - also AutoMapper, a WPF custom converter, and WPF shutdown.
4 Sep 2010   Updated: 11 Oct 2011   Rating: 5.00/5    Votes: 16   Popularity: 5.88
Licence: CPOL    Views: 66,054     Bookmarked: 47   Downloaded: 0
Please Sign up or sign in to vote.
Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels.
15 Sep 2010   Updated: 11 Oct 2011   Rating: 4.96/5    Votes: 15   Popularity: 5.83
Licence: CPOL    Views: 65,224     Bookmarked: 41   Downloaded: 0
Please Sign up or sign in to vote.
WPF ICommand implementation based on Josh Smith's pattern.
18 Sep 2010   Updated: 11 Oct 2011   Rating: 4.88/5    Votes: 14   Popularity: 5.60
Licence: CPOL    Views: 44,140     Bookmarked: 36   Downloaded: 0
Please Sign up or sign in to vote.
WPF INotifyPropertyChanged implementation.
15 Oct 2010   Updated: 14 Oct 2011   Rating: 4.94/5    Votes: 16   Popularity: 5.95
Licence: CPOL    Views: 103,465     Bookmarked: 37   Downloaded: 0
Please Sign up or sign in to vote.
How to use Spring.Net DI reducing coupling and enhancing automated testing.
2 Nov 2010   Updated: 14 Oct 2011   Rating: 4.92/5    Votes: 15   Popularity: 5.78
Licence: CPOL    Views: 87,425     Bookmarked: 46   Downloaded: 0
Please Sign up or sign in to vote.
Unit of work pattern on NHibernate using repositories.
27 Jul 2010   Updated: 23 Oct 2012   Rating: 4.93/5    Votes: 14   Popularity: 5.65
Licence: CPOL    Views: 61,651     Bookmarked: 38   Downloaded: 0
Please Sign up or sign in to vote.
Baseline WCF Client application using the MVVM pattern
15 Jul 2010   Updated: 23 Oct 2012   Rating: 4.95/5    Votes: 17   Popularity: 6.09
Licence: CPOL    Views: 63,752     Bookmarked: 41   Downloaded: 0
Please Sign up or sign in to vote.
Global and Request context pattern for server side resources
10 Jul 2010   Updated: 24 Oct 2012   Rating: 4.96/5    Votes: 19   Popularity: 6.22
Licence: CPOL    Views: 99,472     Bookmarked: 56   Downloaded: 0
Please Sign up or sign in to vote.
WCF service response message patterns
15 Jul 2010   Updated: 24 Oct 2012   Rating: 4.66/5    Votes: 23   Popularity: 6.25
Licence: CPOL    Views: 66,450     Bookmarked: 45   Downloaded: 0
Please Sign up or sign in to vote.
Generic transaction and exception manager for server side services
7 Jan 2011   Updated: 25 Oct 2012   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: CPOL    Views: 119,157     Bookmarked: 67   Downloaded: 0
Please Sign up or sign in to vote.
WPF Validation using the IDataErrorInfo interface combined with Validation attributes
28 Jun 2010   Updated: 19 Dec 2012   Rating: 4.83/5    Votes: 35   Popularity: 7.45
Licence: CPOL    Views: 125,742     Bookmarked: 172   Downloaded: 0
Please Sign up or sign in to vote.
First draft version of the model, repository, and services.
28 Jun 2010   Updated: 28 May 2013   Rating: 4.91/5    Votes: 83   Popularity: 9.41
Licence: CPOL    Views: 442,949     Bookmarked: 532   Downloaded: 1,266
Please Sign up or sign in to vote.
Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.00

Programming Languages
C#
15 Sep 2010   Updated: 15 Sep 2010   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 21,090     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Handy extension method that parses common boolean expressions

Average reference rating:

No reference articles have been posted.

Average project rating: 5.00

DevOps
Git
25 Apr 2013   Updated: 24 Jun 2013   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: CPOL    Views: 64,022     Bookmarked: 25   Downloaded: 684
Please Sign up or sign in to vote.
Azure WebSite and W8 Store App using SQL-CE, Azure SQL, Mobile Services, SignalR, EF, WebAPI and integration to Bing Maps
Software Developer (Senior)
Ireland Ireland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.