The Dictionary built-in object in classic Asp 3.0 is not provided by a sorting method to order items, infact these are the only methods exposed by Dictionary object: Add Adds a new key/item pair to a Dictionary object Exists Returns a Boolean value that indicates whether a specified key exists in the Dictionary object …
Apr 10
New mobile version of maxvergelli.com!
It’s now available the mobile version of maxvergelli.com for smartphone and tablet; visit mobile.maxvergelli.com with your mobile device right now!
Apr 10
New jQuery Bubble Popup v.3.0 plugin supports jQuery v.1.7.2 and any other Javascript libraries and frameworks as Script.aculo.us, Mootols or Prototype
The new version 3.0 of the jQuery Bubble Popup plugin supports jQuery v.1.7.2, currently the latest and stable version of the most famous javascript library. Compatible with any Javascript libraries and frameworks The most interesting feature of the 3.0 version is that You can use together jQuery & Bubble Popup plugin with any other libraries and javascript frameworks like Script.aculo.us, …
Mar 23
Updated version of CryptographyHelper class for .NET Framework 4
This updated version of mine “CryptographyHelper” wrapper/helper class supports .NET Framework 4 . With this vb.net class you can easly encrypt/decrypt strings using a robust symmetric Rijndael algorithm or you can get also MD5 or SHA1, SHA256 hash codes of a string. During the encryption, the CryptographyHelper encrypts a clear text and saves it in …
Mar 23
How to extract content from tags in VB.Net
With this simple vb.net function You are able to extract content from HTML tags, useful and smart Max
Mar 22
Useful extension methods for String .Net class with support of IntelliSense
Hi all, I wrote this .NET module that extends String class with useful methods to modify alphanumeric characters and symbols. It fully integrates with the compiler so You are able to recognize extension methods by IntelliSense; in the bottom of the article, see the module’s code. This is an example of what you can do: …
Mar 21
MySqlHelper VB.NET class – easly execute commands against a MySQL database
Hi all, with the following free .net helper class you can easly execute SQL commands against a MySQL database, execute stored procedures, get or programmatically update tables/DataSet objects and convert to and from MySQL datetime types. Enjoy!
Dec 17
How to implement IsNumeric() VB.NET function in C#
This article describes how to implement the useful “IsNumeric” function in Microsoft Visual Basic .NET in Visual C#. The IsNumeric() function returns a Boolean value indicating whether an expression can be evaluated as a number. The IsNumeric() function returns True when the data type of the expression is Short, Integer, Long, Decimal, Single or Double. …
Dec 14
Multilingual applications with VB.NET
In this simple tutorial you’ll learn how to manage different languages for a vb.NET application and the simplest way to access programmatically to the string values in the resource compiled files (*.resx) created by Visual Studio; Adding resource files: First of all, add a folder named “resources/” in your project. Inside this folder, right click …


