|
 |
| 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 the 'Development' Category
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#
Antonio Bello posted on August 04, 2007 03:28 
In the latest couple of months I've seen lot of interest in the DotNetNuke SMS module I planned to develop, but later I had to stop its development (although still at a very early stage) because busy on other activities.
Also, I previously started the development of a Requirements Management application (code name ActiReq), which had and still has higher priority.
Due to interest shown on the SMS module, I'm thinking of getting my hands again on it - but I'm afraid that I won't be able to dedicate enough time to release a version in realistic timeframes. If there is anybody interested in partecipating in its development, please let me know, by leaving a message either here or better in the dedicated forum.
[Read the rest of this article...]
Antonio Bello posted on July 26, 2007 02:44 
Xceed has developed a professional looking data grid for WPF (Windows Presentation Framework), offered for free
[Read the rest of this article...]
Antonio Bello posted on July 16, 2007 10:42 
I'm currently working on a Software Requirements Management application for Windows, targeted to stakeholders involved in the software requirements gathering process.
The code name of this application is ActiReq, I might change it in the future, but I still have no plan about it, as well as no plans about its first release (although I hope to be able to release the 1st version within the end of the year).
More details will follow soon, including a list of features that I plan to implement, some screenshots, and a free mockup application I wrote just to familiarize myself with the kind of UI I want and some minimal features.
For any comment or suggestion, please either write a comment below or use the dedicated forum available here
[Read the rest of this article...]
Antonio Bello posted on September 11, 2006 02:49 
If you need to test your web design on a range of browsers, instead of doing it manually, since it would be hard to have different browsers on multiple platforms (Windows, Linux, Mac), just go to browsershots.org.
This nice service simply allows you to insert an url, and it returns a set of screenshots taken from more than 30 different browsers, such as Firebird, Firefox, Konqueror, Mozilla, Navigator, Opera on Linux, Safari on Mac, Firefox, IE 6 & 7, Netscape, Mozilla on Windows
Give it a look!!
[Read the rest of this article...]
|
|