Articles : Page 1 of 1

  • New CSS Editor Improvements in Visual Studio (ASP.NET 4.5 Series)

    New CSS Editor Improvements in Visual Studio (ASP.NET 4.5 Series)

    Dec 11
    02

    This is the seventh in a series of blog posts I'm doing on ASP.NET 4.5. The next release of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET 4.5 you'll see a bunch of really nice runtime and tooling improvements with both Web Forms and MVC - as well as in the core ASP.NET base foundation that both are built upon. Today’s post covers some of the improvements we are adding to the next release of Visual Studio to make working with CSS and CSS3 even bet...


  • New Bundling and Minification Support (ASP.NET 4.5 Series)

    New Bundling and Minification Support (ASP.NET 4.5 Series)

    Nov 11
    28

    This is the sixth in a series of blog posts I'm doing on ASP.NET 4.5. The next release of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET 4.5 you'll see a bunch of really nice improvements with both Web Forms and MVC - as well as in the core ASP.NET base foundation that both are built upon. Today’s post covers some of the work we are doing to add built-in support for bundling and minification into ASP.NET - which makes it easy to improve the perfor...


  • Web Forms Model Binding Part 1: Selecting Data (ASP.NET vNext Series)

    Web Forms Model Binding Part 1: Selecting Data (ASP.NET vNext Series)

    Sep 11
    06

    This is the third in a series of blog posts I’m doing on ASP.NET vNext. The next releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you’ll see a bunch of really exciting improvements with both Web Forms and MVC – as well as in the core ASP.NET base foundation that both are built upon. Today’s post is the first of three posts I’ll do over the next week that talk about the new Model Binding support coming to Web Forms. Model Binding is...


  • Web Forms Model Binding Part 1: Selecting Data (ASP.NET vNext Series)

    Web Forms Model Binding Part 1: Selecting Data (ASP.NET vNext Series)

    Sep 11
    06

    This is the third in a series of blog posts I'm doing on ASP.NET vNext. The next releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you'll see a bunch of really exciting improvements with both Web Forms and MVC - as well as in the core ASP.NET base foundation that both are built upon. Today's post is the first of three posts I'll do over the next week that talk about the new Model Binding support coming to Web Forms. Model Binding is a...


  • Strongly Typed Data Controls (ASP.NET vNext Series)

    Strongly Typed Data Controls (ASP.NET vNext Series)

    Sep 11
    02

    This is the second in a series of blog posts I’m doing on ASP.NET vNext. The vNext releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you’ll see a bunch of really exciting improvements with both Web Forms and MVC – as well as in the core ASP.NET base foundation that both are built upon. Today’s post is the first of a few posts I’ll do that talk about some of the improvements coming to Web Forms. Today’s post covers the new support w...


  • Strongly Typed Data Controls (ASP.NET vNext Series)

    Strongly Typed Data Controls (ASP.NET vNext Series)

    Sep 11
    02

    This is the second in a series of blog posts I'm doing on ASP.NET vNext. The vNext releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you'll see a bunch of really exciting improvements with both Web Forms and MVC - as well as in the core ASP.NET base foundation that both are built upon. Today's post is the first of a few posts I'll do that talk about some of the improvements coming to Web Forms. Today's post covers the new support we ...


  • Now Visual Studio 2010 supports new web standards

    Now Visual Studio 2010 supports new web standards

    Jun 11
    16

    Today the Web Platform and Tools team (I can see the influence of Mads in this) announced the release of the Web Standards Update for Microsoft Visual Studio 2010 SP1. What sits behind this cryptic name? Shouldn’t Visual Studio already support web standards? Actually, not the latest ones. In January Microsoft released the support for HTML5 in the context of intellisense and validation in VS2010 SP1, but all the other related standards, CSS3 and all the new JavaScript standards were left o...


  • ASP.NET MVC 3 and the @helper syntax within Razor

    ASP.NET MVC 3 and the @helper syntax within Razor

    May 11
    13

    ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine). Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow. Unlike most template syntaxes, with Razor you do not need to interrupt your coding to explicitly denote the start and end of server blocks within your HTML. The Razor parser is smart enough to infer this from your co...


  • HTML5 Improvements with the ASP.NET MVC 3 Tools Update

    HTML5 Improvements with the ASP.NET MVC 3 Tools Update

    May 11
    10

    Last week I blogged about the new ASP.NET MVC 3 Tools Update, and then followed it up with a detailed post that covered using the EF Code First and the new Data Scaffolding features in it. Today’s blog post is a continuation of this series and covers some of the new HTML5 improvements with the ASP.NET MVC 3 Tools Update release. Project Template Support for HTML5 Semantic Markup The ASP.NET MVC 3 Tools Update adds support for you to optionally use HTML5 semantic markup when creating new A...


  • EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update

    EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update

    May 11
    06

    Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month. In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data and build d...



  • 1