Ξ October 29th, 2007 | → 0 Comments | ∇ Web |
Apparently there are some errors with certificates on the Imagine Cup site. While trying to enter it, I came across this very nice warning telling me that the certificate used on the site was not issued by a trusted authority. While this was a temporary issue with the site(that seems to have been corrected by now), I still wonder why did this issue appear. (more…)
A few days ago I watched a very interesting video on Channel 9 about partial methods in Visual Studio. This is a new .Net feature that will basically allow you to get as detached from a designer generated code as you can get, without having any performance drawbacks. This is due to the fact that this technique does not generate any overhead. How can this be (more…)
Yes, that is correct. Microsoft is releasing source code for the .Net Framework in order to help developers in the debugging process. This will be a very cool feature in Visual Studio 2008. The source code comes with Microsoft Reference License, (more…)