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

  • Handle Multiple Postbacks with AspQ

    AspQ helps you to handle multiple postbacks without any complicated coding. It simplifies the task of developers who want to handle multiple postbacks with ease without compromising performance.

  • ASP.NET Anti-Forgery Tokens With JSON Payloads

    ASP.NET MVC has AntiForgeryToken helper that allow you to detect and block CSRF attacks using user-specific tokens. However when making primarily ajax requests or using javascript frameworks such as Knockout and Backbone which have JSON payloads, the approach needs to change a bit.

  • WebMatrix 2: New Templates, Improved Intellisense, Windows Azure Integration

    WebMatrix 2 is a free development tool developed by Microsoft that enables developers to create ASP.NET, PHP based applications easily. WebMatrix 2 includes new templates, improved intellisense with support for Windows Azure.

  • Rich Client Applications With ASP.NET

    Web Developers can use client-side libraries such as Backbone and Knockout to structure their client-side code better and enable richer client experiences. We point to some resources.

  • 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.

  • 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.

  • 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.

  • 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.

  • New Asynchronous Features Enhance .NET Framework 4.5

    .NET Framework 4.5 Beta not only brings the Async/Await keywords and language simplifications to C# and Visual Basic, but also adds asynchronous methods to several common I/O and data access functions. New asynchronous features are available in ASP.NET 4.5, WCF, and WPF as well.

BT