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
  • 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
  • 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
  • Optimizing your route collection for URL generation in ASP.NET MVC (and more!)

    If you're used ASP.NET MVC or ASP.NET Dynamic Data , you've using ASP.NET's new Routing feature. ASP.NET Routing is the feature that lets you easily create so-called "pretty" URLs. Pretty URLs are the ones that look the way you want them to look (e.g. ~/products/beverages), not the way your...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 12-17-2008, 12:00 AM
    Filed under: ASP.NET, MVC, aspnetmvc
  • Opening an ASP.NET MVC project without having ASP.NET MVC installed: The project type is not supported by this installation

    Projects built with ASP.NET MVC are what are known as " flavored projects ." This means that instead of being an entirely new project type, ASP.NET MVC projects merely extend a different kind of existing project type. Specifically, the projects extend the Web Application Project type. If you...
    Posted to Eilon Lipton's Blog (Weblog) by Eilon on 01-20-2009, 12:00 AM
    Filed under: ASP.NET, MVC, aspnetmvc
Page 1 of 10 (92 items) 1 2 3 4 5 Next > ... Last ยป