July 2007 - Posts

4
Comments

Loading Providers in Medium Trust Mode using WebConfigurationManager by shahed

Problem: Recently I uploaded a ASP.NET2.0 website with a hosting provider (shared environment), and started getting this error when ever I wanted to load the providers declared on the config file: [SecurityException: Request for the permission of type...
0
Comments

Working with *Specified Properties. by shahed

Problem: The value of DateTime property is assigned but its not included in the serialized xml. SomeClass msg = new SomeClass(); msg.generated_on = DateTime.Now ; if we serialize this we will find this: <?xml version="1.0"?> <SomeClass...
0
Comments

Be careful using Member Name with suffix "Specified", it has special meaning to the XmlSerializer by shahed

Members with names ending on 'Specified' suffix have special meaning to the XmlSerializer: they control serialization of optional ValueType members and have to be of type System.Boolean. Here is a test class to generate the exception where I explicitly...
6
Comments

Imagine Cup 2007 Australia - Winner Uni of Canberra by shahed

It was a unique experience for me to be part of Imagine Cup 2007 (Australia). I also congratulate University of Canberra. More details .... source: http://www.apcmag.com/6514/now_the_blind_can_program_in_net and some pics here: http://edwardhooper.com...
Powered by Community Server (Commercial Edition), by Telligent Systems