• Deutsch (Deutschland)
    • English (United States)
    • العربية (مصر)
    • Español (España, alfabetización internacional)
    • français (France)
    • हिंदी (भारत)
    • italiano (Italia)
    • 日本語 (日本)
    • 한국어 (대한민국)
    • Nederlands (Nederland)
    • polski (Polska)
    • русский (Россия)
    • ไทย (ไทย)
    • Türkçe (Türkiye)
    • Tiếng Việt (Việt Nam)
    • 中文(中华人民共和国)
    • 中文(香港特別行政區)
  • Anmeldung
  • Registrieren
DotNetAge - Mvc & jQuery CMS

Tag : C

HTML5 - Microdata

avatar
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.


  • 23.09.2011 06:08:08
  • Votes (2)
  • Liest
    (2737)
  • Kommentare
    (0)

HTML5 - Geolocation

avatar
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...


  • 23.09.2011 06:00:52
  • Votes (1)
  • Liest
    (2916)
  • Kommentare
    (0)

HTML5 - Web Storage

avatar
Ray

HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client side and to overcome following drawbacks.


  • 23.09.2011 00:13:24
  • Votes (0)
  • Liest
    (2801)
  • Kommentare
    (0)

HTML5 - WebSockets Tutorial

avatar
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.


  • 23.09.2011 00:00:00
  • Votes (0)
  • Liest
    (3666)
  • Kommentare
    (0)

HTML5 - Canvas

avatar
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.


  • 23.09.2011 00:00:00
  • Votes (0)
  • Liest
    (2928)
  • Kommentare
    (0)

HTML5 – Multithreading in JavaScript with Web Workers

avatar
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...


  • 19.09.2011 20:29:10
  • Votes (0)
  • Liest
    (1235)
  • Kommentare
    (0)

The Repository Pattern with EF code first & Dependeny Injection in ASP.NET MVC3

avatar
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...


  • 05.07.2011 10:10:57
  • Votes (13)
  • Liest
    (14048)
  • Kommentare
    (0)

Component Model for ASP.NET MVC3

avatar
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...


  • 23.06.2011 00:00:00
  • Votes (1)
  • Liest
    (8527)
  • Kommentare
    (0)

Chain of Responsibility

avatar
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.


  • 17.06.2011 03:57:50
  • Votes (0)
  • Liest
    (1099)
  • Kommentare
    (0)

Command

avatar
Ray

Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.


  • 17.06.2011 03:51:35
  • Votes (0)
  • Liest
    (1130)
  • Kommentare
    (0)

Facade

avatar
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.


  • 17.06.2011 03:30:23
  • Votes (0)
  • Liest
    (1093)
  • Kommentare
    (0)

Decorator

avatar
Ray

Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.


  • 17.06.2011 03:25:54
  • Votes (0)
  • Liest
    (1067)
  • Kommentare
    (0)

Composite

avatar
Ray

Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.


  • 17.06.2011 03:06:36
  • Votes (0)
  • Liest
    (1444)
  • Kommentare
    (0)

Abstract Factory

avatar
Ray

Provide an interface for creating families of related or dependent objects without specifying their concrete classes.


  • 17.06.2011 02:15:00
  • Votes (0)
  • Liest
    (1068)
  • Kommentare
    (0)

Factory method

avatar
Ray

This pattern is used to create concrete class instances without specifying the exact class type.


  • 17.06.2011 02:03:06
  • Votes (0)
  • Liest
    (2088)
  • Kommentare
    (0)

Developing Mvc app with DNA2 : Part I Control Panel

avatar
Ray

This document introduces the DNA ControlPanel and how to develop the ControlPanel in your project.


  • 23.05.2011 00:00:00
  • Votes (0)
  • Liest
    (2809)
  • Kommentare
    (0)

A new search engine in DotNetAge2

avatar

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.


  • 09.05.2011 00:00:00
  • Votes (0)
  • Liest
    (2917)
  • Kommentare
    (0)

Manage your web resources on server

avatar
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.


  • 17.04.2011 07:06:00
  • Votes (0)
  • Liest
    (2047)
  • Kommentare
    (0)

Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth

avatar
Ray

This article describes how to use DotNetOpenAuth to integrate the OpenID to you ASP.NET Mvc Application.


  • 17.04.2011 02:27:00
  • Votes (3)
  • Liest
    (6166)
  • Kommentare
    (0)

Using pages and adding contents

avatar
Ray

This article describes how to use the web pages and widgets to organize and manage contents and functions on your site.


  • 16.04.2011 18:25:00
  • Votes (0)
  • Liest
    (2306)
  • Kommentare
    (0)

Valid XHTML 1.0!