October 2010 - Posts

Integrate Html5 Form in ASP.NET MVC by Kazi Manzur Rashid's Blog

This article is divided into three parts. In the first, part I will show you how you can add Html5 forms in your ASP.NET MVC application with very minimum effort. In the second part, I will show you how to implement client side validation which will trigger...

Microsoft WebPage/WebMatrix and Ruby Sinatra by Kazi Manzur Rashid's Blog

This is a continuation of my previous post . In this post, I will do a side by side comparison of Microsoft WebMatrix/WebPage with Ruby Sinatra . The reason I picked Sinatra because both Sinatra and WebMatrix can be used to develop web sites with very...
Filed under: , ,

Back to Basic - Writing meaningful, accessible and semantic markup in Html5 by Kazi Manzur Rashid's Blog

Unless you are living in a cave, I expect you heard Html5 and know that most of the modern browsers has the reasonable support to render html5 pages. In this post, I will take the tiny sample “Bakery” which comes with the Microsoft WebMatrix as a site...
Filed under: , , , , ,

How to raise event for a mocked call. by Mehfuz's WebLog

Recently, while i was working with a support issue , i found this interesting piece of test code that i would like to share here. This is actually written by Stefan Lieser (clean code developer from Germany forwarded to me by Jan from Telerik Germany...
Filed under: , ,

Ten Caching Mistakes that Break your App by Omar AL Zabir on things you don't find easily

Caching frequently used objects, that are expensive to fetch from the source, makes application perform faster under high load. It helps scale an application under concurrent requests. But some hard to notice mistakes can lead the application to suffer...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems