Scott Guthrie posted about a cool new ASP.NET server control: Chart. It can be used for free with ASP.NET 3.5 to enable rich browser-based charting scenarios. Read more over here: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
While developing a page that was to be used through an inline wrapper, I got an error: "Validation of viewstate MAC failed". This error can usually be resolved by disabling event validation , viewstate encryption or viewstate for the MAC . In my case these solutions did not resolve the issue...
It's been a long time since my introductory post. I have been really busy studying and reading about Scrum in order to take full advantage of the Certified ScrumMaster course. For those interested in some pre-reading materials it is good to start with http://agilethinking.net/csm and then follow...
.NET got brand new logo, I kind liked the old one more… anyway… http://blogs.msdn.com/msmossyblog/archive/2008/10/25/embrace-the-new-net-logo.aspx
If you watched the first keynote of PDC08 , either at PDC or through the live stream, you have seen the first public unveiling of Windows Azure . In short, it’s our OS for the cloud. A CTP of the Windows Azure SDK should be available shortly. In the mean time, you can get busy with the “Oslo”...
We have created a new logo for the Microsoft .NET brand. It will be used widely starting next week at PDC08 in Los Angeles. Expect lots of great announcements at this event. For those attending PDC08, have fun, I am sure you will be amazed! For the not so fortunate who stay at home, the keynote sessions...
I just read this article by DigiMortal about List<T>.ForEach and exceptions . His assumption was that if an exception occurs while processing one of the items that the next item would still be processed which is not that case. Maybe he was aware of this (well he is now!) and somebody did not add...
Posted to
Ramon Smits
by
Ramon Smits
on 10-02-2008
Filed under: .Net, events, Exception handling, Asynchronous
We developed an ASP.NET page (A) to be wrapped in an existing PHP page (B) using an inline wrapper. After a few days in which both pages displayed nicely, our page (A) suddenly got displayed twice inside the existing page (B). And even weirder was that the postbacks of the first occurrence didn...
StyleCop version 4.3 was released last tuesday. A short summary of what version 4.3 brings us: Various bugfixes, including fixes for VS integration issues Rules documentation is included and integrated into VS "Show Error Help" New rules, see blogpost for the rules Branding change from Source...
A while back I created a little utility to upload files to MediaFire which is a file hosting service. MediaFire supports uploading of files up to 100 MB in a free account with unlimited storage, and is in my opinion one of the best free online storage possibilities out there. It has galleries for pictures...
Posted to
Mischa Kroon
by
Mischa Kroon
on 08-11-2008
Filed under: Things from around the web, .Net, File Hosting, MediaFire