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...

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: , , ,

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...

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...

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...

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...

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...

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: , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems