Articles Archive for December 2008
Technology News »
Braid PC To Be Released In Early 2009
A few months ago, we had reported that Braid would be coming to the Xbox Live Arcade, amongst other games. But usually some of XBLA games end up coming to the PC platform. Braid is no different! A PC version of the platform game is also in works from some time.
However, Braid for the PC was supposed to release this year but now it seems that the game will be out next year. On the official blog of the game, the developers have …
Asp.net, CSharp »
.Net Reflector
.Net Reflector is a very nice tool, it can de-compile and analyze dlls or assemblies to source code.
Another feature which I like is that with .Net Reflector I can de-comiple dlls to C# or VB or IL. Nice trick to translate code
Using NET Reflector
1. you can easily view, navigate, and search through, the class hierarchies of .NET assemblies, even if you don’t have the code for them.
2. You Can understand the relationships between classes and methods.
3. You can find where types are instantiated and exposed
4. You can Check …
Technology News »
MicroSoft launched an Open-Source blogging platform.
However, the software maker was quick to underline that the product is aimed at developers and not intended to directly compete with popular blogging software such as WordPress or Movable Type.
The same has been available at : oxite
One need MicroSoft Public licence from Open-Source Licence.
Read about first public release at : http://www.codeplex.com/oxite/Release/ProjectReleases.aspx?ReleaseId=20210
Oxite is a standards-compliant, extensible content-management system designed to support either blogs or larger Web sites, Microsoft said. The platform includes support for features such as pingbacks, trackbacks, anonymous or authenticated commenting, gravatars …
