|
 |
| Email send issue preventing new users from registering | | Saturday, September 26, 2009 |
| | Choosing a web color scheme | | Saturday, February 07, 2009 |
| | ZoneAlarm beta for Vista x64 | | Tuesday, February 03, 2009 |
| | Mark a C# class data member as readonly when it’s read only | | Friday, January 30, 2009 |
| | Casting from a base class to a derived class | | Sunday, January 25, 2009 |
| | Spammer complaining with me because I reported his spamming activities | | Thursday, January 08, 2009 |
| | Platform Verification Task leading to slow builds on compact framework projects | | Monday, December 29, 2008 |
| | Unit testing of ASP.NET pages, Http Handlers and Http modules | | Monday, December 22, 2008 |
| | Data integrity check using hashing | | Saturday, November 01, 2008 |
| | DotNetNuke SMS Module under development (again) | | Tuesday, October 14, 2008 |
|
|
 |
|
|
|
|
 |
ActiReq Preview
ActiReq is a Requirements Management tool currently under development.
A functional preview, with limited functionalities, is available free of charge.
Click here for more information.
|
 |
|
|
|
|
|
|
Entries for 'Antonio Bello'
Antonio Bello posted on September 26, 2009 09:51 
It looks like there has been a severe issue on the SMTP server, so emails haven’t been sent in the latest weeks – I don’t know exactly since whe...
[Read the rest of this article...]
Antonio Bello posted on February 07, 2009 04:41 
When designing a web site, on of the problems I face with is how to choose colors. Usually I choose a base color, which is the predominant color used ...
[Read the rest of this article...]
Antonio Bello posted on February 03, 2009 02:18 
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 I had to install Vista 64 on my Lenovo T61p, and discover that ZoneAlarm is not compatible. In fact, until now, ZoneAlarm was compatible with 32 bits platforms only.
[Read the rest of this article...]
Antonio Bello posted on January 08, 2009 06:28 
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 complaining with me because I waste my time filing complaints against him.
[Read the rest of this article...]
Antonio Bello posted on December 29, 2008 09:39 
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 responsible of such slowness. Fortunately solving this problem is as easy as adding a line to a configuration file.
[Read the rest of this article...]
Antonio Bello posted on December 15, 2008 01:03 
Simple framework to run asp.net pages without a web server, useful for running self contained tests.
[Read the rest of this article...]
Antonio Bello posted on November 01, 2008 05:50 
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 a client/server scenario where a client application sends some updates to a remote database via a web service, the web service might need to verify that data have not been modified while travelling across the network, either due to corruption or because somebody changed them. A simple way to implement such kind of verification is utilizing hashing.
[Read the rest of this article...]
Posted in: Development, C#
Antonio Bello posted on October 14, 2008 08:08 
I know, this is not the first time I announce the development of a DNN SMS Module. But this time I really started its development, and I’m currently w...
[Read the rest of this article...]
Antonio Bello posted on October 02, 2008 03:25 
2009.01.30 - Updated in order to clarify about immutability. The readonly modifier is used to declare an instance-specific constant data member which can be initialized in the class constructor and is not limited to compiler-time constants only.
[Read the rest of this article...]
Posted in: Development, C#
Antonio Bello posted on September 27, 2008 05:23 
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 possible?
[Read the rest of this article...]
Posted in: Development, C#
|
|