IT Technology Blog

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

The Power of Rooting on Android

Download demo project - 22.04 KB Introduction Android is one of the most popular mobile platforms for cell phones and tablets everywhere. Since its release,

How to invoke Java web service in ASP.net using C#

Download Code.zip - 34.24 KB Contents: Background Definition Features of web services Basic Components Web Services Interoperability Create a Jav

SQL SERVER – Tips from the SQL Joes 2 Pros Development Series – Easy Introduction to CHECK Options – Day 24 of 35

Answer a simple quiz at the end of the blog post and - Every day one winner from India will get Joes 2 Pros Volume 4.Every day one winner from United States wil

Consuming a Web Service .NET with VB6.0 App

Download source - 627.45 KB Introduction Web services are an important part in the management of information. That's why although information technology

VBA Error Handler

Download addin setup - 160.61 KB Download source - 28.69 KB Introduction Similar Application MZ-Tools 3.0 for VBA How this Application Differs Feature

Sharing memory across different running applications

Download MemoryMapping - 221.65 KB Introduction Sharing memory is a powerful tool and it can now be done simply.... You have an applicatio

A Simple Example of RSS Feed Reader

Download source - 45.16 KB Introduction  Nowadays, RSS is a great features of web / windows platform as well. What is RSS? RSS (Rich Site Summary) is

Multiple Fileupload for ASP.NET with Client Side Resizing of Images

Download source - 4.09 KB Introduction This article shows how to use the open source plupload control to upload multiple images. The images are resized on t

Read/Write/Remove Create XML

Download source code - 8.17 KB Introduction This is a simple set of functions that will give the programmer the ability to read/write/remove and create eleme

WPF Map App: WPF meets Google Geocoding & Static Maps APIs

Download WPF_Map_App_demo.zip - 17.06 KB Download WPF_Map_App_src.zip - 44.27 KB Introduction Google provides web and mobile developers with several APIs th

Grant Access to your Assembly from COM Objects

Download source - 14.97 KB This is a very common occasion where we need to expose a .NET assembly to COM applications, so that the COM application can commun

Time Edit Control

Download source - 28.32 KB Download demo application - 18.76 KB Introduction Similar controls: System.Windows.Forms.DateTime

Entity Framework context per request

Are you still using the using (DBContext context = new DBContext()) { .. } way of accessing the database? I mean that’s cool, at least you are sure you d

ExportAttribute, ImportAttribute, CompositionContainer and MEF in Asp.Net MVC 3

Download mef-asp-net-mvc-3 - 875.65 KB This article illustrates the usage of the Managed Extensibility Framework (MEF) in Asp.Net MVC 3 applications. You’ll

Association mapping in Fluent NHibernate

This article explains and illustrates on a practical example, how the support of different association mapping is implemented in Entity Developer with Fluent NH

Create SlickSkins™ with Netscape's Mozilla Browser in MFC Views

Download iemozilla_src.zip - 181.3 KB Introduction I create SlickSkins™ back in 1992, and this article is an updated version of the article and source

Dynamically create item templates server-side

Anyone who has ever developed with ASP.NET coming from classic ASP or some other embedded/inline based web development platform knows that ASP.NET is quite diff

Playing with List Controls using jQuery

You all must be knowing, I am a fan of jQuery. The kind of neat and clean code and the power provided by jQuery at Client side scripting is unmatchable. List C

Building a 3-Tier App with Silverlight 3, .NET RIA Services, and Azure Table Storage

Download source code - 412 KB Introduction Silverlight 3, .NET RIA Services, and Windows Azure Services Platform makes a 3-tier Cloud application easier to

Implementing Continuations in a Generic Way - The Usage of the Option Type in C# - Make Code More Clear

Download source - 392.33 KB Continuations in C# - Make Code More Clear Problem to solve: If you look at a lot of code in C#, the code must be read