Asynchronous Multi-threaded ObservableCollection
Download demo project - 19.7 KB
Download source - 7.02 KB
Introduction
ObservableCollections are mainly used in WPF to notify bound UI components of any changes. Those notifications usually tran
http://www.cyqdata.cn/cnblogs/article-detail-36876
WCF service that will push content into a Silverlight application [Push notification]
Download source - 333 KB
Introduction
Push notification is a term that has been around a lot. Almost every SmartPhone manufactured has an option for enabling push notification. The word 'PUSH' is
http://www.cyqdata.cn/cnblogs/article-detail-36875
Creating a responsive UI in WPF
Download VS2008 - 56.81 KB
Introduction
The download contains three simple examples of implementing a responsive multi-thread WPF UI. Two examples use
http://www.cyqdata.cn/cnblogs/article-detail-36874
Introduction to ASP.NET MVC 3
Introduction
ASP.NET MVC framework follows the well-defined MVC pattern to create a web application. MVC design pattern is used to separate the different parts of the application for more scalability
http://www.cyqdata.cn/cnblogs/article-detail-36852
Using JavaScript View Engines in the ASP.NET MVC
Download LoadJSON - 67.91 KB
Introduction
Microsoft ASP.NET MVC framework follows a standard MVC pattern – Model contains data that will be shown, controller performs actions when some event hap
http://www.cyqdata.cn/cnblogs/article-detail-36851
Comparison of MVC implementation between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2
So, what’s the agenda?
In case you are new to AS.NET MVC and J2ee Struts framework
Overall Comparison with framework
Automation using template
Passing data from controller to view
Readymade fold
http://www.cyqdata.cn/cnblogs/article-detail-36826
Dynamically Loading .NET Assemblies using Interfaces and Reflection
Download source - 290 KB
Introduction
The .NET Framework provides the capability of loading assemblies at runtime without having to reference them directly within your project at design time.
http://www.cyqdata.cn/cnblogs/article-detail-36804
Comparison of MVC implementation between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2
So, what’s the agenda?
In case you are new to AS.NET MVC and J2ee Struts framework
Overall Comparison with framework
Automation using template
Passing data from controller to view
Readymade fold
http://www.cyqdata.cn/cnblogs/article-detail-36803
IP Address to Geolocation
Background
Few months ago I found an interesting website: http://ipinfodb.com/, it provided API which could "translate" any IP Address into a geography location including City/Region/Country
http://www.cyqdata.cn/cnblogs/article-detail-36802
Comparison of MVC implementation between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2
So, what’s the agenda?
In case you are new to AS.NET MVC and J2ee Struts framework
Overall Comparison with framework
Automation using template
Passing data from controller to view
Readymade fold
http://www.cyqdata.cn/cnblogs/article-detail-36774
Using the Raw Input API to Process Joystick Input
Download source - 9.07 KB
Download demo project - 5.44 KB
Introduction
Microsoft discourages the use of DirectInput for keyboard and mouse input in games, but it is still recommended to process
http://www.cyqdata.cn/cnblogs/article-detail-36731
nVLC
Download source code - 224 KB
Download documentation - 759 KB
Introduction
Ever since I started using VLC Media Player, I was impressed with its capabilities, especially its built-in codecs whic
http://www.cyqdata.cn/cnblogs/article-detail-36730
Composite Design Pattern
You can see this and other great articles on design patterns here.
The composite design pattern allows you to set up a tree structure and ask each element in the tree structure to perform a task. A t
http://www.cyqdata.cn/cnblogs/article-detail-36727
Chain of Responsibility Design Pattern
You can see this and other great articles on design patterns here.
The chain of responsibility pattern allows you to pass a request to from an object to the next until the request is fulfilled. For
http://www.cyqdata.cn/cnblogs/article-detail-36720
Beans binding with human face
Introduction
In my previous article I've showed how to easily compose swing forms with html markup. Since that time my swinghtmltemplate library moved to version 0.3 with beans binding support. Her
http://www.cyqdata.cn/cnblogs/article-detail-36676
J2ME: Using StringItems and Commands
Download output files - 4.23 KB
Download source file - 708 B
Introduction
After creating your application's main interface, the next thing you should think of is to add components to the interface
http://www.cyqdata.cn/cnblogs/article-detail-36674
MVC Bricks for ASP.net
Download MVCBricks_WEB - 1.37 MBDownload MVCBricks_SRC - 492.58 KB
Table of Contents
Introduction
System Requirements
The Game
Splash Screen
Final Considerations
History
Introduct
http://www.cyqdata.cn/cnblogs/article-detail-36649
CmdTailCmd - Yet Another Tail Parser
Download source code - 32.3 KB
Introduction
CmdTailCmd is a .NET library to parse a program's command tail and fill in public fields on an object. It is intended to initialize objects implementing
http://www.cyqdata.cn/cnblogs/article-detail-36610
ActivityTracerScope - Part I - Easy activity tracing with SvcTraceViewer.exe and System.Diagnostics
Abstract
This is the first one in a three part article series. In this article, I present and explain an effective way to trace "activities". I also show how to visualize the standard Syste
http://www.cyqdata.cn/cnblogs/article-detail-36609
Customization of Project and Item Templates - Part II
Download source - 152.61 KB
Introduction
When you add a new project item in a project, whether the item file is a design file or code file, the project item template will generate initial designing
http://www.cyqdata.cn/cnblogs/article-detail-36608