IT Technology Blog

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

Solar Calculator - Calculate Sunrise, Sunset, and Maximum Solar Radiation

Download source code (VS 2008) - 170.73 KB Introduction I was looking for a .NET library to calculate the time the sun rises and sets. There were some libraries available, including here on The Co

Steganography 20 - Generate Melody from Text

Download steganodotnet_20_src - 73.3 KB Introduction In Steganography 19 - The Order of the Code you learned how to encode messages by sorting a collection of arbitrary things. Music is made of me

Basics of Single Instruction Multiple Data (SIMD)

Download Intel_MKL_C_23_Examples.zip - 12.28 KB The Basics of Single Instruction Multiple Data (SIMD)  Accessing SIMD instructions through Managed code: the Intel MKL Preface: Try to Bear wi

DialogForm - an extended WinForms class

Download DialogForm_demo - 59.59 KBDownload DialogForm_src - 56.27 KB Introduction I'm starting my first article on codeproject with a boring theme: Dialog boxes. We all know the annoying job to desi

LINQ to Entities business objects

  Introduction After having developed a number of applications using LINQ-TO-SQL technologies, I have finally decided to take a close look into LINQ-TO-ENTITIES. We know that Microsoft stopped d

A Silverlight Sample Built with Self-Tracking Entities and WCF Services

Download source code - 2.34 MB Please visit this project site for the latest releases and source code. Article Series This article is part one of a series on developing a Silverlight business appl

Creating import library from a DLL with header file

IntroductionDownload DllSample.zip - 36.95 KBDownload DllUtil.zip - 66.9 KB There are two ways that one can use a DLL: implicit (or static) and explicit (or dynamic). For the former, an import li

Building a Programing Language – Part I (Creating BrainLess)

Download BrainLessV0 - 13.79 KB  Building a Programing Language: Part II - A (Adding Conditions, Loop to BrainLess)>> 1. Introduction I will build up this article, as on need basic. Li

Minimalist Floating Point Type

Download source code - 47.14 KB Introduction The work presented here consists of a small, portable floating point data type and library ("SFP" for "Small Floating Point"). The

Semantic HTML5 Page Layout

Download Sample code : HTML5 Page Layout - 265.85 KB Introduction Service Oriented HTML Application (SOHA) promotes clean and well structured HTML code, and the initial SOHA page layout template H

FMBomb - A Beginner's Approach to Hardware Programming

Download source - 5.05 KB Introduction In this article, I want to take you through the process of creating your own hardware project. I hope it can serve as an example that working in hardware ca

Building a Programing Language: Part II (Adding Conditions, Loop and Blocks to BrainLess)

Download BrainLessV0.2.zip - 13.26 KB Download BrainLessV0.3.zip - 18.5 KB Download BrainLessV0.4.zip - 22.47 KB Download BrainLess_SnailV0.5.zip - 17.65 KB <<Previous: Building a Programing La

How to Support the Ribbon And a Menu in the Same Executable

Download ScratchRibbonProjectSource.zip - 111.5 KB Download ScratchRibbonProjectExe.zip - 141.79 KB Introduction I've been working on an application that I intend to use on Windows XP and Windows 7

PicZoom: A Photo Viewer created in OpenGL.

Download PicZoom_Source.zip - 168.46 KB Download InstallPicZoom_Src - 14.69 KB Download PicZoom - 386.78 KB  IntroductionThis article explains implementation details of PicZoom app

Simple C++ Timer Wrapper

Download Demo Project (TemplateTimerDemo.zip) - 8.2 KB Download Source (TemplateTimer.h) - 1.29 KB Introduction There are a wide variety of Windows timers available, this along with their differ

A Comparison of Three jQuery Modal Dialogs for ASP.NET MVC

Download DialogDemo - 267.2 KB Introduction This article was inspired by a recent need to include modal dialogs in a data-intensive ASP.NET MVC application for all CRUD operations. As usual in such

Building a docking window management solution in WPF

Download Synergy - 1.89 MB Introduction Window docking is a familiar functionality in multi-windows applications. As a user interface developer this behavior has always charmed me and so I thou

Logging Unhandled Exceptions in an ASP.NET Website

Download LogExampleWebsite - 1.3 MB Introduction When developing an ASP.NET application, one of the routine tasks is to plan for unhandled exceptions. If the exception is left unhandled, by defaul

How to Export Crystal Reports without using the Report Viewer

Download Source Code - 49.69 KB Introduction This article will show how to eliminate the Crystal Reports report viewer to allow reports to be exported in one step. Background I have found the

ASP.NET Web Form Page Modified Prompt Using jQuery

Download source code - 62.3 KB Introduction In the web app world, it is quite important for an application to make sure the integrity of the data. In the present context, what this means is when th