-
-
16:22
»
ASP.NET Daily Articles
HTML5 Web Storage provides a streamlined data storage mechanism that allows developers to store data on the client as key-value pairs. This article explores what Web Storage is, its flavors and illustrates how Web Storage data can be transferred between client and server in ASP.NET websites.
-
-
16:22
»
ASP.NET Daily Articles
This article gives an in-depth look at Bundling and Minification features introduced in the ASP.NET 4.5 developer preview.
-
-
16:22
»
ASP.NET Daily Articles
Explains how to use the COMET project in ASP.NET MVC 3 for sending push updates and receiving live updates using IHttpAsyncHandler.
-
-
16:22
»
ASP.NET Daily Articles
The default search box on Google+ only finds people. Fortunately, thanks the Google Custom Search Engine (CSE) offering, it's a snap to build your own. We look at two different ways to implement it - one in a single, "self-contained" ASP.NET page, and the other with a page that has the search form but redirects to a second page.
-
-
16:22
»
ASP.NET Daily Articles
In this follow up article of "Creating custom project template with wizard for Visual Studio" Kedar Kulkarni explains how to create a custom project template in Visual Studio with pre-installed NuGet packages.
-
-
16:22
»
ASP.NET Daily Articles
This article looks at an efficient micro caching solution for ASP.NET for managing high volume traffic where there is heavy database access.
-
-
16:22
»
ASP.NET Daily Articles
Microsoft MVP Kris van der Mast shares a dedicated hands-on lab on how to get started with Orchard CMS, an ASP.NET MVC 3-based CMS system.
-
-
16:22
»
ASP.NET Daily Articles
In this short article, Kedar Kulkarni demonstrates how to take advantage of the improved file upload control in HTML 5.
-
-
16:22
»
ASP.NET Daily Articles
The PageMethod is a static method in an ASPX page codebehind that is decorated with the WebMethod attribute. This can be called from external client code via the url "PageName.aspx/MethodName". Using jQuery's $ajax function is probably the easiest way to make these calls,although they can also be called via Microsoft AJAX and by other means. Here we provide three examples of PageMethods, of increasing complexity, and show how to set up each PageMethod, as well as how to consume and display
-
-
16:22
»
ASP.NET Daily Articles
This article explains how to validate data passed in MVC URL’s.