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

Articles by dibley1973 (Article: 1, Technical Blogs: 18, Tip/Tricks: 2)

Article: 1, Technical Blogs: 18, Tip/Tricks: 2

RSS Feed

Average article rating: 4.66

All Topics
18 Oct 2015   Updated: 18 Oct 2015   Rating: 4.66/5    Votes: 18   Popularity: 5.84
Licence: CPOL    Views: 25,895     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Should you develop to the lowest skill level in your team?

Average blogs rating: 4.50

27 Nov 2015   Updated: 27 Nov 2015   Rating: 4.53/5    Votes: 4   Popularity: 2.73
Licence: CPOL    Views: 7,457     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
How to call a basic stored procedure using StoredProcedureFramework
.NET
19 Oct 2015   Updated: 19 Oct 2015   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,460     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Strongly Typed Stored Procedures for .NET
All Topics
28 Aug 2016   Updated: 28 Aug 2016   Rating: 4.80/5    Votes: 2   Popularity: 1.44
Licence: CPOL    Views: 16,034     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Localising Javascript Resource Files in ASP.Net MVCLocalising website text in ASP.Net projects is trivial when carried out server-sideusing resource files, but what do you do when you need localised text served fromthe client side? In previous projects I have served up the localised text as paramete
29 Jul 2016   Updated: 31 Jul 2016   Rating: 4.00/5    Votes: 3   Popularity: 1.91
Licence: CPOL    Views: 7,500     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
The Stored Procedure Framework now supports a stored procedure with dynamic fields
3 Aug 2016   Updated: 11 Aug 2016   Rating: 4.91/5    Votes: 11   Popularity: 4.91
Licence: CPOL    Views: 13,971     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
Using Entity Framework and the Store Procedure Framework To Achieve CQRS - Part#1
8 Aug 2016   Updated: 11 Aug 2016   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 5,840     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
This article follows on from Part1 where we described the background to the problem, set up the solution and added seed data to the database. In this article we will tackle the QueryStack and more specifically the ReadModel using SprocF
25 Aug 2016   Updated: 26 Aug 2016   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 5,460     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This article follows on from Part3 where we built the CommandStack leveraging EntityFramework andprepared to persist an order and some of its associated data to the database. In thisarticle we will shift our focus to the the client, (well our Integration Tests!) andcreate a test that creates an orde
26 Aug 2016   Updated: 26 Aug 2016   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,970     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we will shift our focus to the Command Stack and we will leverage EntityFramework to add a new order to the database.
15 Dec 2015   Updated: 15 Dec 2015   Rating: 4.89/5    Votes: 2   Popularity: 1.47
Licence: CPOL    Views: 13,391     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Calling a Stored Procedure without Parameters using the StoredProcedureFrameworkThis article is the second in a series of how to use my stronglytyped stored procedure framework to call stored procedures from .Net code in atype safe way.
Ienumerable
14 Dec 2015   Updated: 14 Dec 2015   Rating: 4.50/5    Votes: 2   Popularity: 1.35
Licence: CPOL    Views: 8,521     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This morning at work a colleague and myself discovered a slightly alarming difference between `IEnumerable.ForEach` and `List.ForEach` when we switched a collection type for a field in a C# ASP.NET MVC project.
Programming Languages
C#
10 Feb 2016   Updated: 10 Feb 2016   Rating: 4.76/5    Votes: 12   Popularity: 5.14
Licence: CPOL    Views: 19,407     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
In this series of posts, I am going to share with you the solution I have used in a recent project for a centralised event dispatcher.
19 Oct 2015   Updated: 19 Oct 2015   Rating: 3.93/5    Votes: 4   Popularity: 2.37
Licence: CPOL    Views: 12,540     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
Have you ever needed to convert a list of objects into a CSV file? If you need to in the future, this short extension of the Listof T will help you.
14 Dec 2015   Updated: 14 Dec 2015   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,490     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
As part of my on going Stored Procedure Framework project for .NET I wanted to create a DbCommand creator that is based upon the "builder pattern" and also uses a fluid-API for setting up the various command properties.
14 Dec 2015   Updated: 14 Dec 2015   Rating: 4.25/5    Votes: 3   Popularity: 2.03
Licence: CPOL    Views: 11,370     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
As part of the refactoring work for my stored procedure framework project, I needed to extract the conversion of CLR Types to `SqlDbTypes` out into a dedicated helper class. this has given me a simple mapper class which I'd like to share.
11 Feb 2016   Updated: 11 Feb 2016   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 8,660     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Centralised Event Dispatcher in C# - Part 2
12 Feb 2016   Updated: 18 Feb 2016   Rating: 4.00/5    Votes: 4   Popularity: 2.41
Licence: CPOL    Views: 9,070     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Centralised Event Dispatcher in C# - Part 3
Javascript
24 Dec 2015   Updated: 24 Dec 2015   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 8,010     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This article contains code for a simple JavaScript primer for Slickgrid that creates a simple searchable grid in only a few lines of code.
T-SQL
31 Jul 2016   Updated: 1 Aug 2016   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 14,102     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
The stored procedure framework now supports dynamic fields within multiple recordsets

Average tips rating: 4.40

Database Development
SQL Server
23 Sep 2015   Updated: 23 Sep 2015   Rating: 4.20/5    Votes: 2   Popularity: 1.26
Licence: CPOL    Views: 24,452     Bookmarked: 9   Downloaded: 40
Please Sign up or sign in to vote.
Call stored procedures in a type safe way using my StoredProcedureFramework for .NET
Web Development
ASP.NET
13 Oct 2015   Updated: 13 Oct 2015   Rating: 4.61/5    Votes: 9   Popularity: 4.40
Licence: CPOL    Views: 33,413     Bookmarked: 26   Downloaded: 0
Please Sign up or sign in to vote.
A simple C# extension method to convert List into a delimited text string. Ideal for creating CSV files!

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
United Kingdom United Kingdom
Duane has worked in a commercial software development environment for 9 years, with all but three for a global fashion retailer.

He is proficient in ASP.Net, MVC, C#, HTML, CSS, JavaScript, SQL Server TSQL.