Bangladesh MVPs
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.net
Agile
ajax
asp.net
asp.net MVC
AspNetMvc
Blog Posts
C#
DotNetShoutout
Entity Framework
IoC/DI
jQuery
JustMock
linq
Mock
MVC
Open Source
performance
production
Projects
TDD
Telerik
Uncategorized
unit test
Unity
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
February 2012 (1)
January 2012 (2)
December 2011 (5)
November 2011 (1)
October 2011 (2)
September 2011 (1)
August 2011 (2)
July 2011 (2)
June 2011 (1)
May 2011 (4)
March 2011 (1)
February 2011 (2)
December 2010 (3)
November 2010 (3)
October 2010 (5)
September 2010 (5)
August 2010 (5)
July 2010 (4)
June 2010 (6)
May 2010 (15)
April 2010 (21)
March 2010 (6)
February 2010 (9)
January 2010 (4)
December 2009 (8)
November 2009 (9)
October 2009 (2)
September 2009 (9)
August 2009 (5)
July 2009 (4)
June 2009 (8)
May 2009 (7)
April 2009 (12)
March 2009 (14)
February 2009 (13)
January 2009 (3)
December 2008 (4)
November 2008 (1)
October 2008 (13)
September 2008 (2)
August 2008 (4)
July 2008 (1)
June 2008 (2)
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...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Action Filter
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:
asp.net
,
ajax
,
jQuery
,
AspNetMvc
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...
Filed under:
asp.net
,
unit test
,
MVC
,
asp.net MVC
,
javascript
,
AspNetMvc
,
DotNetShoutout
,
KiGG
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:
asp.net
,
asp.net MVC
,
AspNetMvc
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...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
DotNetShoutout
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:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
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...
Filed under:
asp.net
,
ajax
,
MVC
,
asp.net MVC
,
jQuery
,
AspNetMvc
,
Adaptive Rendering
,
jQuery UI
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...
Filed under:
workflow
,
linq
,
.net
,
asp.net
,
ajax
,
javascript
,
silverlight
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...
Filed under:
asp.net
,
asp.net MVC
,
AspNetMvc
,
DotNetShoutout
,
KiGG
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...
Filed under:
asp.net
,
asp.net MVC
,
AspNetMvc
,
Patterns
,
Best Practise
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...
Filed under:
asp.net
,
asp.net MVC
,
AspNetMvc
,
Patterns
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:
Entity Framework