Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Take Charge of Your Security

    Today I read something where someone was comparing Web Forms to ASP.NET MVC and suggested that Web Forms does a lot more than ASP.NET MVC to protect your site from malicious attacks. One example cited was that Server controls automatically handled HTML encoding so you don’t have to really think about...
    Posted to What's New (Weblog) by Anonymous on 02-07-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Security, Software Development
  • Rest For ASP.NET MVC SDK and Sample

    When building a web application, it’s a common desire to want to expose a simple Web API along with the HTML user interface to enable various mash-up scenarios or to simply make accessing structured data easy from the same application. A common question that comes up is when to use ASP.NET MVC to build...
    Posted to What's New (Weblog) by Anonymous on 08-17-2009, 12:00 AM
    Filed under: ASP.NET MVC, aspnetmvc, Software Development, REST
  • Fun With Method Missing and C# 4

    Warning : What I’m about to show you is quite possibly an abuse of the C# language. Then again, maybe it’s not. ;) You’ve been warned. Ruby has a neat feature that allows you to hook into method calls for which the method is not defined. In such cases, Ruby will call a method on your class named method_missing...
    Posted to What's New (Weblog) by Anonymous on 08-27-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, DLR, C#, dynamic
  • Html Encoding Code Blocks With ASP.NET 4

    One great new feature being introduced in ASP.NET 4 is a new code block ( often called a Code Nugget by members of the Visual Web Developer team ) syntax which provides a convenient means to HTML encode output in an ASPX page or view. <% : CodeExpression %> I often tell people it’s <%= but with...
    Posted to What's New (Weblog) by Anonymous on 09-25-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, xss
  • ASP.NET MVC 2 Preview 2

    Today we just released ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1), which builds on top of the work we did in Preview 1 released two months ago . Download Page Release Notes Roadmap Some of the cool new features we’ve added to Preview 2 include: Client-Side Validation – ASP...
    Posted to What's New (Weblog) by Anonymous on 10-01-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, preview
  • Interface Inheritance Esoterica

    I learned something new yesterday about interface inheritance in .NET as compared to implementation inheritance. To illustrate this difference, here’s a simple demonstration. I’ll start with two concrete classes, one which inherits from the other. Each class defines a property. In this case, we’re dealing...
    Posted to What's New (Weblog) by Anonymous on 11-10-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, model binding, cli, Interfaces
  • ASP.NET MVC 2 Beta Released

    Today at PDC09 (the keynote was streaming live ), Bob Muglia announced the release of ASP.NET MVC 2 Beta . Feel free to download it right away! While you do that I want to present this public service message. The Beta release includes tooling for Visual Studio 2008 SP1. We did not ship updated tooling...
    Posted to What's New (Weblog) by Anonymous on 11-17-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development
  • Html.RenderAction and Html.Action

    One of the upcoming new features being added to ASP.NET MVC 2 Beta is a little helper method called Html.RenderAction and its counterpart, Html.Action . This has been a part of our ASP.NET MVC Futures library for a while, but is now being added to the core product. Both of these methods allow you to...
    Posted to What's New (Weblog) by Anonymous on 11-18-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, renderaction
  • Recent Podcasts

    Just wanted to highlight a couple of podcasts that were suckers gracious enough to have me as a guest. HerdingCode In this podcast I join the fellas at HerdingCode . Although this podcast came out after the Hanselminutes one, it was actually recorded a long time prior to that one. Jon Galloway , who...
    Posted to What's New (Weblog) by Anonymous on 11-23-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, Podcast
  • Localizing ASP.NET MVC Validation

    This is the fourth post in my series on ASP.NET MVC 2 and its new features. ASP.NET MVC 2 Beta Released (Release Announcement) Html.RenderAction and Html.Action ASP.NET MVC 2 Custom Validation Localizing ASP.NET MVC Validation In my recent post on custom validation with ASP.NET MVC 2 , several people...
    Posted to What's New (Weblog) by Anonymous on 12-08-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, Validation, data annotations, localization
Page 1 of 3 (23 items) 1 2 3 Next >