BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • Comma Delimited Cookies in ASP.NET with Parser Tool

    ASP.NET doesn't provide support for comma delimited cookies. However, you can use comma character by creating a parser tool. Why reinvent the wheel when Keyvan Nayyeri has created a tool for this purpose.

  • A Background on Windows Phone 8's New Map Services

    The release of Windows Phone 8 brings full multitasking support as well as a new set of mapping APIs. Combining the two allows developers to produce more capable apps and a better user experience.

  • Key Technologies for Windows Store Business Apps

    Business applications tend to have a lot of more emphasis on data storage, security, and deployment than other types of applications. Despite the numerous limitations that Windows 8 Store, there are still many different options available to fulfill these needs.

  • Big Data – Distinguishing Between Hype and Reality

    A recent IBM survey makes an attempt to distinguish between hype and reality when it comes to Big Data. Its findings include: 28% of the companies have started a Big Data pilot or implementation, 47% plan for it, while 24% try to learn about it.

  • The NET Perspective: Then and Now

    The .NET Framework observed its ten year anniversary in February. Brandon Bray, .NET's Group Program Manager, was at Build to discuss where .NET has been and what developers can look for in the future.

  • Reintroducing Extension SDKs for Visual C++

    An under-reported feature of Visual Studio 2012 is the ability to create Extension SDKs for Visual C++. SDK development is analogous to creating assemblies in .NET or JARs in Java and is very important for Windows 8 application development.

  • JCP Reform Continues as London Java Community and CloudBees Win Seats on Executive Committee

    The results are in for the JCP 2012 elections, with the London Java Community re-elected and PaaS provider CloudBees being elected for the first time in the open vote. Following the vote, the SE/EE and ME Executive Committees will be merged into a single Executive Committee, which will start to focus on the thorny matter of IP issues.

  • JustDecompile with C#5 and WinRT Support

    Telerik's JustDecompile Q3 2012 ships with support for C#5 and WinRT. It integrates with Visual Studio via JustCode and includes two plugins.

  • Powering Your Apps with Microsoft Accounts

    A central theme with Windows 8 is the Microsoft Account. This is another attempt to offer a single sign-on system for both Microsoft and third-party services. Microsoft Account is available for Windows 8 apps, normal websites, Windows Phone, Android, and iOS.

  • How Visual Studio Improves C++ Performance

    The optimizer in Visual Studio 2012 has nearly doubled in size as compared to previous versions. This matters to developers because now their C++ code can benefit from significant increases in execution speed after a recompile. Targeting the additional features of VS2012 can lead to even bigger performance gains.

  • Notes on Writing a Windows Store Apps with C++/CX

    In a session titled Diving deep into C++ /CX and WinRT, Marian Luparu talks about exception handling and performance for C++ applications that target Windows 8. The most important thing for developers to understand is how the boundary between WinRT and normal C++ code effect exception handling and performance.

  • How TFS Embraced 3-Week Release Cycles

    Buck Hodges argues that long release cycles lead to unhealthy development practices for the Team Foundation Server team, but there is more to short release cycles than just shipping with each sprint. Other changes in how software is planned and developed is needed, including the ability to disable new features rather than fixing them.

  • Build Keynote 2: Microsoft's Plan to Broaden the Cloud's Reach

    Microsoft's Satya Nadella opened up day 2 of Build 2012 with a keynote describing the company's vision for the Cloud through Azure and how all developers can benefit from the services that this vision offers-- including traditionally mobile and desktop-centric apps.

  • Researchers Expose SSL Vulnerabilities in Libraries and Their Usage in Popular Non-Browser Services

    A recent publication in the ACM CCS'12 proceedings titled "The Most Dangerous Code in the World:Validating SSL Certificates in Non-Browser Software" exposes critical vulnerabilities in the creation and usage of SSL libraries in non-browser applications. The lessons learnt and the ensuing recommendations to developers and testers are shared in this news item.

  • Windows Phone 8 SDK Release Brings Native C++ and DirectX

    Microsoft released the Windows Phone 8 SDK Tuesday as part of its bid to increase developer support. This SDK includes several new features including hardware accelerated DirectX and native C++ code support.

BT