Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 29 June 2013
Optimistic concurrency in Sql Server
›
This article will quickly describe how to enable optimistic concurrency in Sql Server. Optimistic concurrency is implemented in Sql Server ...
Saturday, 1 June 2013
Implementing a generic Singleton in C#
›
This article will present the necessary code to implement a generic Singleton class in C#. Singletons are implemented in code, where you wan...
1 comment:
Sunday, 26 May 2013
Creating a WCF ServiceBehavior to enforce HTTPS
›
The following code will enforce your WCF Services to use HTTPS: using System; using System.ServiceModel; using System.ServiceModel.Descri...
‹
›
Home
View web version