Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Book Review: Programming .NET 3.5 by O’Reilly

    I just finished reading a review copy of “ Programming .NET 3.5 ” from O’Reilly. The book, published in August, is an overview of the latest .NET Framework revision. You’ll get an introduction to the topics that have been introduced along the way that include technology from .NET 2.0, .NET 3.0, and the...
    Posted to Chris Stewart's ASP.NET Blog (Weblog) by CompiledMonkey on 09-11-2008, 12:00 AM
    Filed under: ASP.NET MVC, Book Review, WPF, .NET 3.5, WCF, WWF, Silverlight
  • ASP.NET MVC Preview 5 Released

    Hey, I'm just helping to spread the word! A sampled a few links and quotes that has already been posted to blogosphere for your pleasure and knowledge. :) Download it here -> http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16775 Phil Haack said : We didn’t originally plan...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 08-30-2008, 12:00 AM
    Filed under: .NET 3.5, ASP.NET MVC
  • Auto Postback with Javascript in ASP.NET MVC

    I've looked this up twice now so I'm posting it to my blog for future reference and as a quick-tip for others. Say you got a web page with a dropdown/select listbox and you want to reload/auto postback the page when the selection changes. One way to do this without involving a Javascript or Ajax library...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 08-28-2008, 12:00 AM
    Filed under: .NET 3.5, ASP.NET MVC
  • ASP.NET MVC "Pager" HTML Helper

    So I am building my own custom blog using the ASP.NET MVC Framework, and I have been working on the paging aspect.  I will be going into more detail how i achieved this but for now, I am publishing a HtmlHelper I have made which has helped me, believe it or not lol, in the paging.  The way...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 07-01-2008, 12:00 AM
    Filed under: C#, Custom Controls, .NET 3.5, Extension Methods, ASP.NET MVC
  • A Simple MVC Preview 3 Contact Form, Custom HtmlHelper and Model Example

    I have just recently designed a site for a client and decided to use MVC for it.  I think above all the best thing I enjoy about it, is the clean markup that is outputted.  Of course I also have great administration for the work and effort that has gone into the actual framework, it is superb...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 06-05-2008, 12:00 AM
    Filed under: HTML, C#, .NET 3.5, Extension Methods, ASP.NET MVC
  • ASP.NET MVC Supporting IronRuby and IronPython

    I just picked up this answer to a comment on ScottGu's blog : I believe we will be showing using ASP.NET MVC with IronRuby and IronPython later this week at TechEd.  I don't think we've finalized what the tooling support will be - but you will be able to use these as language options with ASP.NET...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 06-04-2008, 12:00 AM
    Filed under: .NET 3.5, ASP.NET MVC, Ruby
  • ASP.NET MVC Framework (Part 1) - ScottGu's Blog

    I think Scott Guthrie himself just did a better job than me to describe that basics of the ASP.NET MVC Framework on his blog :) Since then I've been answering a lot of questions from people eager to learn more about it.  Given the level of interest I thought it might make sense to put together a...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 11-14-2007, 12:00 AM
    Filed under: .NET 3.5, ASP.NET MVC
  • A Quick Look at the Basics of ASP.NET MVC

    I had a look at the demo code that Scott Hanselman made available :) So how does it look when using the ASP.NET MVC framework? Of course, since this is MVC, you got the "model", "view" and "controller" parts, but when listening to Scott Guthrie , it seems to be more about "router", "view" and "controller...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 11-10-2007, 12:00 AM
    Filed under: .NET 3.5, ASP.NET MVC
  • Creating an Extended Content Result for ASP.NET MVC

    I had a requirement on a small home project I am working on, where I need to add some more information to a content result than was there.  More specifically I had to add the status code and also have access to the response header collection.  I did come across an interesting thing with this...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 12-14-2009, 12:00 AM
    Filed under: C#, .NET 3.5, ASP.NET MVC
  • A BinaryContentResult for ASP.NET MVC

    Today in work I had a requirement where I wanted to output binary content to the response output stream.  I also want to stay with the MVC Controller for serving this content and so wanted a result I could add my data to and return it.  To my knowledge there is a ContentResult , but with this...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 02-16-2010, 12:00 AM
    Filed under: C#, .NET 3.5, ASP.NET MVC
Page 1 of 1 (10 items)