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

  • Infragistics Offers an ASP.NET Toolkit Targeting both Windows and Linux

    Infragistics’ NetAdvantage for .NET 2010 Volume 2 contains an ASP.NET toolkit that runs both on Windows and Linux via Mono. The toolkit contains a number of new controls: WebScriptManager, WebRating, WebExcelExporter, WebCaptcha.

  • ASP.NET MVC 2 Brings Breaking Changes

    A few days ago Scott Guthrie announced the production release of ASP.NET MVC 2. With it comes with many new features, but also some breaking changes. Compared to the rather strict rules around changing .NET’s base class library, the changes in ASP.NET MVC are almost caviler.

  • ASP.NET MVC 2 Feature Rundown

    ASP.NET MVC 2 is now ready for production use. Microsoft’s open source MVC framework is compatible with both .NET 3.5 and the soon to be released .NET 4. It provides many new features including Templated Helpers, Areas, Asynchronous Controllers, and a new validation framework.

  • Spring.NET 1.3: VS.NET Solution Templates, MSTest Support and Spring Integration.NET

    A new version of the Spring.NET framework, version 1.3, was recently released. InfoQ spoke with Mark Pollack, founder and lead of the Spring.NET project, to learn more about this release and what new capabilities it brings, and also to learn more about the new Spring Integration.NET project.

  • Creating Facebook Applications in WPF, Silverlight, WinForms, and ASP.NET with Facebook SDK 3.0

    Clarity Consulting Inc. and Microsoft have released Facebook SDK 3.0, a toolkit allowing developers to write WPF, Silverlight, WinForms or ASP.NET applications integrated with Facebook.

  • ASP.NET MVC 2 Preview Updated

    Microsoft has released a new preview for ASP.NET MVC 2. Preview 2 builds on the features of Preview 1, adding client-side validation, streamlined support of Areas, and abstractions of Data Annotations validation and metadata providers.

  • A Preview of Version 2 of ASP.NET MVC

    Microsoft has released the first preview for their ASP.NET MVC v2. Highlights include a new plugable validation model, sub-projects for dividing up large websites, and an enhanced templating model.

  • FireAtlas ASP.NET AJAX Viewer

    FireAtlas is an extension to Firebug dedicated to ASP.NET AJAX debugging through providing PageRequestManager tracing and partial update inspection.

  • Interview: Chad Myers on FubuMVC - An Alternative MVC Implementation in ASP.NET

    When ASP.NET MVC was first made available, Jeremy D. Miller and Chad Myers worked with the pre release versions and changed some of the underlying implementation. Later almost nothing was left of the original ASP.NET MVC implementation and they decided to create the alternative ASP.NET MVC implementation FubuMVC. Later they invited in Mark Nijhof as one of the major contributors to the project.

  • MIX 09: Microsoft Announces SilverLight 3, Expression 3, ASP.Net 4, Web-PI, Web Galery and More

    In a breath taking keynote, Microsoft announced its new wave of technologies addressing the needs of Web, Media and RIA development. Bill Buxton and Scott Guthrie demonstrated the new features that bring user experience and productivity to a new level.

  • Website Performance Analysis with neXpert

    neXpert is an add-on to the popular Fiddler web debugging proxy. neXpert extends Fiddler's performance testing capabilities and simplifies the process of finding performance issues. Version 1.0 of neXpert is now available for download from Microsoft.

  • Bi-Directional Routing Support in ASP.NET Web Forms 4.0

    The ASP.NET Routing engine was added in .NET Framework 3.5 SP1. Now Microsoft have added better support for using the engine in ASP.NET WebForms 4.0 by using expression builders enabling bi-directional routing.

  • Iron Speed Designer 6.0 Has Been Improved

    Iron Speed Designer is a Web 2.0 application generator enabling developers to visually create web pages for .NET/IIS without needing to know HTML or ASPX. The latest version, 6.0, has an improved layout editor, new page types, new workflow page types and live page preview.

  • Fiddler Web Debugging Proxy

    Fiddler is a free proxy that logs HTTP(S) traffic, allowing developers to inspect requests and responses, set breakpoints, and tamper with incoming or outgoing data. Fiddler also includes an event-based scripting subsystem and can be extended using any .NET language. A simple but powerful example of Fiddler's utility can be seen when trying to get a complete view of a site's AJAX traffic.

  • Disabling View-State Made Simpler in ASP.NET 4.0

    ASP.NET 4.0 offers a new mechanism to enable/disable the view-state, controlling it becoming much easier than before. To store their state, ASP.NET controls have used view-state, enabled by default until now. This behavior resulted sometimes in large amounts of data being transferred between the client and the server.

BT