InfoQ Homepage Development Content on InfoQ
-
Can 3rd Party Developers Bring JIT and Compilers to WinRT?
Users expecting to find Java, LuaJIT, or Google's V8 JavaScript engine on Windows ARM (WOA) may be surprised to learn that these and similar tools may not be allowed. The latest concern has now been raised over the ability of developers to release 3rd party compilers for the platform.
-
Enums, Entity Framework And WCF Data Services
Enumerations have been supported in Entity Framework 5 – however Enums are not yet supported in WCF Data Services, which means you still need to handle them explicitly when writing OData services.
-
Meet Efran Cobisi - The Developer behind Automated Email Validation Component
InfoQ interviewed Efran Cobisi, the founder of Cobisi Software based in Italy. Efran, who is the recipient of Microsoft Most Valuable Professional (MVP) award including several Microsoft certifications, is the developer of EmailVerify.NET, which is a powerful software component that provides an ability to automatically check the existence of an e-mail address from within an ASP.NET application.
-
SAP's Jonathan Becher Claims That Brainstorming Does Not Work
In the SAP Newsroom blog Jonathan Becher recently posted on the topic "Is Brainstorming Brain Dead?". Brainstorming is a method frequently applied within system and software development projects. Becher claims, the technique of brainstorming has proven to be a failure.
-
Anthony F. Voellm Discusses Testing 2.0 at the Google Testing Blog
In his recent posting "Testing 2.0" at the Google Testing Blog, Anthony F. Voellm is discussing the evolution of testing. While some experts might believe, almost all research in testing already has been done, Voellm anticipates what he calls “Testing 2.0” . This evolution of testing could comprise aspects such as automation of complex decisions on quality issues.
-
Windows Identity Foundation Now Included in .NET 4.5
Windows Identity Foundation, Microsoft's framework for integrating claims-based authentication into applications, is now part of the .NET Framework. It was created to simplify work with access control and authentication, and to allow for single sign-on across multiple applications.
-
Reflection API Changes For Windows Store Apps
.NET API subset for Windows Store Apps is considerable smaller than the full .NET Framework 4.5. Particularly, Reflection.Emit is not available and most members in the System.Type class have been moved to the System.Reflection.TypeInfo class.
-
Strong Reaction from Mobile Community over PrimeFaces for ASP.NET Announcement
Prime Technology clarified its plans for a new version of PrimeFaces Mobile amid strong reactions from the mobile community over its intent to develop its PrimeFaces application for the .NET environment. No stranger to controversy, Prime Technology was embroiled in a disagreement chronicled earlier this year in InfoQ about a competitor, Icesoft Technologies, forking from their PrimeFaces code.
-
MEF 2 Gets Symbol Package – May Come Soon For TPL DataFlow
MEF 2 and TPL Dataflow RTM were released along with .NET Framework 4.5 – and the team have now announced NuGet Symbol package for MEF. Reference Sources for TPL Dataflow may be released soon.
-
ARMing .NET Developers for Windows 8
.NET Developers looking to support the ARM processor on Windows 8 have relatively few obstacles, but there are a few areas that can expose latent bugs. Microsoft has provided some new tips on how to avoid the pitfalls.
-
Stepping through the precompiled assemblies with .NET Reflector
Debugging precompiled assemblies without any source code and PDB files is not easy without proper instrumentation. And Red Gate’s .NetNET Reflector is the right tool for this job. Being a class browser, decompiler and a static analyzer, it can decompile the assembly on-the-fly in Visual Studio and then step through it as if debugging an assembly with a source code.
-
AWS Introduces Amazon Glacier for Low Cost Data Archives
Amazon Glacier is a new service from Amazon Web Services (AWS) that provides extremely low cost, durable storage for archive-ready data. This service targets organizations who want to retain large, infrequently-used data sets but don’t want to maintain a local storage infrastructure.
-
Weeding Out "Bluffers"?
A few weeks back Steve Jones asserted that IT valued technology over thinking. Well now he follows up on this with the belief that some of this problem is down to bluffers who manage to get senior jobs in the industry based solely on buzzwords and are ignorant of IT reality and landscape. So Steve suggests a couple of ways to try to weed out these bluffers at an early stage.
-
Using Custom Conventions In .NET
Conventions Over Configuration approach used in several places by .NET designers allow nomenclature conventions to avoid excessive configuration. While the default conventions are helpful in getting up and running quickly, it can be useful sometimes to change the default behavior. We look at a few examples.
-
Microsoft Release New REST API Framework as Part of .NET 4.5
As part of the recent Visual Studio 2012 and .NET 4.5 launch, Microsoft formally unveiled its new web services framework called the ASP.NET Web API. Included as part of the ASP.NET MVC 4 offering, the open-source ASP.NET Web API is designed to simplify the development and consumption of RESTful services.