Apr 21

How to sort a Dictionary object by Keys or Values with Asc/Desc order in Classic ASP

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 …

Continue reading »

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

Continue reading »

Mar 27

How to count how many times a particular value is repeated in a List of items

The faster way (with the best system performance) to count how many times a particular value is repeated in a List of items, it’s like this To do that, You have to add the following two extension methods, optimized for the best performance, to my .Net module (at http://www.maxvergelli.com/2012/03/22/useful-extension-methods-for-string-net-class-with-support-of-intellisense/) that extends the String class Enjoy, …

Continue reading »

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 …

Continue reading »

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: …

Continue reading »

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. …

Continue reading »

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 …

Continue reading »

Older posts «