Browse by Tags

All Tags » C# » ASP.NET (RSS)

MVC Storefront by Chris Hardy (ChrisNTR)

Twitter reference... Last night I finished watching the MVC Storefront videos; Since April 2008, Rob Conery has been putting together example videos of building a real world ASP.NET MVC app called the MVC Storefront. Through these videos there have been...

Oxite - The ASP.NET MVC CMS by Chris Hardy (ChrisNTR)

The guys over at Channel 9 have created the first blogging engine/content management system (CMS) based on the open source ASP.NET MVC framework. It's named Oxite and is avaliable to download now (in a Alpha version) on the Codeplex website . The first...

WebForm Gripe - Getting LinkButton to work without Javascript. by Chris Hardy (ChrisNTR)

WebForms is a sort of love/hate thing for me. There are some things I love about WebForms and then there's quite a few things that really cause me a lot of pain. Sadly, the ones that cause me a lot of pain are the ones that stand out. I might turn these into a little series - depending on how many of these gripes show up and how many I can remember! Most of these gripes are probably me just not understanding WebForms correctly, I'm willing to learn so any pointers in the right direction would be good. The first one that I'm going to write about is the LinkButton control. For the most part it's a nice control, which allows a method to be called when a normal anchor link has been clicked. The problem occurs when the method is only called via a Javascript PostBack method in the href attribute. What this does is stop people who do not have Javascript running on their browser (for whatever reason that may be) from using the site. ...

First look at Monorail.. by Chris Hardy (ChrisNTR)

I might be behind the times a little bit but for various different reasons I have delved back into the world of MVC for ASP.NET with Monorail - an open source framework which runs on top of C# and ASP.NET....
Filed under: , , ,
More Posts