Tag Archives: .net

ScriptSharp, System.dll and build errors

Having discovered the excellent ScriptSharp project just a few weeks ago, I began to encounter errors with the project in that sometimes it would cease to build successfully. If [..]

Snippets , , , , ,

Data Caching with .Net 4.0 and Asp.Net MVC – part 2

This is the second article in a series about using the .Net 4.0 Caching objects in Asp.Net MVC – catch up first with part 1 of the series, [..]

Articles , , , , , ,

LinqToSql and Nullable Varchar Fields

This is the excerpt Read more »

Snippets , , ,

Creating self-hosted WCF Data Services

This question came up the other night at the June NEBytes meeting after a presentation by Iain Angus (Black Marble) on WCF Data Services – can you host [..]

Articles , , ,

New WCF Article on Codeproject.com

Finally I found I had something to write about; an article on creating a remote file store using WCF, and it’s hosted right now over at CodeProject.com. It [..]

Articles , , ,

Simple Object Conversion Pattern

Here’s a quick conversion pattern you can use if you’ve got a lot of object conversion going on within your project, especially where databases and web services are [..]

Articles ,

LinqToLfsWorld – A look at the demo website

Now that LinqToLfsWorld has been out for a couple of days, I’ve got time to explain a bit more about the features, using the demo website as an [..]

Articles , , , ,

Querying LfsWorld with LinqToLfsWorld

In this post I’m going to show you all the different types of queries you can perform with LinqToLfsWorld. For an overview of what the library is and [..]

Articles , , , ,

LinqToLfsWorld v1.0.2 Released!

Just a quick post to say that LinqToLfsWorld 1.0.2 has been released – you can grab it from the project homepage. This version of the library adds: Support [..]

Articles , , , ,

LinqToLfsWorld v1.0 Released!

Just a quick post to say that LinqToLfsWorld 1.0 has been released; you can grab it from the project homepage on codeplex.com. Whilst the interface hasn’t changed, under [..]

Articles , , , ,