Changing the CMS: From Graffiti to Orchard
I am moving off of Graffiti CMS and I am glad to be doing it. … more
I am moving off of Graffiti CMS and I am glad to be doing it. … more
I. What is this whole Pomodoro thing anyways?
Pomodoro means tomato in Italian. A gentleman by the name of Francesco Cirillo in the 1980s took a tomato timer (we … more
//
Public void DoStuff(string s)
{
FooBar foo = new FooBar();
var bar = new Bar();
foo.DoWork("monkey balls");
foreach(Bar b in Foo.GetBars("monkey")) … more
For Part one, please visit: http://ryankeeter.com/blog/single-page-applications-setup-with-ef-upshot-knoc...In this video:1) Create EF Code-First Model2) Create Data Controller inheriting from … more
There are just so many hidden gems within Visual Studio 2011 that I just don't know where to start. I was monkying around last night in the settings and came across a built-in dark theme that is … more
The above video will walk through the first part of a three part series on CRUD operations and Single Page Applications with ASP .NET MVC 4 beta. This video shows the following:
1. Create an … more
This video shows you how to take some of the new ASP .NET MVC 4 features and use them to make CoffeeScript a native programming language within Visual Studio. The new Bundling feature of MVC 4 beta is … more