.NET news » Search results
Search results for query "asp" (244):
Fixed Table Header atop scrollable GridView in ASP.NET
What’s New in ASP.NET 4.5 and Visual Studio 2012
Microsoft has added an abundance of new features and functionality to ASP.NET 4.5 and Visual Studio 2012. This article provides an overview of many of those new features and enhancements ranging from improved editors for HTML, CSS and JavaScript all the way through to publishing your work to the web.
Web Dev Report: Integrating jQuery Mobile into ASP.NET Web Forms and MVC Web Apps
MySqlBackup.NET - MySQL Backup Solution for C#, VB.NET, ASP.NET
Using Spatial Data with SQL Server 2012, Entity Framework 5 and ASP.NET MVC
A N-Tier Architecture Sample with ASP.NET MVC3, WCF and Entity Framework
Building ASP.NET Single Page Applications in HTML 5 with Upshot
A Single Page Application (SPA) is a different way of building HTML 5 applications from traditional Web page development. Instead of spreading the functionality of your Web applications across a collection of separate Web pages with hyperlinks between them, you instead define a single root page that the user lands on and never leaves as long as they are working with your application. You define client-side logic that switches out the data and chunks of content within that page to allow the user to navigate from logical screen to logical screen without ever leaving the page. This means that the user never sees a full page refresh while using your application. They see portions of the screen change based on their interaction, and those changes can be done in a more fluid way with transitions to enhance the user experience. You can also support using the application while offline by storing data client-side, based on some of the newer APIs of HTML 5. Taking this approach makes an SPA feel very much like a desktop application to the end user.


Syndicate