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)
November 2009 - Posts
Telerik ASP.NET MVC Grid Preview (Take 2)
by
Kazi Manzur Rashid's Blog
In the last post , I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid . One of the...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Open Source
,
Telerik
Extending ASP.NET MVC 2 Templates
by
Kazi Manzur Rashid's Blog
One of the new features of ASP.NET MVC 2 is Templates (DisplayFor/EditorFor), Brad Wilson did a series of post which explains how the templates works, Please read it before you continue this post. Although he did an excellent job explaining the inner...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
Unit Testing and Integration Testing in real projects
by
Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
I am yet to find a proper sample on how to do realistic Test Driven Development (TDD) and how to write proper unit tests for complex business applications, that gives you enough confidence to stop doing manual tests anymore. Generally the samples show...
Telerik Extensions for ASP.NET MVC Survey
by
Kazi Manzur Rashid's Blog
Dear readers, as you know that we have released our beta few weeks back, we are currently looking for your feedback on the existing features as well as the features that you would like to see in our next release. This is a very short survey only 4/5 screens...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Open Source
,
Telerik
ASP.NET MVC View and Transaction
by
Kazi Manzur Rashid's Blog
Scott showed how to render the Grid in a Transaction. Certainly it does the job but in my opinion view component should not be responsible for this kind of cross cutting concerns, instead we can use the Action Filters. Lets see how we can utilize the...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Action Filter
Web Asset Enhancements in Telerik Extensions for ASP.NET MVC
by
Kazi Manzur Rashid's Blog
[Updated: Source code attached] In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Open Source
,
Telerik
Feel the heat of 7 on 7 Dhamaka @ Dhaka.
by
Nazmul weblog
Yesterday Microsoft community arranges a window 7 launch celebration party on Dhaka. This is second time community arrange this kind of event. This event was quite systematize and resourceful than previous event. It is a courtesy to say thanks to the...
Filed under:
Windows 7
,
7 on 7 Dhamaka @ Dhaka
,
Windows 7 launch party
Using Telerik MVC Grid in CRUD Scenario
by
Kazi Manzur Rashid's Blog
I am proud to inform you that yesterday we released our Q3 2009 version of Telerik Extensions for ASP.NET MVC. As promised this release includes: Grid Menu PanelBar TabStrip You can find the live version and source codes in the following locations: Live...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Open Source
,
Telerik
,
Grid
Simple way to cache objects and collections for greater performance and scalability
by
Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
Caching of frequently used data greatly increases the scalability of your application since you can avoid repeated queries on database, file system or to webservices. When objects are cached, it can be retrieved from the cache which is lot faster and...
Filed under:
performance
,
linq
,
.net