|
Ray |
Microdata lets you define your own customized elements and start embedding custom properties in your web pages. At a high level, microdata consists of a group of name-value pairs. |
Ray |
HTML5 Geolocation API lets you share your location with your favorite web sites. A Javascript can capture your latitude and longitude and can be sent to backend web server and do fancy location-aware things like finding local businesses or showing your lo... |
Ray |
HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client side and to overcome following drawbacks. |
Ray |
Web Sockets is a next-generation bidirectional communication technology for web applications which operates over a single socket and is exposed via a JavaScript interface in HTML 5 compliant browsers. |
Ray |
HTML5 element canvas gives you an easy and powerful way to draw graphics using JavaScript. It can be used to draw graphs, make photo compositions or do simple (and not so simple) animations. |
Ray |
Web Workers defines an API that can be used for running scripts in background threads. In traditional browsers javascript was capable of running in a single thread, due to which it was difficult to run background tasks. Also the capabilities and performan... |
Ray |
In these days i started use EF code first and think about how could i take the advantage form it for my recent project. My project is base on MVC3 and there are some challenges to continue update this project. At that time i must finish my job in a very s... |
Ray |
In this article i will show you how to build a component model for ASP.NET MVC3 with Builder and Factory design patterns. You could use this model to write your strongly type components to binding data, handling harchical objects and write jQuery UI contr... |
Ray |
Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it. |
Ray |
Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations. |
Ray |
Provide a unified interface to a set of interfaces in a subsystem. Façade defines a higher-level interface that makes the subsystem easier to use. |
Ray |
Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. |
Ray |
Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly. |
Ray |
Provide an interface for creating families of related or dependent objects without specifying their concrete classes. |
Ray |
This pattern is used to create concrete class instances without specifying the exact class type. |
Ray |
This document introduces the DNA ControlPanel and how to develop the ControlPanel in your project. |
In this article we will talk about the new search engine for DotNetAg2 and how does it work. And shows how to create your search provider to extend your DotNetAge content search ability. |
Ray |
DotNetAge has a built-in web resources managed services, also provides an intuitive interface makes it easy for users managing file resources on the site. |
Ray |
This article describes how to use DotNetOpenAuth to integrate the OpenID to you ASP.NET Mvc Application. |
Ray |
This article describes how to use the web pages and widgets to organize and manage contents and functions on your site. |