-
-
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.
-
-
16:22
»
ASP.NET Daily Articles
In this article, Sheo Narayan shows how to retrieve saved images from a SQL Server database and show them on an ASP.NET page.
-
-
16:22
»
ASP.NET Daily Articles
This article provides detail about ASP.NET MVC Routing architecture and customize structure of the URLs of your ASP.NET MVC applications.
-
-
16:22
»
ASP.NET Daily Articles
The following post shows how to design and verify client-side architectures in ASP .NET web applications. The possibilities of the open-source project "JSAnalyse" are described in order to handle big amounts of JavaScript in modern web applications. The first beta of JSAnalyse has just been published on codeplex under “GNU General Public License version 2”. (http://jsanalyse.codeplex.com)
-
-
16:22
»
ASP.NET Daily Articles
In this post Hasibul Haque will discuss about how we can perform Master-Detail CRUD operation using Entity Framework (Code First) and ASP.net MVC 3.
-
-
16:22
»
ASP.NET Daily Articles
In this article you'll learn how jqGrid works with ASP.NET MVC and Store Procedure of MS SQL or Oracle.
-
-
16:22
»
ASP.NET Daily Articles
This just in from the “Wow, I can’t believe how easy this is” update desk: You can roll your own mocks “dynamically”, even when mocking an interface. No, this isn’t too good to be true. This is F#.
-
-
16:22
»
ASP.NET Daily Articles
In this (not so) short article, Kedar Kulkarni explains about using HTTP handler to resize image for performance optimization and combining it with custom image control to provide transparent mechanism.
-
-
16:22
»
ASP.NET Daily Articles
In this blog post Dean Hume will run through a really simple example that will show you the basics of Asynchronous Controllers, and show you how easy they really are.
-
-
16:22
»
ASP.NET Daily Articles
CSS 3 adds a new great column module to its deck of handy cards. This article shows how you can work with it and add this easy to use capabilities to your pages.
-
-
16:22
»
ASP.NET Daily Articles
In this article, we will see how RavenDB can be used as Auto-Save cache in an ASP.NET MVC application. We will explore a use case that is typical of brown-field projects (projects involving enhancements to an existing application), where a handy functionality in an ASP.NET MVC application can be achieved by using RavenDB
-
-
16:22
»
ASP.NET Daily Articles
In this article, we will look at a NoSQL database called RavenDB.
-
-
16:22
»
ASP.NET Daily Articles
Up until recently, you could use the Yahoo Term Extraction Webservice to have the Yahoo Term Extraction API generate a list of valid key phrases from entered text or by reading a web page. However, Yahoo has announced that this service is deprecated and will only be available until March, 2012. All Yahoo APIs have now been folded into the new YQL model and use the same endpoint url. Here we show the new API with downloadable sample solution.
-
-
16:22
»
ASP.NET Daily Articles
Taking a closer look at the new bundling and minification in ASP.NET 4.5.
-
-
16:22
»
ASP.NET Daily Articles
Get the DropDownList items at OnResultExecuting in ASP.Net MVC
-
-
16:22
»
ASP.NET Daily Articles
Simple solution for exporting the data from an asp.net application to a word document using Microsoft Word Interop Assemblies. This would be really helpful for all those who are beginning to develop applications using Interop Assemblies
-
-
16:22
»
ASP.NET Daily Articles
This article shows how to send a mail in ASP.NET with an .ics attachment. As added bonus it shows how to configure your application to drop emails on disk instead of spamming the mail server when testing.
-
-
16:22
»
ASP.NET Daily Articles
In this article, we will see a very simple use case of using HTML 5 Geo-Location API from the spec along with Bing Maps in an ASP.NET MVC app.
-
-
16:22
»
ASP.NET Daily Articles
Mike Brind explores how the Themes Helper enables easy management of skins for your ASP.NET Web Pages application.
-
-
16:22
»
ASP.NET Daily Articles
In this brief article Kedar Kulkarni revisits the way in which one can create a custom project Template with wizard options in Visual studio and how to use it (with detail steps)
-
-
16:22
»
ASP.NET Daily Articles
In this article, we will see how to retrieve Geo-Location in an ASP.NET MVC and HTML 5 app using the built in API and JavaScript
-
-
16:22
»
ASP.NET Daily Articles
A tutorial on creating a Twitter like dynamic row fetcher in ASP.NET for fetching new rows when reaching the bottom of you list or table.
-
-
16:22
»
ASP.NET Daily Articles
ASP.NET MVC 3, with its glorious URL structures and ease of working with and controlling HTTP request/response data is primed to build REST type API services. But how does one accomplish that and what does the whole RESTful thing really mean? Building a full blown API (of any type) involves a lot of architecture components, from data validation to security and beyond. This post does not attempt to address all of that. It focuses on the initial structure of a RESTful service within an ASP.NET MVC 3 application that works with JSON data in and out. We will look at how we can use the route engine, the HTTP verb attributes and a lean controller design to provide a starting point for a REST API.
-
-
16:22
»
ASP.NET Daily Articles
Google has some search operators than many people are not aware of. If you suffix a google search url with one of these, you can restrict results to those that got indexed as little as one minute ago. Here we use HtmlAgilityPack to extract the items we need from a page of results, process them, and return to the caller for display in an ASP.NET Datalist. Complete source code provided.
-
-
16:22
»
ASP.NET Daily Articles
Mike Brind provides a step-by-step guide to building and ASP.NET Web Pages site using the Entity Framework database first approach.
-
-
16:22
»
ASP.NET Daily Articles
Nandip Makwana demonstrates how to use Bundling and Minification with MVC 4 application.
-
-
16:22
»
ASP.NET Daily Articles
In this article, we’ll create a simple blog app using ASP.NET MVC 3 and SignalR, that will allow multiple collaborators to review the same article in real-time