InfoQ Homepage .NET Content on InfoQ
-
Windows 8 Replaces the Win32 API
Windows 8 introduces a new core API called WinRT. This is used to develop Metro style applications using C/C++, .NET, or JavaScript. These applications automatically gain features such as hardware acceleration and advanced power management out of the box. Existing Silverlight and WPF applications can be ported to the new “Native XAML” libraries with minimal effort.
-
Spring AMQP 1.0 GA
SpringSource, a division of VMware, has released Spring AMQP 1.0 GA (1.0.0.RELEASE). The Spring AMQP project applies core Spring concepts to the development of AMQP-based messaging solutions, and is available in both Java and .NET versions.
-
Windows Azure Toolkits for Devices Now Include Android
In addition to updates to the Windows Azure Toolkits for Windows Phone and iOS, Microsoft has introduced a new toolkit for Android, which can be used with applications developed with the Android SDK and Eclipse.
-
.NET Developers Now Can Access Google Discovery APIs
Google has released in open source form the .NET APIs Client Library which can be used to access services providing discoverable APIs such as Books, Analytics, Latitude, Prediction, Tasks, Translate and others.
-
Does Anybody Listen? - Podcasts related to Architecture Topics
Keeping up to date on software architecture is difficult, because only a few information sources cover this important area explicitly. Of course, Online Services like InfoQ offer a lot of information on software architecture and design. But what about learning in your spare time,for instance when you are commuting or during your running exercise? Can audio podcasts provide an appropriate solution?
-
Silverlight 5 RC: Microsoft Reinforces Their Commitment with Many New Features
Microsoft has announced Silverlight 5 RC ahead of the BUILD conference, making sure the are no more questions about their commitment regarding their favorite browser plug-in technology. Silverlight 5 has many new features, including: 2D and 3D graphics rendered via the GPU, remote video control, P/Invoke support, in-browser trusted applications, better performance and tools.
-
SQL Server Bids Farewell to OLE DB After Denali
Denali will be the final edition of SQL Server to support OLE DB, because Microsoft considers ODBC to be the industry standard for relational data access.
-
Resources for Windows Phone Developers
In what’s becoming a tradition, Microsoft has once again confused the version numbers of one of their key products. In brief what you need to target Windows Phone 7.5 is the Windows Phone 7.1 SDK and the August 2011 build of the Windows Phone Toolkit. Or you can give the PhoneGap beta a spin.
-
Visual Studio vNext Code Editor Improvements for C++
Sumit Kumar on the VC++ team has revealed some of the new IDE features for the next version of Visual Studio. While some of them are merely catching up to VB/C#, others suggest new features that all of the languages could take advantage of.
-
.NET Extension Methods For Microsoft Translator API
Microsoft Translator API exposes Translation services for developers using REST-based and SOAP based end-points. An open source project, Bing (Microsoft) Translator .NET, creates a wrapper around these APIs by using extension methods, making it much easier to build .NET applications that can use translation.
-
Noda Time: An Advanced Date/Time Library for .NET
To put it bluntly, the date/time libraries in .NET are flawed. In an effort to address many, but far from all, of these problems Jon Skeet is working on a port of Joda Time called Noda Time.
-
What is the Future of Flash and Flex?
Adobe wants to strengthen Flash and Flex’s position in the enterprise and especially in the mobile space. But a recent study shows that jQuery has overtaken Flash as a deployed web solution on the top 17,000 websites.
-
New in RAD Studio XE2: Multiplatform, Native iOS&Android, HD&3D Animation, and Cloud
Embarcadero is preparing a new release of their RAD Studio XE2 tools which includes Delphi XE2, C++Builder XE2, RADPHP XE2, and Prism XE2, at exactly one year after the initial launch of the XE line on August 30, 2010. This release has many new features, the most interesting being support for cross-platform development, Windows 64-bit, Amazon Cloud API, Native Android and iOS, and HD&3D animation.
-
LightSwitch 2011: Truly "Coding Optional"?
Visual Studio LightSwitch 2011, the development tool intended to help non-developers produce business applications, was released earlier this month. Ever since the beta release last year, it has been the subject of some debate over the intended audience for the product.
-
Task Parallel Library for Silverlight
Silverlight’s asynchronous service model forces developers to deal with multi-threading from the very beginning. So it seems odd that Microsoft choose to omit the Task Parallel Library, which is the core of .NET’s multi-threading infrastructure. Fortunately there are options.