Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Adaptive Rendering in ASP.NET MVC

    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 to a different page number, it will load the content...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-15-2009, 12:00 AM
    Filed under: Adaptive Rendering, Ajax, ASP.NET MVC, ASPNETMVC, jQuery, jQuery UI, MVC, Asp.net
  • ASP.NET MVC UI Components (Continued)

    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 I did not mention anything on the server side side...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 05-28-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, jQuery UI, jQuery
  • JavaScript File Management

    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 design decisions regarding how we plan to manage...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 07-25-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, jQuery UI, jQuery
  • Introducing Telerik Extensions for ASP.NET MVC

    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 I like to mention: It is Open Source (dual licensed...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 08-12-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Open Source, jQuery UI, jQuery, Telerik
  • Using jQuery Ajax methods in ASP.NET MVC: $.get() and $.getJSON() vs. $.post()

    I’m currently working on a project that uses ASP.NET MVC and jQuery to do some Ajax magic, and I ran into a minor (but maybe not obvious) issue when using $.post() against an MVC action that returns a JsonResult. The core issue is that calling $.get or $.post does not by default treat the returned data...
    Posted to Scott's Blog (Weblog) by srkirkland on 09-08-2009, 12:00 AM
    Filed under: AJAX, ASP.NET, ASP.NET MVC, Code, jQuery, MVC
  • Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 1)

    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 developing an application is creating the domain model...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 09-10-2009, 12:00 AM
    Filed under: Asp.net, MVC, DDD, TDD, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity, Mock, Unit Of Work, Best Practise, jQuery, Entity Framework, Shrinkr
  • Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 2)

    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. Most often I prefer to have a one class library...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 09-13-2009, 12:00 AM
    Filed under: Asp.net, C#, MVC, DDD, TDD, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity, Mock, Unit Test, Open Source, Best Practise, jQuery, Entity Framework, Shrinkr
  • Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 3)

    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 and create some common interfaces that we can use...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 09-15-2009, 12:00 AM
    Filed under: Asp.net, C#, MVC, DDD, ASPNETMVC, ASP.NET MVC, Common Service Locator, Unity, Mock, Unit Test, Open Source, Best Practise, jQuery, Shrinkr
  • An xVal Provider For NHibernate Validator

    I wrote a post about a month ago about using xVal with NHibernate Validator 1.2 which solved a problem I was having upgrading the xVal ‘in-the-box’ provider to work with a newer version of NHibernate Validator . There was a caveat that my solution only worked for ValidatorMode.UseAttribute and I wouldn...
    Posted to Scott's Blog (Weblog) by srkirkland on 11-02-2009, 12:00 AM
    Filed under: Code, ASP.NET, Validation, NHibernate, ASP.NET MVC, MVC, jQuery
  • Releasing Shrinkr – An ASP.NET MVC Url Shrinking Service

    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 features that we planned for the initial release...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 04-19-2010, 12:00 AM
    Filed under: Asp.net, ASP.NET MVC, ASPNETMVC, aspnetmvcextensibility, jQuery, MVC, Open Source, Shrinkr, Unity
Page 1 of 2 (14 items) 1 2 Next >