April 2009 - Posts

Fun with Http Headers in ASP.NET MVC Action Filters by Kazi Manzur Rashid's Blog

Do you want your ASP.NET MVC application to auto redirect to a specific url after a certain interval, yes you can use javascript window.location , what about without javascript? Check this codes: [AutoRefresh(ControllerName = "Home", ActionName...

Using of JSON Result in Asp.net MVC 1.0 by Mehfuz's WebLog

In a post few month back , i showed how can i simulate a callback using JQuery and ASP.NET with my experimental FlickrXplorer project. More detail on this can be found at the following URL http://weblogs.asp.net/mehfuzh/archive/2008/10/13/using-jquery...
Filed under: , , ,

Script and CSS Management in ASP.NET MVC by Kazi Manzur Rashid's Blog

If you are familiar with YSlow recommendations, I guess you know that it recommends to put your CSS files at the top( #5 )  and JavaScript files at the bottom( #6 ) of the pages. Placing the CSS files at the top is not an issue but putting the JavaScript...

ASP.NET MVC View Location and Performance Issue by Kazi Manzur Rashid's Blog

Recently there has been quite some talk on HtmlHelper.RenderPartial() in ASP.NET MVC space which you will find over here and here . After reading those posts, I did an in depth analysis of the view location part, I am sharing the details with you so that...
Filed under: , ,

AdRotator for ASP.NET MVC by Kazi Manzur Rashid's Blog

I was looking  for an Ad Rotator for DotNetShoutout , as the sponsors are coming and most of them wants to show different images for the site and as well as in the feed. Certainly, I can use the built-in AdRotator control for the site, but it does...

Kobe – MS New Web 2.0 Resource Kit in ASP.NET MVC and My thoughts by Kazi Manzur Rashid's Blog

[Edit: There are few people are who mentioned that MS is not claiming it as a Best Practice, but I think they are wrong as the moment I am typing this the www.asp.net still has this tag “The resources are intended to guide you with the planning, architecting...
Filed under: , , ,

Adaptive Rendering in ASP.NET MVC by Kazi Manzur Rashid's Blog

ASP.NET MVC comes with different action results for various purpose, but some times, you will find those are not adequate for your scenario, lets consider the following screenshot: When user navigates to a different tab or change the sort order or moves...

Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Dropthings – my open source Web 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts full jQuery front-end combined with ASP.NET...

KiGG is now upgraded to ASP.NET MVC RTM 1.0 by Kazi Manzur Rashid's Blog

Just to let you know that I have uploaded the latest source of KiGG in Codeplex. Other than upgrading to ASP.NET MVC RTM, there are few enhancements: Implementing EventAggregator. Background Services like: Broadcast in Twitter. Ping different Feed Servers...

ASP.NET MVC Best Practices (Part 2) by Kazi Manzur Rashid's Blog

This is the second part of the series and may be the last, till I find some thing new. My plan was to start with routing, controller, controller to model, controller to view and last of all the view, but some how I missed one important thing in routing...

ASP.NET MVC Best Practices (Part 1) by Kazi Manzur Rashid's Blog

In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship...

Implementing Audit Trail using Entity Framework : Part -2 by Morshed Anwar's Blog

  In its part 1, I have talked about creating audit trail objects using the object state entries. As I said before In Second Part I will talk about roll back feature of this audit trail. In first part, I have said that, to [...] Read More...
Filed under:
Powered by Community Server (Non-Commercial Edition), by Telligent Systems