IT Technology Blog

IT technology blog, featuring the essence for you to read the article, is to learn IT technology blog first choice

WPF Print Engine : Part I

 Download WPFPrintEngine_Alpha_1.zip - 938.96 KB Introduction It was summer time. I was enjoying my time. Little did i know that my tough days were

Inheritance mapping strategies in Fluent Nhibernate

Introduction This article explains and illustrates on a practical example, how the support of different inheritance mapping strategies is implemented in

XML serialization using Generics

Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. Table of contents Xml Serialization

Ordering data in LINQ queries by more than one column

In this post, I am going to show how to do ordering when you require to order data by using multiple columns. By using .Orderby(x=>x.Columnname) in a LINQ q

Invoke a custom method when Crystal Report Viewers’ print button is clicked / Add custom button to Crystal Report Viewer Toolbar

If you are developing applications which includes reporting with Crystal Reports, you may have noticed that it’s not possible to invoke a custom method when the

MathConverter - How to Do Math in XAML

Overview MathConverter is an arithmetic converter for WPF/Silverlight. It allows you to do things like this: <RotateTransform Angle="{Binding Text,

AvalonDock and MVVM

Sample Code Sample Code Contents Introduction Part 1 - Sample Application Walkthrough Part 2 - AvalonDock

Load Data From Server While Scrolling Using JQuery AJAX

Download LoadOnScroll - 375.74 KB Introduction This article will demonstrate how to load data from server while scrolling. Loading data from serve

Invoke Server Methods From Client Side Using JQuery AJAX in ASP.NET

Download MethodInvokeWithJQuery - 380.19 KB Introduction In this article, I will demonstrate 3 different ways to call server side method wri

How to Close the Browser Window from a Silverlight Application

Almost all secured sites like bank websites ask you to close your browser window after you sign out from a web application. This is a security measure

Informed search algorithms to solve Sudoku Samurai

Download English Article - 597 Kb Download Persian Article - 984 Kb Download source - 68 Kb Introduction Samurai Sudoku is a g

ASP.NET MVC: Add HTML5 Microdata to your applications using Metadata Providers

Microdata vocabularies provide the semantics, or meaning of an Item. You can use Metadata Providers to add microdata to your ASP.NET MVC applications. Table of

Object Oriented JavaScript Class Library in C#/.NET Style

Download source - 1,635 KB   Latest SVN source (ReadOnly) (user: guest) Introduction    Welcome to Object Oriented JavaScript class library

Monadic Parsing in F#

Introduction This article is a short tutorial on how to write extensible recursive descent parsers with no mutable state using monads in F#. The parsers that a

Using Introspection in Java

Download demo project - 3.16 KB Download source - 4.21 KB Introduction Introspection is an important feature of the Java language. Using introspection we

Finding Sophie

Download sophie - 440.61 KB Introduction  In this article we will discuss a solution to a software puzzle "Find Sophie".  The puzzle is a

A skinned dialog in Python and MFC

Download demo project - 5.25 MB Download source - 370 KB Introduction By following MVC, you can create beautiful skinned UIs and write the logic parts of

Random Number Game using J2ME

Download source - 2.49 KB Download demo project - 21.43 KB Introduction This article is a demonstration of developing a random number game using Jav

gAnnotation - Add Annotations or Watermarks to an Image (VB.NET)

Download source code - 432.4 KB  Introduction The gAnnotation is a control library that allows text to be added to an image for annotation or watermar

Visual Basic Sudoku Solver and Generator

Download SudokuSolver_demo.zip - 337.73 KB (demo application) Download SudokuSolver_src.zip - 409.63 KB (source code) Download game_files.zip - 60.57 KB (sa