Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Using jQuery to do Ajax Form posts in Asp.net MVC

    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 to get going with Ajax.Form using Microsoft MVC Ajax...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 10-13-2008, 12:00 AM
    Filed under: C#, asp.net, MVC, Ajax, AspNetMvc, FlickrXplorer, jQuery
  • Asp.net MVC more Form post scenarios and Ajax

    In the flickr explorer app made with Asp.net MVC and Athena , I was trying out some form post scenarios. In this post, I will add few things regarding MVC form post and A jax that is common to FlickrXplorer but can be used in general. Now, Asp.net MVC has some new Ajax features, one of this is the Ajax...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 09-29-2008, 12:00 AM
    Filed under: Linq.Flickr, asp.net, Ajax, AspNetMvc, FlickrXplorer, Athena
  • Upcoming talks: Microsoft Tech Ed South Africa

    In just a couple of weeks I'll be in Durban, South Africa presenting three sessions at Tech Ed . These are the sessions: WEB304: Introduction to MVC Web Development Day: Monday, 04 August 2008, 09:15 - 10:30 Location: Session Room 07 One of the benefits of using a MVC methodology is that it helps enforce...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 07-22-2008, 12:00 AM
    Filed under: ASP.NET, Speaking, MVC, aspnetmvc
  • Things to know for hosting your ASP.NET MVC app

    When you are planning to host your asp.net MVC application under IIS7 integrated mode environment. There are few easy tweaks that can make your application or starter kit work right out of the box but also can save a lot of your time finding things out. You might see a Http 404 page if default document...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 07-06-2008, 12:00 AM
    Filed under: asp.net, MVC, AspNetMvc, IIS7
  • Implement Master-Detail layout with ASP.NET MVC

    This is the first of posts that I am making to show out the things you can do with ASP.NET MVC. Also, it shows what I have done while building FlickrXplorer . I am bit lazy to write one article for it, so I thought rather to start it here. In this post, I will show how you can implement a master-detail...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 06-30-2008, 12:00 AM
    Filed under: C#, Linq.Flickr, asp.net, Ajax, AspNetMvc, FlickrXplorer
  • Flickr web app with MVC preview 3 [Cont..]

    In my last post, I have mentioned of creating Flickr app with Asp.net MVC. In recent update I have modified it with Asp.net MVC Preview 3. You can find a general reference about the project here . But in this post, I will say, what are the changes due to the new release and where to start especially...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 05-31-2008, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr, asp.net, MVC, Ajax, AspNetMvc
  • MVC: Unit testing controller actions that use TempData

    Part of the "big deal" about ASP.NET MVC , and of course MVC in general, is that the code you write is more easily unit tested as compared to traditional ASP.NET WebForms. However, if you've used ASP.NET MVC and tried to write a unit test for a controller action that uses TempData, you probably...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 04-13-2008, 12:00 AM
    Filed under: ASP.NET, unit test, MVC, aspnetmvc
  • MVC: Locking the RouteCollection

    Since the advent of multithreaded programming, the responsibility of locking collections has always been a contentious issue. Who should lock the collection? When should it be locked? And for how long? The ASP.NET Routing feature that is used by the MVC framework involves a thread-safe collection that...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 03-31-2008, 12:00 AM
    Filed under: ASP.NET, MVC, aspnetmvc
  • MVC: I'll need a little bit more context on that

    ScottGu recently announced the plans for the next public preview of the ASP.NET MVC framework. For those who don't feel like clicking on links to other peoples' blog posts Scott's blog says it's being released at MIX08 , which is only a couple of weeks away. And yes, I will be there! My previous blog...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 02-18-2008, 12:00 AM
    Filed under: ASP.NET, unit test, MVC, aspnetmvc
  • ASP.NET MVC Design Philosophy

    This week the first preview of the ASP.NET MVC framework was released to the web as part of the ASP.NET 3.5 Extensions CTP Preview . It's been a few months since we started coding and as the lead developer on the project I'd like to share my thoughts on the design of this framework. This isn't a post...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 12-10-2007, 12:00 AM
    Filed under: ASP.NET, unit test, MVC, aspnetmvc
Page 1 of 18 (177 items) 1 2 3 4 5 Next > ... Last ยป