Browse by Tags

All Tags » jQuery (RSS)

Releasing Shrinkr – An ASP.NET MVC Url Shrinking Service by Kazi Manzur Rashid's Blog

Few months back, I started blogging on developing a Url Shrinking Service in ASP.NET MVC, but could not complete it due to my engagement with my professional projects. Recently, I was able to manage some time for this project to complete the remaining...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 3) by Kazi Manzur Rashid's Blog

In the previous post , we have created our initial repositories, in this post I will show how you can use the compiled query of Entity Framework in our repository. To use the compiled query we will put each query of our repositories into its own class...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 2) by Kazi Manzur Rashid's Blog

In the previous post we have created our initial domain model, in this post I will show you how the domain model  is mapped to database with Entity Framework 4.0. But before that I would like to discuss how I usually structure the Visual Studio Projects...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 1) by Kazi Manzur Rashid's Blog

Creating a full blown url shrinking service was pocking around in my mind for quite some time(of course by using Twitter). Since I heard quite a few good things on Entity Framework 4.0, so I decided to start with it. The first thing I usually do when...

Introducing Telerik Extensions for ASP.NET MVC by Kazi Manzur Rashid's Blog

Today, we have released our first public community technology preview of our ASP.NET MVC Extensions. This is a very lightweight framework for developing ASP.NET MVC View Components that we are working for last few months. There are few key points that...

JavaScript File Management by Kazi Manzur Rashid's Blog

As many of you know that I am currently involved in developing few UI Components for the ASP.NET MVC Framework (Hint: It is not a personal project, and we do have the plan to make it the source open dual license). In this post, I will discuss about our...

ASP.NET MVC UI Components (Continued) by Kazi Manzur Rashid's Blog

In my last post , two important issues are raised The justification of having server side components for jQuery UI . The style of syntax. The intension of my last post was to get the feedback of the type of syntax the ASP.NET MVC developer prefers, so...

ASP.NET MVC – Poll Result, jQuery UI MVC Component Demo and More Feedback Required by Kazi Manzur Rashid's Blog

Few days back I ran a Poll to gather the feedback on ASP.NET MVC View Components that I am planning to build building. Though it is certainly not possible to get everyone’s vote of the ASP.NET MVC Community, but I think the result has enough votes to...

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

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

Using jQuery to do Ajax Form posts in Asp.net MVC by Mehfuz's WebLog

It is now official from a post by great Scott Guthrie that jQuery is bundled with Asp.net MVC Beta. jQuery is a tiny 15K JavaScript library that contains features from UI tweaks, DOM manipulation to full Ajax control. In my last post, I have shown how...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems