Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

July 2007 - Posts

Imagine Cup 2007 Experience

It was an unique experience for me to participate Imagine Cup 2007 as one of the  JUDGES to select the best team for Australia, who will participate in the world finals in Korea. I also congratulate University of Canberra. More
posted by Shahed | 0 Comments

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

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
posted by Shahed | 0 Comments

Working with *Specified Properties.

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
posted by Shahed | 0 Comments

Loading Providers in Medium Trust Mode using WebConfigurationManager

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
posted by Shahed | 0 Comments

Silverlight A to Z from Tim Sneaths blog

Source: http://blogs.msdn.com/tims/archive/2007/07/07/from-a-to-z-50-silverlight-applications.aspxFrom A to Z... 50 Silverlight Applications It's great to see so many Silverlight-based widgets, samples, demos and applications appearing out there. I
posted by Shahed | 0 Comments