Browse by Tags

All Tags » ASP.NET (RSS)

Interesting MVC Sample Project

I was listening to some podcasts or other, I think it was one of the Herding Code podcasts, where they interview Rob Conery and his sample MVC project. In which he walked you through the process of creating this MVC Storefront using ASP.NET MVC, TDD,...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

It's Time to Play SPOT THE BUG!!

*cheer* All right, ladies and gentlemen. I'm your host with the most, BuggyFixius. *cheer and clappings* Today we have an exciting web bug for you. Let's see if you can... *altogether now* SPOT THE BUG!! We have with us today, an ASP.NET website...
Posted by Jimmy Chandra | 5 comment(s)
Filed under: ,

ASP.NET 3.5 Extension: Dynamic Data Support

Working on creating data maintenance page can be such a chore. Now we have a better tool in ASP.NET that can make the task a whole lot easier. Dynamic Data Support in the new ASP.NET 3.5 Extension is a great way to quickly create data maintenance pages...
Posted by Jimmy Chandra | with no comments
Filed under:

ASP.NET CustomValidator ... ARRRGH!

I've never been a fan of ASP.NET Validation controls (perhaps old habit dies hard). Well , the real reason is because I've tried using them before and it felt very quirky and buggy, especially when you just started using it. For example, one moment it...
Posted by Jimmy Chandra | 3 comment(s)
Filed under: , ,