Browse by Tags

All Tags » ASP.NET MVC » ASP.NET (RSS)

ClubStarterKit - where do we go? by zowens

Wow, what a year. Not exactly what I'd expected. Before I dive into where we are now, let me preface this post by saying I have NOT forgotten ClubStarterKit! Although I was not the original author, I feel like it's my baby. I can't just forget about it...

Misuse of Delegates??? by zowens

In the evolution of the ideas presented in Java, C# has provided the idea of method delegation and delegates, which I'm sure you are well aware of. In C# 3.0 with the introduction of the LINQ, Lambdas were born. With Lambdas, we are able to provide an...
Filed under: , , ,

ASP.NET MVC CSS Sprite by zowens

A month ago, I wrote about my technique to output a CSS sprite for ASP.NET . Granted, I made a big mistake. I put WAY too much bloat into the post. Not a K.I.S.S. moment. I have reworked my CSS sprite technique to be unique to MVC. I've used the most...

CSS Sprite for ASP.NET by zowens

CSS sprites are becoming popular as a way to increase application performance by eliminating HTTP requests by the client to the web server. It also serves as a path for better cache management. I will need to go through a bit of background before we start...

Poll: JavaScript library for an eCommerce site? by zowens

Click Here to vote Here are your options: jQuery YUI Prototype/Scriptaculous MooTools Ext (using jQuery as backend) Ext (using YUI as backend) Ext (using Ext base) Happy voting!

ASP.NET MVC is FINALLY here! by zowens

After some delay (and an EXCELLENT recovery by the ASP.NET team ;) we can now DOWNLOAD ASP.NET MVC ! Trust me, it takes a while :) Let the mass blogging begin!
More Posts