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
April 2012 (1)
March 2012 (2)
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)
Browse by Tags
All Tags
»
DotNetShoutout
(
RSS
)
asp.net
asp.net MVC
AspNetMvc
C#
Common Service Locator
Community News
DDD
Design Patterns
EventAggregator
IoC/DI
javascript
KiGG
MVC
ocp
Open Closed Principle
Open Source
Patterns
TDD
unit test
Unity
For Us By Us
by
Kazi Manzur Rashid's Blog
No, this is not at all a post of FubuMVC , I just borrowed the words for this post. Jeff Atwood & Joel Spolsky thinks it is a compliment when they found there site design is copied by a Chinese site and I do agree it completely, specially when it...
Filed under:
Open Source
,
DotNetShoutout
,
ocp
,
Open Closed Principle
,
Community News
,
KiGG
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
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
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
Use Event Aggregator to make your application more extensible
by
Kazi Manzur Rashid's Blog
Recently, in KiGG / DotNetShoutout we have integrated Twitter , nothing complex, very basic thing like when a story is submitted or appears in the front page it will broadcast in Twitter and like our feed it will post the short url of the original story...
Filed under:
asp.net
,
C#
,
Patterns
,
DotNetShoutout
,
Design Patterns
,
ocp
,
Common Service Locator
,
EventAggregator
,
IoC/DI
,
Open Closed Principle
,
Unity
Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell
by
Kazi Manzur Rashid's Blog
In this post, I will show how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start , like configuring your IoC/DI, registering...
Filed under:
asp.net
,
asp.net MVC
,
AspNetMvc
,
DotNetShoutout
,
ocp
,
Common Service Locator
,
IoC/DI
,
Open Closed Principle
,
Unity
ASP.NET MVC RC1, ValidateInput, A potential dangerous request and the Pitfall
by
Kazi Manzur Rashid's Blog
In the latest release of ASP.NET MVC, a new attribute ValidateInput is introduced which is same as Web Forms ValidateRequest page directive, certainly a good choice. Phil Haack blogged it , so as Steven Smith and also Nick Berarrdi . But it starts to...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
DotNetShoutout
DotNetShoutout : Few Productivity Tips
by
Kazi Manzur Rashid's Blog
I just want share few tips with the DotNetShoutout users, maybe you have already discovered it, if you have not then it might be handy. Feed If you subscribe to our published or upcoming feed, you will notice that clicking on the link does not take you...
Filed under:
DotNetShoutout
,
Community News
Domain Model (Developing KiGG v2.0 Part 1)
by
Kazi Manzur Rashid's Blog
As mention in my previous post that I will be discussing the technical side of KiGG . So this is the beginning and it will be a multi-part series. I will try to put as much detail as possible, do let me know if I missed anything. Just for a recap, KiGG...
Filed under:
asp.net
,
MVC
,
C#
,
AspNetMvc
,
DotNetShoutout
,
TDD
,
DDD
,
KiGG