Mobile and web design development (Android, iPhone, WordPress)
Google+TwitterLinkedinFacebook
Subscribe
HomeC, C++, Java, Objective-C

C, C++, Java, Objective-C

The .NET Source Code soon to be released

Looks like Microsoft will be releasing the source code for the .NET framework for the soon to be released version 3.5 of the framework. ScottGu has made the announcement on his blog.

This is welcome news for .NET developers because it will help a lot in creating and debugging .NET software. The .NET source code release offers integrated debugging in Visual Studio 2008 allowing developers to step thru the framework’s source code.

How to pass data in neutral way in C++

I have often thought what would really be the easiest, efficient (in terms of coding, performance, storage) way of passing data across a network or even just among several software applications.

Different solutions have been available depending on different applications. The current trend of using XML as a universal way to pass around data has been widely accepted.

Continue reading …