Download PrismTutorialSamples_PART2.zip - 285.46 KB
Introduction
This is a continuation of "Prism for Silverlight/MEF in Easy Samples Tutorial Part1" tutorial.
In this part, I cover Pri
Introduction
With SQL Server the NOLOCK hint is very tempting especially with SELECT statements where at least one of the tables is frequently updated. Using the NOLOCK removes all queueing problems
Introduction
The nHydrate code generation platform is discussed in numerous articles on CodeProject.com but they focus more on what it is and how it works. This article will deep dive into how to use
Download KyneticORM.WCF.Code.zip - 96.55 KB
Introduction
KyneticORM library is a configuration-less, self-adaptive and dynamic ORM library that, with a creative use of C# 4.0 dynamics, generics an
Introduction
In the course of development you always run into the problem of database versioning. More specifically there is really no such thing, so you must worry about keeping your database up to d
Introduction
First a warning: These are undocumented and unsupported features in SQL Server so use at your own risk!
In Oracle there is a pseudo column for each row called ROWID which reveals the ph
Download DataExportWizard_Bin - 390.38 KB
Download DataExportWizard_Source - 62.52 KB
Introduction
This article introduces how to export data from database to Excel, PDF, MS Word, HTML, MS clipb
nHydrate Generator Library
The nHydrate ORM platform is a useful tool for creating data frameworks, inversion of control, and performing other programmatic tasks. However many generators have been ad
Introduction
Most of times we use primary key or unique key for preventing to insert duplicate
rows in SQL Server. But if we don't use this keys then it's obvious that duplicate
rows could b
Download sample project (dotNetRdf 0.31 alpha included) - 1 MB
Ontology dimensions map
Introduction
In computer science and information science, an ontology is a formal representation of knowled
Download source - 65.54 KB
Introduction
I developed FileDb as a local database solution for .NET apps, but especially for Silverlight and Windows Phone platforms which have no database support at a
Download source code - 4.08 KB
Introduction
This is an ASP.NET control that can be dragged to a webpage or user control. It registers a JavaScript block to the page, which contains an object that r
Introduction
The nHydrate code generation platform is discussed in numerous articles on CodeProject.com but they focus more on what it is and how it works. This article will deep dive into how to use
Download fastJSON.zip - 22.75 KB Download fastJSON_v1.1.zip - 9.62 KB Introduction This is the smallest and fastest polymorphic JSON serializer, smallest because it's only 18kb when compile
Download SilverlightUnitTestExample.zip - 52.83 KB
Introduction
This article presents an example on unit testing of Silverlight applications with asynchronous service callbacks.
Background
Compar
Download RCNavController - 902.67 KB
Introduction
Recently I have been working on a lot of
Silverlight projects. The common thread between all of them is that
they are all made up of a bunch
Download StateMachine - 32.72 KB
Introduction
This article discusses how to create hierarchical statemachines based in XML with C# codebehind.
Purpose
Statemachines allow one to represent a probl
IntroductionEquinox is an email client library targeting .NET 4.0 and Mono 2.8. It is written in C# and consists of 100% managed code. The project is currently hosted on Codeplex.With this article I w
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