Register  
Thursday, March 11, 2010
Home  
ActiReq Preview
  
Featured Blogs
  

 

Latest Blogs
Email send issue preventing new users from registering

Choosing a web color scheme

ZoneAlarm beta for Vista x64
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
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
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
Simple framework to run asp.net pages without a web server, useful for running self contained tests.

Data integrity check using hashing
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)

Mark a C# class data member as readonly when it’s read only
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
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
  
Latest Articles
DataGridView: how to bind nested objects
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
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
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
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
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
  
© 2006-2008 Developer's Corner - Powered by Elapsus   |  Privacy Statement  |  Terms Of Use