iBuySpy was a very popular sample application, but a lot has changed in Web Forms development since then.
ScottGu suggested that I rewrite the old iBuySpy application – so I did.
It’s ASP.NET 4 with CSS based layout, data access via Entity Framework, etc.
The www.asp.net landing page is here http://www.asp.net/web-forms/samples/tailspin-spyworks/
I’ll be adding features over time and doing videos to explain some of the cool stuff.
You can download the code from CodePlex at http://tailspinspyworks.codeplex.com/
For you MVC folks, my team mate (Jon Galloway) has built a sample MVC Store application which you can find here : http://www.asp.net/mvc/samples/mvc-music-store/
Filed under:
ASP.NET





















FYI: ScottGu is a bad link
Thanks Jeff – looks like I double Ctrl-V’d
Thanks
I like this application
I just downloaded and looked through the tutorial I hope this sets the standard for others to put up a tutorials I just did a tutorial on E-Commerce from a book I bought it’s a code heavy cumbersome app with one hugh data access class this implimatiom of an e-commerce sit looks great and I like the way you put it all together with the tutorial that explanes the methodology Good stuff guys I see you got one of the ha ha bros working with you on this thanks alot Keep up the good work
Hello,
I just downloaded the code but when i run i get unhandle exception at Global.asax
void Application_Error(object sender, EventArgs e)
{
String RedirectUrlString = "~/Error.aspx?InnerErr=" + myEx.InnerException.Message.ToString() + "&Err=" + myEx.Message.ToString();
}
Here when i put debug point i get InnetException null so i think we need to check that first.
Thanks,
Jinal Patel.
Hi Joe,
Great work, I enjoy it, ASP.NET really ROCKS!
I read your tutorial as well and I encounter some spelling errors, so I collect them in one text file and sent it to you.
Regards
RE: Introducing – TailspinSpyworks – WebForms Sample Application
A couple weeks ago we did a soft release of a new ASP.NET MVC 2 Tutorial and Sample Application I’ve