IT Technology Blog

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

Read Gmail Inbox Message in ASP.NET

Download source - 15.47 KB Introduction This is a protocol (a set of commands) used by an email client to connect to and retrieve email(s) from the mailbox on the remote server. We will de

Asynchronous Multi-threaded ObservableCollection

Download demo project - 19.7 KB Download source - 7.02 KB Introduction ObservableCollections are mainly used in WPF to notify bound UI components of any changes. Those notifications usually tran

WCF service that will push content into a Silverlight application [Push notification]

Download source - 333 KB Introduction Push notification is a term that has been around a lot. Almost every SmartPhone manufactured has an option for enabling push notification. The word 'PUSH' is

Creating a responsive UI in WPF

Download VS2008 - 56.81 KB Introduction The download contains three simple examples of implementing a responsive multi-thread WPF UI. Two examples use

Introduction to ASP.NET MVC 3

Introduction ASP.NET MVC framework follows the well-defined MVC pattern to create a web application. MVC design pattern is used to separate the different parts of the application for more scalability

Using JavaScript View Engines in the ASP.NET MVC

Download LoadJSON - 67.91 KB Introduction Microsoft ASP.NET MVC framework follows a standard MVC pattern – Model contains data that will be shown, controller performs actions when some event hap

Comparison of MVC implementation between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2

So, what’s the agenda? In case you are new to AS.NET MVC and J2ee Struts framework Overall Comparison with framework Automation using template Passing data from controller to view Readymade fold

SQLite Membership, Role, and Profile Providers

Download source - 1 MB Introduction This is an implementation of the Membership, Role, and Profile providers for ASP.NET 2.0. It is fully functional and implements 100% of the membership, roles, a

Dynamically Loading .NET Assemblies using Interfaces and Reflection

Download source - 290 KB Introduction The .NET Framework provides the capability of loading assemblies at runtime without having to reference them directly within your project at design time.

Comparison of MVC implementation between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2

So, what’s the agenda? In case you are new to AS.NET MVC and J2ee Struts framework Overall Comparison with framework Automation using template Passing data from controller to view Readymade fold

IP Address to Geolocation

Background Few months ago I found an interesting website: http://ipinfodb.com/, it provided API which could "translate" any IP Address into a geography location including City/Region/Country

Comparison of MVC implementation between J2EE Struts 2 & ASP.NET MVC 2, who is the best? Part 2

So, what’s the agenda? In case you are new to AS.NET MVC and J2ee Struts framework Overall Comparison with framework Automation using template Passing data from controller to view Readymade fold

Using the Raw Input API to Process Joystick Input

Download source - 9.07 KB Download demo project - 5.44 KB Introduction Microsoft discourages the use of DirectInput for keyboard and mouse input in games, but it is still recommended to process

nVLC

Download source code - 224 KB Download documentation - 759 KB Introduction Ever since I started using VLC Media Player, I was impressed with its capabilities, especially its built-in codecs whic

Extending windbg with Page Fault Breakpoints

Download demo - 333.83 KB Download WinDbg extension - 378.29 KB Introduction Have you ever needed to set a breakpoint on an entire module or memory region? This is particularly useful if you w

ADSdotNET: A DLL for using alternate data streams from .net languages

Download adsdotnet-0.2-src.zip - 26.96 KBDownload adsdotnet-0.2-bin-x86.zip - 38.63 KB  Download adsdotnet-0.2-bin-x64.zip - 39.63 KB  Introduction ADSdotNET is a library which makes it pos

Composite Design Pattern

You can see this and other great articles on design patterns here. The composite design pattern allows you to set up a tree structure and ask each element in the tree structure to perform a task. A t

Memento Design Pattern

You can see this and other great articles on design patterns here. The Memento Design Pattern allows you to save historical states of an object and restore the object back from the historical states

Iterator Design Pattern

You can see this and other great articles on design patterns here. The Iterator Design Pattern allows you abstract out the details of traversing collections. For example, you may different types of

Singleton Design Pattern

You can see this and other great articles on design patterns here. The Singleton Design Pattern allows you to have only a single instance of an object of a particular class anywhere in the applicati