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

  • ASP.NET - Data Access Guidance

    Microsoft has published Data Access Guidance for ASP.NET 4.5. Most of the changes are related to new features in 4.5, such as those in Web Forms and the new ASP.NET Web API.

  • FriendlyUrls – For ASP.NET WebForms

    FriendlyUrls is a new ASP.NET feature that allows developers to easily use pretty urls in their web forms applications. It also makes it easier to manage both Mobile and Desktop views in the same project, similar to MVC. Scott Hanselman explains more.

  • Meet Efran Cobisi - The Developer behind Automated Email Validation Component

    InfoQ interviewed Efran Cobisi, the founder of Cobisi Software based in Italy. Efran, who is the recipient of Microsoft Most Valuable Professional (MVP) award including several Microsoft certifications, is the developer of EmailVerify.NET, which is a powerful software component that provides an ability to automatically check the existence of an e-mail address from within an ASP.NET application.

  • Strong Reaction from Mobile Community over PrimeFaces for ASP.NET Announcement

    Prime Technology clarified its plans for a new version of PrimeFaces Mobile amid strong reactions from the mobile community over its intent to develop its PrimeFaces application for the .NET environment. No stranger to controversy, Prime Technology was embroiled in a disagreement chronicled earlier this year in InfoQ about a competitor, Icesoft Technologies, forking from their PrimeFaces code.

  • Microsoft Release New REST API Framework as Part of .NET 4.5

    As part of the recent Visual Studio 2012 and .NET 4.5 launch, Microsoft formally unveiled its new web services framework called the ASP.NET Web API. Included as part of the ASP.NET MVC 4 offering, the open-source ASP.NET Web API is designed to simplify the development and consumption of RESTful services.

  • IIS 8 And Web Deploy 3.0 - A Closer Look

    IIS 8 gets released along with Windows Server 2012. This comes with several interesting features such as NUMA-support, WebSockets, security improvements and better web deployment tools.

  • Developers and ASP.NET: Whats Next?

    Visual Studio provides ASP.NET developers with numerous development options. At aspConf 2012, Scott Hanselman demonstrates some of the upcoming features that will promote easier development and describes his vision for One ASP.NET.

  • Make Your ASP.NET Web Apps Work On Mobile

    The View-switcher feature in ASP.NET MVC 4 makes it easier to make existing desktop-focussed web apps play nice on mobile devices. Scott Hanselman demoes how to use this feature and shares other tips.

  • Navigation Makes ASP.NET WebForms More Testable

    Navigation is a library that makes ASP.NET Web Forms more testable by moving the CRUD logic out of the codebehind files. Graham Mendick’s article “Unit Testing in the Navigation..” explores some of the features and how unit tests can be written.

  • .NET 4.5 Raises the Bar for Web Development Productivity

    With the release of .NET 4.5 nearing, Microsoft has started to pull back the curtain on the next version of their development platform. While there has been a lot of fanfare around Metro and Windows 8, the improvements made to the core features of .NET, which have traditionally focused on web, service, and data development, may steal the show in the short term.

  • ASP.NET Web API Now Uses Json.NET, Gets Several Enhancements

    ASP.NET Web API Release Candidate gets several enhancements such as Json.NET as the default serializer, better testability of Http Message handlers, the IAPIExplorer API and more.

  • Miguel de Icaza on ASP.NET MVC, Moonlight, and the Android Lawsuit

    We had a chance to catch-up with Miguel de Icaza, founder of the Mono project and it’s new parent company, Xamarin. Some of the topics we covered include the future of ASP.NET MVC on Mono and the end of the Moonlight project.

  • Use IAPIExplorer To List Your ASP.NET Web APIs

    IApiExplorer is a new abstraction layer that allows you to obtain a description of the structure of your ASP.NET Web APIs. This interface also comes with a default implementation - APIExplorer.

  • Migrating Existing ASP.NET Website To Windows Azure

    Cloud being inherently different from traditional website hosting , making best use of a cloud platform generally requires some architectural changes to an existing application. In his article “Top 7 Concerns of Migrating an ASP.NET Application to Windows Azure”, Peter Laudati explores some of these concerns in detail, in the context of ASP.NET and Windows Azure.

  • Compilify – Compile .NET Code In A Browser

    Compilify is an online compiler as a service, started by Justin Rusbatch, which works on top of the Roslyn CTP. Started recently, it has already received significant attention from enthusiasts, much more than the creator expected. We got in touch with Justin to understand how it works under the covers.

BT