BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage ASP.NET Content on InfoQ

  • Handling Large File Uploads in ASP.NET

    Anyone who has experience with ASP.NET knows, the FileUpload control is often a savior and can also be an enemy other times. One of the biggest problems with the FileUpload control is getting it to handle large files which are bigger than the default 4MB.

  • In a World of Web Framework Choices, Some Developers Still Build Their Own

    Many developers faced with too many choices when selecting a web framework prefer to make the easy choice of using the framework they have used in the past or build their own. This is especially true for Java frameworks, as Neal Ford finds out; he also puts this paradox of choice in the context of other languages and draws some interesting and debatable conclusions.

  • Editorial: Selecting a .NET Web Framework

    In the past selecting a web framework for .NET languages was a non-issue. Your choice was between pure ASP.NET or a hybrid design that mixed classic ASP with ASP.NET. And even that was seen as a temporary hack rather than a conscious choice. But with the introduction of ASP.NET MVC, .NET developers have to start making the hard decisions.

  • Microsoft Releases December CTP of Project Astoria

    Microsoft has announced the December CTP of Project Astoria, whose new name is the ADO.NET Data Services Framework, is available now as part of the ASP.NET 3.5 Extensions preview release.

  • Adding Ajax Support to the ASP.NET MVC Framework

    The official CTP release of the ASP.NET MVC Framework does not include any support for AJAX, yet. In the meantime there are several samples available, which show how to add AJAX features to ASP.NET MVC applications.

  • Breaking Changes for ASP.NET 2 and IIS 7

    Version 7 brings a major rewrite to Internet Information Server. The most important of these revolves around the new integrated mode, which allows .NET modules to be plugged into any stage of the IIS pipeline. However, when running ASP.NET in integrated mode reveals several breaking changes.

  • Scaffolding in ASP.NET: Dynamic Data Support

    ASP.NET Dynamic Data Support is part of the ASP.NET 3.5 Extensions, which have been published as a CTP last week. It provides a scaffolding framework that allows rapid application development based on ASP.NET.

  • ASP.NET 3.5 Extensions CTP - ASP.NET MVC, Data Services, Dynamic Data and Silverlight Support

    Yesterday, Microsoft published the long-awaited first ASP.NET 3.5 Extensions CTP (Customer Technology Preview). The extensions package includes the ASP.NET MVC Framework, AJAX improvements, Dynamic Data support, Silverlight support, and ADO.NET Data Services.

  • Why MVC for ASP.NET?

    Rick Strahl talks about the strengths and weaknesses of Web Forms and why they led some developers to look at alternatives like MVC. He also gives MVC the same balanced look.

  • Castle Project 1.0 RC3 is Out

    The much anticipated Castle Project 1.0 RC3 is finally here after almost a year in development. The announcement came on the Castle Project web site and gives developers many new features and enhancements for the MVC framework designed for developing .NET 2.0 web applications.

  • Brian Beckman and Erik Meijer of MSR on Tesla

    The project code-named TESLA in Microsoft Research is being spearheaded by Brian Beckman and Erik Meijer. LINQ is the first released technology aimed at democratizing the Internet coming from Microsoft. From Monoids to LINQ, Brian and Erik provide insight into the future of the .NET Framework languages at Microsoft and how they plan to change the Cloud as we know it today.

  • VS 2008 to Support Nested Master Pages

    One of the most lauded features in ASP.NET 2.0 is Master Pages. Master Pages serve as templates for a site, making it easier to create and maintain consistent style site-wide. They do have one drawback under VS 2005: they cannot be nested. Visual Studio 2008, expected to be released later this year, eliminates that limitation.

  • Presentation: Building Real World Apps with ASP.NET AJAX

    Wally McClure gave a great presentation at the latest devLink conference on ASP.NET AJAX. ASP.NET AJAX is a development technology from Microsoft which integrates cross-browser client script libraries with the ASP.NET 2.0 development framework.

  • Test Dozens of Browsers All At Once

    A new project called Browsershots allows web designers to see what their site looks like in a multitude of browsers and platforms with a trivial amount of effort.

  • ASP.NET Futures to Include Support for Ruby?

    The Microsoft website ASP.NET has released the May 2007 edition of ASP.NET Futures. This release demonstrates potential features for post-Orcas versions of ASP.NET including Sivlerlight controls and dynamic language support.

BT