A Prism 4 Application Checklist
Download source code - 558 KB
Introduction
This article was written as a companion piece to Creating View-Switching Applications with Prism 4, also published on CodeProject. However, it can be us
http://www.cyqdata.cn/cnblogs/article-detail-31824
Create Data Classes
Download source - 340 KB
Introduction
This is a C# class generator which will create a class file to enable reading/writing of a database in Access, SQLite, or XML format. It is intended to take
http://www.cyqdata.cn/cnblogs/article-detail-31786
Back to the basics : Exploration of approaches to handle ThreadAbortException with Response.Redirect()
IntroductionThe story began very simply.One day, while started working, I got an error mail from one of our deployed Asp.net application in Production site. The error mail was something like the follo
http://www.cyqdata.cn/cnblogs/article-detail-31781
Using xsd.exe to create strong types in VB
Introduction
This article will outline the method for creating Web Service methods that will return strongly-typed data to the consumer. I’ve seen some C# examples of this, but this one is prese
http://www.cyqdata.cn/cnblogs/article-detail-31780
5 Solutions to Export Data to Excel for ASP.NET
Introduction
Excel is so powerful that it can easily
successfully open not only excel itself, but also CSV format files, Tab format,
website table format and other file formats. It’s so smart that i
http://www.cyqdata.cn/cnblogs/article-detail-31779
Ease swing gui creation with html templating
Introduction
Creating
GUI in java is rather difficult. Ordinary code looks like:
JPanel south = new JPanel(new BorderLayout());
south.add(new JLabel(«login»), BorderLayout.WEST);
south.add(
http://www.cyqdata.cn/cnblogs/article-detail-31771
Java Accordion Menu, Visual Effects and Customization
Download executable - 25.73 KB
Download source code - 45.4 KB
Introduction
This article shows many aspects of Swing programming. First of all, it shows the hierarchy of nested JComponents. It
http://www.cyqdata.cn/cnblogs/article-detail-31770
Implementing a Tree Structure with Database
Introduction
Tree structures are very useful in implementing hierarchical structures which are helpful for software developers to develop applications which are more realistic and tangible to the cus
http://www.cyqdata.cn/cnblogs/article-detail-31769
Yet another implementation of a lock-free circular array queue
Download code_submitted.zip - 20.95 KB
1. Introduction
Improving applications with high-performance constraints has an obvious choice nowadays: Multithreading.
Threads have been around for qui
http://www.cyqdata.cn/cnblogs/article-detail-31768
EXE Launcher for Java Desktop Application
Download source - 23.94 KB
Introduction
Many users asked how to make an EXE file from a Java SE project. First of all, we must say that creating an EXE build file from a JAVA source is possible, bu
http://www.cyqdata.cn/cnblogs/article-detail-31766
Run Jetty Web Server Within Your Application
Download source - 4.22 KB
Contents
Introduction
Download Jetty
Create an Eclipse project
Create a web application
Create a Jetty server instance
Create a user interface to start and stop
http://www.cyqdata.cn/cnblogs/article-detail-31765
DALC4NET: A Generic Data Access Layer for .NET
Download source code and demo - 46.8 KB
Download the compiled DALC4NET library - 7.91 KB
Download sample SQL Server database - 144 KB
Download sample MySQL database - 1.27 KB
1. Introduction
DAL
http://www.cyqdata.cn/cnblogs/article-detail-31758
Back to the basics : Exploration of approaches to handle ThreadAbortException with Response.Redirect()
IntroductionThe story began very simply.One day, while started working, I got an error mail from one of our deployed Asp.net application in Production site. The error mail was something like the follo
http://www.cyqdata.cn/cnblogs/article-detail-31757
WPF: ContextMenu Strikes Again. DataContext not updated
Long Story Short
You probably already know that ContextMenu class is not part of the WPF visual tree
(see and here
and here
for some problems that this causes).
Still, ContextMenu acquires DataCon
http://www.cyqdata.cn/cnblogs/article-detail-31755
Cloud Service to automate windows desktop applications
Preface
When we need to automate some tasks which need desktop applications such as MS Office, web browser, and other legacy software that requires a desktop environment, we're used to working with va
http://www.cyqdata.cn/cnblogs/article-detail-31752
Digest Authentication on a WCF REST Service
Download DigestAuthenticationOnWCF_VS2010_Src - 258.29 KB
Contents
Introduction
Overview of Digest Communication
Digest Authentication
The Nonce
Generating the Nonce
Validating the Nonce
Quality O
http://www.cyqdata.cn/cnblogs/article-detail-31751
ToDoList 6.1.6 Feature Release - A simple but effective way to keep on top of your tasks
Downloads
Latest Executable + Plugins (6.1.6) - 1007 KB (Includes help file and sample stylesheets)
Application Source (6.
http://www.cyqdata.cn/cnblogs/article-detail-31750
Simple Service Locator
Visit the project's home page at simpleservicelocator.codeplex.com
Download latest release from the downloads tab at CodePlex
Download the discussed runtime library v0.13 for .NET 3.5 - 25.28 KB (mi
http://www.cyqdata.cn/cnblogs/article-detail-31749
Certificates to DB and Back
Download source - 161.02 KB
Introduction
In today’s applications, the use of web services is constantly growing. In the web services panorama, there are different ways of managing the authenticat
http://www.cyqdata.cn/cnblogs/article-detail-31748
Cloud Service to automate windows desktop applications
Preface
When we need to automate some tasks which need desktop applications such as MS Office, web browser, and other legacy software that requires a desktop environment, we're used to working with va
http://www.cyqdata.cn/cnblogs/article-detail-31726