class Programmer : IEnableMuch {
"Simplicity can't be bought later, it must be earned from the start" -- DB
Wednesday, March 20, 2013
Safe Navigation Operator
›
C# is lacking a safe navigation operator , so we are forced to write this kind of code... Console.WriteLine("Winner's zipcode: {0...
2 comments:
Wednesday, March 13, 2013
Lest we forget, WCF is Windows Communication Foundation, not Web Communication Foundation. nod nod wink wink
›
Suffice to say, WCF was not created with web app in mind, try to interoperate WCF with a web front-end, I think (sorry I didn't do my ho...
Thursday, March 7, 2013
Clay, the power of JavaScript within C#
›
The code: using System; using System.Linq; using System.Collections.Generic; using System.Dynamic; using ClaySharp; namespace Th...
Thursday, February 28, 2013
IE7 don't have feelings, but it's a browser too
›
Having said that, it still needed be supported by JavaScript frameworks too despite IE10’s release Yesterday I shared that AngularJS is n...
Tuesday, February 26, 2013
A primer on connection pooling
›
using System; using System.Data; using System.Data.SqlClient; namespace Craft { class Mate { // Connection pooling 101: ht...
‹
›
Home
View web version