IT Technology Blog

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

Fast and Less Fast Loops in C#

Download Cache Test - 109.84 KB Introduction After I did the first article on QS I decided to use the tool to do a few experiments to investigate how the CPU cache affects performance. During thes

Another DataGridView Printer

Download source code - 37 KB Download article PDF - 783 KB Introduction I went looking for a class to do printing from a DataGridView, and none of them did all that I was looking for. I needed to

Xaml Man

Download Xaml_Man_src - 294.67 KBDownload Xaml_Man_demo_1 - 300.73 KBDownload Xaml_Man_demo_2 - 300.75 KB Introduction After working on the Speedster it was only fair that my next project should

Step by Step Creation of Crystal Report with its features Group, Graph, Cross-Tab and Sub report.

Download CrystalReport - 55.08 KB Introduction This article will help you to create reports using Crystal Reports. Here I am giving step by step idea to create reports in an easy way. He

Exposing asynchronous features to client code: Windows Phone 7

Download async-wp7_source - 850.16 KB Introduction Today, line of Internet and multimedia-enabled smartphones have become popular. Fortunately if you are a .NET developer you can use your exist

File Flitter

Download FileFlit - 54 KB Introduction File Flit is a simple utility that watches for changes to existing files and, when a change is detected, copies the file to an existing target folder. 

Extending Visual Studio Setup Project

Download DemoSetup.zip - 57.42 KB One of the thing I hear all the time when companies talks for building reliable Windows Installer (MSI) for their product is –> Visual Studio Setup Project is no

Building a Generic Data Feed Web Service

Download GenericDataFeedService - 4.88 KB IntroductionElectronic data transfer is an efficient and desirable solution for sharing data among agencies. The purpose of this article is to illustrate an

Bike In City with Windows Phone 7

Download BikeInCitySource.zip - 759.15 KB Contents Contents Contents Introduction Background Architecture Data Model Using and emulating GPS GPS in emulator Computing distance on Earth’s surfa

Getting the Job Done with XAF - Part 1

Download XAFSmartBooking Solution - 387.18 KB Introduction What if it was really easy to develop a reasonable complex application, something along the lines of creating just a few classes and be

Convolutional Neural Network MNIST Workbench

Download CNNWB - 3.58 MB Introduction This article is about a Microsoft C# 4.0 WPF implementation of a framework that allows to create, train and test convolutional neural networks against th

REST Technobabble

Jump to: Integration with Visual Studio Introduction For most developers, Visual Studio is the best tool for the job. And due to a variety of factors, it is also often the only one. It comes with a

Javascript Organization for MVC

Introduction One of my pet peeves is code organization when it comes to putting together an application architecture. I have a current application that is built in ASP.NET MVC 2, using IOC, dependenc

A Windows Phone 7 App from the Ground Up

Download MyLastFm_src - 318.58 KB Introduction  After swearing of Windows phones a couple of years back or so I am back in the possession of nice shiny new HTC HD7.  I've

Android 3D Carousel

Download source - 64.29 KB Introduction For a while I was looking for 3D carousel control for Android platform. The only one I found was UltimateFaves at [1]. But as it turned out it uses OpenGL

Programming practice for server side state maintenance variable

IntroductionHttp protocol is stateless, so we need to maintain state on Client side or Server side. For this time I am going to discuss about the maintaining state on Server Side with one programming

Captcha for aspx using VB.NET

Introduction To reduce the incidence of spam and reduce the likelihood of denial of service attacks, many web pages include an image block with distored text, known as a Captcha. (There is a good art

Cartoonizer - Convert photos into cartoon like images

Download Cartoon - 41.35 KBLatest code in Google Code Project Introduction  This allows you to apply a painting/cartoon effect to an image by using a bilateral filter followed by edge detec

Creating documentation for a .NET component with Sandcastle Help File Builder.

Contents Introduction Documenting the API Compiling help file Writing additional topics Integrating into build process Introduction Good documentation is an important part of a successful product

Automation tool for web activities

Download AutomatingWeb.zip - 12.48 KB Background  Following my post about Live Score [Cricket] on GIT, I got the requests to publish the code for doing same. And here I am, startin