ideas & tech in beta

 

Posts tagged with csharp

Jan 11 2012

An alternative to JsonResult which removes nulls

I have been building an rest api which accepts and returns json. Unfortunately MVC JsonResult lead to double encoding if you are serialising objects.

csharpblogjson.net
Jul 5 2011

Swapping 2 variable values in python

Really impressed with python especially the power and clarity of the syntax.

pythoncsharpprogrammingcodeblog
Jul 3 2011

Zip and FTP DB Backup using SQL CLR c#

a technique to create, zip and ftp SQL backups using a stored procedure within a standard SQL batch.

csharpt-sqlclrdbasqlprogrammingcodeblog
Jun 6 2011

C# CLR function to shred Facebook Social Graph json string into table

Finally a perfect use for SQL CLR. A proc which can shred the Facebook social graph into a table must faster than t-sql.

csharpxmlt-sqljsonclrprogrammingcodeblog