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
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
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
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
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
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
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
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
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, 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
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
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
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
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
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
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
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
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