InfoQ Homepage News
-
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.
-
Security for Windows Store Apps
In the past there was an assumption that only popular applications and services will be attacked. But these days even new services with few or no users is liable to find itself under the hacker’s microscope. In a recent //Build session, Josh Dunn discusses some of the common vulnerabilities found in Windows 8 applications.
-
Eclipse Orion: A Browser-based Editor for Web Applications
The Eclipse Foundation has released Orion 1.0, a browser-based editor for web applications written in JavaScript, HTML, and CSS.
-
SOA Still Not Dead: Ratification of Governance Standard Highlights SOA’s Continued Relevance
The Open Group recently announced that their SOA Governance Framework was accepted as an international standard following a vote by the International Organization for Standardization (IOC) and International Electrotechnical Commission (IEC). The ratification came at the end of a six month review period and marks a continued relevance of SOA principles in today’s technology solutions.
-
Atmosphere 1.0: Asynchronous Communication For Java/JavaScript
Atmosphere 1.0 is a new Java/Scala/Groovy framework that attempts to abstract asynchronous communication between the web browser and the application server. It transparently supports Web Sockets, HTML5 Server Side events and other application server specific solutions when available, with long polling as a fallback.
-
Developing New Applications for Office and SharePoint 2013
The addition of the app store to Office and SharePoint 2013 provides new opportunities for both users and developers. These new features provide greater awareness for Internet data sources and bring customization to users.
-
Dynamic Access Control in Windows Server 2012
Dynamic Access Control is a set of features for Windows Server 2012 to manage authentication and authorization beyond Active Directory Groups. There are several components involved in this, the most notable being the ability evaluate expression-based ACLs against user and device claims.
-
IT Delivered Applications in Windows 8 with RemoteFX and RemoteApp
A major focus of Windows 8 is the ability to support “bring your own device” scenarios. To support this scenario without forcing IT departments to actually install company software on every machine, Microsoft has invested significantly in the RemoteFX and RemoteApp technologies.
-
Build 2012 Keynote Highlights the Windows 8 Vision
Build 2012 begins today and InfoQ is covering the conference on-site. Microsoft CEO Steve Ballmer's opening keynote today highlighted the unified approach Microsoft is taking with Windows 8, Windows Surface, and Windows Phone 8. The keynote emphasized the new opportunities available to developers and the personalized experienced offered to users.
-
Porting Existing C++ Code to Windows 8/Windows Phone 8
Porting Existing C++ libraries to Windows 8/Windows Phone 8 mostly involves replacing many, but not all, of the existing Win32 and COM API calls with their WinRT equivalents. The UI itself will most likely not be portable, as GDI is being replaced with XAML, HTML5, and/or DirectX.