|
| Email send issue preventing new users from registering |
| by Antonio Bello @ Saturday, September 26, 2009 |
|
|
| Choosing a web color scheme |
| by Antonio Bello @ Saturday, February 07, 2009 |
|
|
| ZoneAlarm beta for Vista x64 |
| by Antonio Bello @ Tuesday, February 03, 2009 |
This is a good news for all of you, just like me, thinking that Zone Alarm is the best available firewall. I've been using ZoneAlarm for years, until ... |
|
| Spammer complaining with me because I reported his spamming activities |
| by Antonio Bello @ Thursday, January 08, 2009 |
This is really funny. I've reported thousands of spam emails to ISP and domain registrars, but this is the first time I get contacted by the spammer c... |
|
| Platform Verification Task leading to slow builds on compact framework projects |
| by Antonio Bello @ Monday, December 29, 2008 |
I've been experiencing an extremely high build time on a windows mobile project targeted to compact framework 2.0 before finding out what was responsi... |
|
| Unit testing of ASP.NET pages, Http Handlers and Http modules |
| by Antonio Bello @ Monday, December 15, 2008 |
Simple framework to run asp.net pages without a web server, useful for running self contained tests. |
|
| Data integrity check using hashing |
| by Antonio Bello @ Saturday, November 01, 2008 |
When data are moved across a network the recipient might require a verification to ensure that data have not been modified after send. For example, in... |
|
| DotNetNuke SMS Module under development (again) |
| by Antonio Bello @ Tuesday, October 14, 2008 |
|
|
| Mark a C# class data member as readonly when it’s read only |
| by Antonio Bello @ Thursday, October 02, 2008 |
2009.01.30 - Updated in order to clarify about immutability. The readonly modifier is used to declare an instance-specific constant data member which ... |
|
| Casting from a base class to a derived class |
| by Antonio Bello @ Thursday, October 02, 2008 |
Today a friend of mine asked me how to cast from List<> to a custom MyCollection class, where MyCollection is derived from List<>. Is this... |
|
|
Go to the Blogs page
|
|
|
|
|
|
|
| DataGridView: how to bind nested objects |
| by Antonio Bello @ Saturday, July 14, 2007 |
A DataGridView can be bound to a collection of objects to display any of its base data type (i.e. string, int, and so on) properties. But what happens... |
|
| DNN: How to determine if a user is an administrator |
| by Antonio Bello @ Thursday, October 05, 2006 |
Sometimes we need to know whether a user is a portal administrator or not. Let's see how simple it is. |
|
| Single Sign On across multiple ASP.NET applications |
| by Antonio Bello @ Monday, October 02, 2006 |
The most used authentication type under ASP.NET in a web environment is the Forms Authentication. Sometimes we need multiple applications, each one im... |
|
| Quickly add feed capabilities to your PHP application |
| by Antonio Bello @ Saturday, July 29, 2006 |
FeedCreator is a small and very simple to use PHP library for adding feeds capabilities to PHP applications |
|
| How to prevent validation errors from being displayed |
| by Antonio Bello @ Wednesday, July 12, 2006 |
When executing a postback on a form, for example to load the list of values for dependant list boxes, validation is performed and errors are displayed... |
|
|
Go to the Articles page
|
|
|
|
|
|