InfoQ Homepage ASP.NET Content on InfoQ
-
Upcoming Features In ASP.NET
Microsoft has been working on some interesting features after shipping ASP.NET 4.5. Some of these are available in the Fall 2012 Build preview. Scott Hanselman and Jon Galloway demoed a few of them, at a //build/ session "Bleeding Edge ASP.NET".
-
Comma Delimited Cookies in ASP.NET with Parser Tool
ASP.NET doesn't provide support for comma delimited cookies. However, you can use comma character by creating a parser tool. Why reinvent the wheel when Keyvan Nayyeri has created a tool for this purpose.
-
ASP.NET Gets Better Cryptography
.NET 4.5 brings a lot of improvements in how Cryptography is handled within ASP.NET, with new APIs Protect and Unprotect and various under-the-hood changes. Levi Broderick explains the motivation, the changes and compatibility in a series of articles.
-
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.