Blog Archives

Window Phone 7.1(codename mango) Tips

I found some cool tips on Windows Phone recently and hoping to find more in future. I will keep updating this blog as I find new stuff on Windows Phone. If you like to add more tips email me. #WindowsPhone

Posted in Windows Phone

How to do ASP.NET MVC Pagination in 30 minutes?

I needed web content pagination in my ASP.NET MVC 3 project. I found few solutions on the web, but end up accessing the first two below. Telerik Telerik has ASP.NET MVC extensions which I think is free and cool. To

Tagged with: , ,
Posted in MVC

Keep you MVC Razor view DRY!

Always keep your view DRY (do not repeat). Suppose your website has any of the following, Top menu Left menu Right menu Or you have some HTML which is repeated in different view, then you could use the following, @Html.Partial(“ViewFile”)

Tagged with:
Posted in MVC