IT Technology Blog

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

Resizing an Image On-The-Fly using .NET

The other day, I was given the requirement to be able to dynamically resize a JPEG image server-side before rendering it down to the browser, thus reducing unnecessary bandwidth usage between the serv

Delegates 101 - Part II: Anonymous Methods and Lambdas

Introduction In Part I of this series, we looked at what .NET delegates are, and how they can be used to hold methods in variables, or to pass methods as parameters into other methods. In this artic

Oh No! Not Another Way to Write a CSV File?

It's one of those things I've implemented many times, usually when the phrase "... and we'd also like to be able to export it as a CSV." has been tacked onto the end of some requirement at t

Delegates 101 - Part IV: Event Handling

Introduction So, here we are at the final part of this series on delegates; and it wouldn't be complete without looking at one of the key uses of delegates in .NET: Event handling. A Simple Timer I

Priority Based Asynchronous Post-back Scheduler

Download demo and source code - 33.94 KB Introduction In the article, Enable Multiple Asynchronous Postbacks at the Same Time[^], Vinay Lakhanpal[^] talked about scheduling asynchronous postbacks i

Data Access Using Dynamics - Part I: The DynamicDataReader

A Trip Down Memory Lane Way back in the mists of time, before the rise of ORMs such as Entity Framework, LINQ-to-SQL, or NHibernate, data access was typically performed using the ADO.NET DataReader a

Rounding Floating-Point Numbers Up or Down in .NET

Introduction Yesterday, I needed to be able not only to round a floating-point number to a certain number of decimal places, but also control the direction the rounding (i.e.: always force it to roun

A Simple Wrapper for log4net

Download source code - 262 KB Introduction log4net is a highly flexible logging framework available for .NET. Now firstly, let me say that this article assumes a basic familiarity with the log4net

ASP.NET Server Side Messages & Client Validation Message Handling.

Download ValidationMessage - 62.46 KB Introduction Most of the time while developing web applications we need to show server side messages at the client side in a dialog. Your server

GWT in Action, 2nd Edition - Using GWT Properties to Drive Deferred Binding

GWT in Action, Second Edition Ian Bambury, Christopher Ramsdale, Robert Hanson, Adam Tacy GWT properties are defined in a module XML file. This article from the book GWT in Action, Second Editio

CREATE RESTful WCF Service API Using POST : Step By Step Guide

Download RestService_POST - 38.89 KB Introduction In my previous article I tried to explain about WCF Restful service using HTTP Get method.  This works well as long as you are sending s

Simple Shopping Cart (Basket ) User Control using ASP.NET & JavaScript (Floating, Movable and Resizable)

Download sample application - 16.13 KB Download source code - 6.84 KB You can try my live demo here. Contents Introduction What is the Shopping Cart Software Why I Created this User Cont

Adding data management (CRUD) functionalities to the web tables (jQuery Data Tables and J2EE applications integration - Part II)

Download JavaEditableDataTable - 354.44 KB  Introduction  In this article will be explained how you can implement data management functionalities in the web tables using the J2EE appli

TraceTool 12.4: The Swiss-Army Knife of Trace

Download C# demo, library, and documentation (12.4) - 1.45 MB Download Delphi demo, library, and documentation (12.4) - 964.11 KB Download C++ demo, library, and documentation (12.4) - 878.15 KB

A Visual Studio Wizard to add more project configurations

Download source code - 167 KB Introduction Visual Studio is, no doubt, a great and indispensible productivity tool for any serious project. One of the great things about VS is the numerous wizards

Gridview inside Gridview in asp.net C#

Download NestedGridView - 404.17 KB Introduction   And in Selecting Expand you will see like that,-   Here emp_address is in 2nd Gridview. In o

Summarize C# Control Word Skills

Introduction About a week ago, I submitted an article about a summary of C# control excel skills. This article will show you a summary of basic skills on C# controllong Word. Wish this summary is us

8 Solutions to Export Data to Excel for ASP.NET

Introduction Excel is so powerful that it can easily successfully open not only excel itself, but also CSV format files, Tab format, website table format and other file formats. It’s so smart that i

A Comfortable Custom Text-control for Generating helptext in Dialogs

Download demo - 165.91 KB Download source - 4 KB Introduction For a project of my own, I was looking for a dialog-control which I can use in the project's dialogs for showing helptexts ab

Serializable Extra Types for .NET 4

Download SerializableExtraTypes - 95.04 KB  You may follow this code @ serializableex.codeplex.com  Introduction   This is an updated article and code base from my origina