Click here to Skip to main content
15,881,812 members

Articles by Darek Danielewski (Articles: 6, Tip/Tricks: 12)

Articles: 6, Tip/Tricks: 12

RSS Feed

Average article rating: 4.83

Database Development
SQL Server
16 Jun 2013   Updated: 16 Jun 2013   Rating: 4.86/5    Votes: 6   Popularity: 3.78
Licence: CPOL    Views: 33,494     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
The subject of thread safety is often overlooked by even experienced developers. When designing an application or service to be utilized by multiple internal and external threads, one must account for potential issues arising from concurrent access to shared data.
31 Oct 2014   Updated: 31 Oct 2014   Rating: 4.90/5    Votes: 9   Popularity: 4.68
Licence: CPOL    Views: 120,621     Bookmarked: 14   Downloaded: 0
Please Sign up or sign in to vote.
Up until version 1.26 of Dapper, it was not possible to utilize TVP.
Desktop Programming
WPF
19 Nov 2012   Updated: 20 Nov 2012   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 17,962     Bookmarked: 9   Downloaded: 97
Please Sign up or sign in to vote.
How to use Aspect Oriented Programming Toolkits in a dynamic WPF application
Programming Languages
C#
25 Sep 2013   Updated: 25 Sep 2013   Rating: 4.67/5    Votes: 2   Popularity: 1.40
Licence: CPOL    Views: 16,563     Bookmarked: 19   Downloaded: 4
Please Sign up or sign in to vote.
Writing multiple finite states machines code is a tedious and boring task. With a little help from T4 Template, this process can be automated.
15 Nov 2012   Updated: 20 May 2013   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 25,021     Bookmarked: 23   Downloaded: 0
Please Sign up or sign in to vote.
How to use AOP and System.Runtime.Caching.MemoryCache to improve application performance
Security
Encryption
27 Mar 2014   Updated: 31 Mar 2014   Rating: 4.53/5    Votes: 7   Popularity: 3.83
Licence: CPOL    Views: 40,464     Bookmarked: 14   Downloaded: 0
Please Sign up or sign in to vote.
With a little help from C# Extensions and Dapper, it is easy to streamline coded database interaction, even with encrypted columns

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.52

Database Development
SQL Server
25 Feb 2014   Updated: 25 Feb 2014   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 13,190     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
This article demonstrates how to safely dequeue items from a shared table
16 Jan 2016   Updated: 16 Jan 2016   Rating: 4.47/5    Votes: 4   Popularity: 2.69
Licence: CPOL    Views: 6,370     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
A small script to remove old user accounts
2 Oct 2013   Updated: 2 Oct 2013   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,510     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
The combined use of Pipeline and NullObject patterns greatly simplifies data processing
4 Jun 2013   Updated: 4 Jun 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 19,052     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
The importance of using parameterized SQL queries has been well established, but passing table values or occassional NULL values has always been a problem ... until now ...
Programming Languages
ASM
15 Aug 2011   Updated: 15 Aug 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,470     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
If you are using ChannelFactory to access your WCF service here is another solution: http://pocorath.blogspot.com/2011/08/servicereferencesclientconfig.html[^].
C#
4 Dec 2013   Updated: 5 Dec 2013   Rating: 4.94/5    Votes: 7   Popularity: 4.17
Licence: CPOL    Views: 33,905     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
An interesting variation on the Singleton pattern
31 May 2015   Updated: 31 May 2015   Rating: 4.29/5    Votes: 16   Popularity: 5.05
Licence: CPOL    Views: 18,432     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
How dangerous and inefficient exception-based programming style can be?
11 Sep 2013   Updated: 11 Sep 2013   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 7,110     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
How to apply default values to non-value-types at runtime using Aspect Oriented Programming.
12 Dec 2015   Updated: 14 Dec 2015   Rating: 5.00/5    Votes: 18   Popularity: 6.28
Licence: CPOL    Views: 30,493     Bookmarked: 14   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes, you just must return multiple values from a method. Instead of specifying out or passing arguments by reference, consider an OperationResult class.
2 Dec 2013   Updated: 3 Dec 2013   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 42,852     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Clear guide on how to embed an image inside an HTML email
2 Apr 2013   Updated: 3 Apr 2013   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 15,080     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
How to create and apply TransactionScope using AOP.
SQL
1 Oct 2013   Updated: 1 Oct 2013   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: CPOL    Views: 20,162     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Once in a while comes a tiny NuGet package which makes your code so much more elegant ... Parallel Extension Extras is one such package

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect BI Software, Inc.
United States United States
A seasoned IT Professional. Programming and data processing artist. Contributor to StackOverflow.