InfoQ Homepage Development Content on InfoQ
-
Stored Procedures and Entity Framework
Much has been written on the topic of ORMs and its failings. Most of the objections fall into two categories: Separation of Concerns and Object Oriented Design. For the Entity Framework we have good news for one these.
-
Azul Offers Free Zing JVM to Open Source Community Projects
Azul Systems have announced that they are making their pauseless Zing JVM freely available to Open Source developers and projects for use in development and testing.
-
IIS 8 And Web Deploy 3.0 - A Closer Look
IIS 8 gets released along with Windows Server 2012. This comes with several interesting features such as NUMA-support, WebSockets, security improvements and better web deployment tools.
-
Interview on Rust, a Systems Programming Language Developed by Mozilla
Rust is a systems programming language developed by Mozilla and targeted at high performance applications. This post contains an interview with Graydon Hoare, Rust’s creator.
-
Developers and ASP.NET: Whats Next?
Visual Studio provides ASP.NET developers with numerous development options. At aspConf 2012, Scott Hanselman demonstrates some of the upcoming features that will promote easier development and describes his vision for One ASP.NET.
-
Visual Studio 2012 and .NET 4.5 are ready to go!
In addition to Windows 8 and Windows Server 2012 being released to manufacturing, Microsoft has completed its tool suit - Visual Studio 2012 and .NET 4.5.
-
Introducing the New Features of F# 3.0
The upcoming release of .NET Framework 4.5 brings in several new features for F# 3.0 (F Sharp) language such as a new type attribute, triple-quoted string literals, auto-properties, and unused variable warnings in addition to the core features such as type providers and LINQ queries.
-
Terracotta BigMemory 3.7: Multi-Terabyte Support, Improved Search, Enhanced Security
Terracotta Inc has released BigMemory 3.7, an off-heap store snap-in for Enterprise Ehcache. BigMemory speeds up applications by keeping data in memory, without the long garbage collection pauses that is common for large JVM heap sizes. New in this version is support for multi-terabyte servers, lower search indexing overhead, and enhanced security.
-
Fast Hashes Kill Cryptographic Security
Troy Hunt demonstrates how the password hashes provided by SqlMembershipProvider are vulnerable to brute force attacks and offers some remedies.
-
Reactions to Mark Reinhold's Recent Announcement of Project Jigsaw's Delay
Java developers across the ecosystem have been swift to react to Mark Reinhold's announcement last week that project Jigsaw, Oracle's planned modularity framework for Java, will now be delayed until Java 9.
-
Increasing Visual Studio 2012 UI Responsiveness
Microsoft continues to build performance improvements into Visual Studio 2012. We take a look at some improvements to the Toolbox that could help all users, but especially those with large solutions.
-
OmniFaces: A Utility Library for Java Server Faces
OmniFaces is a utility library attempting to ease JSF development for Enterprise applications. It offers several solutions for common issues encountered in JSF, including validation for component groups, a renderkit for HTML5, full Ajax exception handling and more. It complements existing JSF implementations such as ICEFaces, PrimeFaces and RichFaces.
-
Community-Driven Research! A new service by InfoQ
With the launch of our first community research question on "What are the most valuable tools for HTML5", InfoQ is now providing a new service that we hope will provide you with up-to-date and bias-free community-based insight into trends & behaviours that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.
-
Inside A DLR Language – IronJS
IronJS is a ECMAScript 3.0 implementation on the DLR. In a recent interview on i-programmer, IronJS creator Fredrik Holmström goes into the details of implementing a language on top of DLR.
-
Entity Framework Now Open Source
Microsoft has announced that they are making the Entity Framework open source. The product will continue to be fully supported, with the same development team. They also announced the roadmap for EF6, which includes task-based Async and new features for Code First development.