Wordpress - codenodes.wordpress.com - Random scraps of .NET and other stuff

Latest News:

How GitHub works (as a company) 15 Jun 2013 | 03:02 pm

Recently I wanted to find out how github works technically, with the intention of uploading a small personal project. After googling I found a presentation titled exactly that – How GitHub works. Howe...

Saving many to many data in MVC4 and EF 4.1 code first part 3 13 Apr 2013 | 11:38 pm

So finally we are at the third part of our MVC EF many to many trilogy. Part 1 was the initial setup of the solution where we could add new users without any courses. In part 2 I then showed how to ad...

Saving many to many data in MVC4 and EF 4.1 code first Part 2 18 Jan 2013 | 12:55 am

So for part 2 of our saving many to many data we’re going to continue where we left off in part 1. I’ll show how to add courses to the system, how to list all available courses when creating a new use...

Saving many to many data in MVC4 and EF 4.1 code first Part 1 13 Jan 2013 | 10:39 pm

This post stems from an answer I gave to a question on stackoverflow.com about saving many to many relationship data in MVC using Entity Framework 4.1 code first. The scenario is an application that c...

Setup Continuous Integration server with IIS7 and Web deploy 2.0 1 Sep 2012 | 08:05 pm

Here’s how I set up a Continuous Integration server using IIS7 and Web Deploy 2.0 for deploying an application remotely. Our technology stack is Asp.net MVC4, jQuery, knockout, Entity Framework 4.1 co...

Store an extra value per item in a drop down list 10 Aug 2012 | 04:35 am

Recently I had a scenario where I needed to pass a value to a web service when a user selected an option in a drop down list. I had the drop down in a Razor view and when an item was selected an assoc...

Not able to log on the user WDeployConfigWriter 18 Jun 2012 | 05:48 pm

I recently had a problem where our continuous integration build started failing out of the blue. The last message in the console output was: Info: Using ID '913622f8-8063-47e5-9eef-44510c5b00ca' for c...

MVC 3 Editor templates 28 Apr 2012 | 02:34 am

On my current project I’ve been working with a concept called a time point, which allows a user to schedule certain events that need to happen at specific points of time. Up until now I had been using...

Reuse fields in different jQuery accordion sections 7 Jan 2012 | 11:09 am

If you’re reading this you might be wondering why in the name of all that’s good and holy would you want to use the same fields in different sections of an accordion control? Surely the whole point of...

Return complex type from OData WCF Data Service 23 Aug 2011 | 08:42 am

I’ve recently started working with the OData format and specifically Microsoft’s implementation of OData which is WCF Data Services, formerly known as ADO.NET Data Services and formerly formerly known...

Recently parsed news:

Recent searches: