InfoQ Homepage News
-
Amazon Reserved Instance Marketplace Provides Escape Route for Pre-Paid IaaS Investments
The Amazon Web Services team has just announced a new way for its cloud customers to sell their unused Amazon EC2 Reserved Instances. This means that customers who made long term AWS commitments in exchange for significantly lower costs can offload their machines before their contract with AWS expires.
-
Converting Java to Objective-C with Google’s J2ObjC
Google has open sourced J2ObjC, a transpiler converting Java source code to Objective-C/C++ source code for the iOS platform.
-
Visual Studio 2012 Formally Launched, Next Steps Revealed
Microsoft formally launched Visual Studio 2012 September 12 in Seattle, and InfoQ was there to cover the event. Beyond VS2012's release, new details were announced by S. Somasegar for the product's more rapid evolution.
-
Microsoft Delivers Visual Studio Express for the Windows Desktop and F#
Microsoft released two new editions of its free Visual Studio Express 2012 series that will target F# and traditional Windows desktop applications. This enables developers using C#, C++, F#, and Visual Basic .NET to take advantage of VS2012's improvements.
-
Ex Sun Developers Bring WORA Java Support to Android, iOS, and Other Mobile Platforms
Founded in 2012 Israeli start-up Codename One is producing a new Java SDK that allows Java developers to write native applications that support a number of mobile device platforms including iOS, Android, BlackBerry, and Windows Phone from a single code-base.
-
Oracle and Apple Struggle to Deal with Java Security Issues
Java has been in the news a lot recently thanks to a rather messy response to a high profile Java security issue, CVE-2012-4681, and a related set of vulnerabilities which target the Java browser plug-in.
-
WMF 3.0 RTM Including PowerShell 3.0 Now Available
Windows Management Framework 3.0 features PowerShell 3.0, the command-line scripting tool for system administrators. Also included are updates to WMI, WinRM, and a new OData IIS extension.
-
Culture Game Extract #3 Now Available from InfoQ
The latest extract from Dan Mezick's book The Culture Game is now available on InfoQ.com He is also an organizer for The Agile CULTURE Conference being held in Boston and Philadelphia this week.
-
FriendlyUrls – For ASP.NET WebForms
FriendlyUrls is a new ASP.NET feature that allows developers to easily use pretty urls in their web forms applications. It also makes it easier to manage both Mobile and Desktop views in the same project, similar to MVC. Scott Hanselman explains more.
-
Community-Driven Research: Next Major Hurdle for Cloud Computing?
InfoQ's research initiative continues with a 5th question: "What is the Next Major Hurdle for Cloud Computing?". This is a new service we hope will provide you with up-to-date & bias-free community-based insight into trends & behaviors that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.
-
Entity Framework 6.0: Async, IQueryable Operators and Feature Improvements
According to Microsoft, Entity Framework 6.0 will provide support for async and can be implemented either using SaveChangesAsync() or ExecuteSqlCommandAsync() methods. Entity Framework 6.0 will also enable developers to perform async operations on IQueryable (IQueryable<T>) operator and can be implemented using FindAsync() and SingleAsync() extension methods.
-
Entity Framework 5.0: Spatial Data Types, Performance Enhancements, Database Improvements
Entity Framework 5.0 provides support for spatial data types and can be implemented using DbGeography and DbGeometry classes. It also introduces automatic compilation of LINQ to Entities queries by translating inline LINQ queries in a cached mode. Hence, developers need not have to make use of CompiledQuery.Compile method as in previous versions.
-
HTML5 Boilerplate 4: Improved Apache Configuration, IR Technique and Use of MIT License
HTML5 Boilerplate (H5BP) provides a starting template for HTML5 and CSS development. It contains a set of best practices for front-end web development, including recommended web server settings. New in H5BP 4 are improved Apache compression configuration, HiDPI media query, MIT license, console.log protection and new image replacement (IR) technique.
-
.NET Deadlock Detection with PostSharp
SharpCrafters, makers of the AOP framework PostSharp, have developed a drop-in deadlock detection toolkit. This toolkit works with most standard locking primitives such as Mutex, Monitor, and ReaderWriterLock with only a single line of code added to the project.
-
Pair Programming Gets Mainstream Coverage, Lukewarm Response
The Wall Street Journal has begun to take notice of the growing number of technology companies that have been practicing Pair Programming and has published their take on the practice in an article titled Computer Programmers Learn Tough Lesson in Sharing.