InfoQ Homepage .NET Content on InfoQ
-
ESE Tookit: Use Windows' Internal High-Performance Data Store To Build Applications
The ESE Toolkit provides C++ and C# class libraries that allow easier application development using the Windows Extensible Storage Engine (ESE), a high-performance data store built into Windows.
-
Silverlight 5 Security: Designed for the Intranet
Silverlight was originally seen as a Flash killer, but Flash itself is being replaced by HTML5. It was also seen as a way of delivering cross-platform applications, but iOS made that a non-starter as well. Surprisingly it is thriving in areas that were supposed to be the domain of WPF such as internal business applications and Silverlight 5’s updated security model reflects this.
-
Major Denial of Service Vulnerability Affects Most Web Servers
Security researcher Alexander Klink and Julian Wälde revealed a serious vulnerability that until recently affected the vast majority of web server. The attack only requires a single HTTP request that is specially designed to create hash code collisions in POST form data. When first discovered this attack affected Python, Ruby, PHP, Java, and ASP.NET, but vendors have been working on patches.
-
Implementing Custom TPL Dataflow Blocks
Dataflow Blocks are the backbone of the .NET 4.5’s new high performance parallel processing library. And while they offer a lot of functionality out of the box, there will be times when a custom block is necessary. Zlatko Michailov has put together a document outlining the process and many of the traps you may encounter.
-
2011 in Review: Highlights of .NET OSS Projects
2011 was a busy year for OSS projects using .NET. Phil Haack has released some highlights.
-
Mono In 2011
In an year end post, Miguel de Icaza takes us through the major milestones for Mono in 2011. We present a summary here with the timeline.
-
Team Foundation Service Update: Improved Navigation and At-A-Glance Project Status
Microsoft's Team Foundation Service Preview, the Azure-hosted beta version of Team Foundation Server 11, has been updated with enhanced homepages, performance improvements, reworked navigation, a simplified UI for small team projects, and detailed email notifications.
-
Interview with Julie Lerman on Programming Entity Framework: Code First
The dotNetMontreal community hosted a seminar by Julie Lerman on the Entity Framework Code First approach. Code First is essentially a new programming style for generating a database directly from code. Entity Framework enables developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema.
-
Preview of Visual Studio 11: DirectX and SharePoint Features
Visual Studio 11 will introduce some new editor features intended to make developing for DirectX and SharePoint easier.
-
CXXI Brings Advanced C++ Interop To Mono
CXXI, a new C++ Interop framework, allows easy interoperability between C# and C++ in Mono. Developers can, from C#, easily instantiate C++ objects, invoke C++ methods, subclass C++ classes, and more.
-
PhoneGap Now Fully Supports WP7
PhoneGap now supports all native functionality on Windows Phone 7 being on par with iOS and Android.
-
ReSharper 6.1 Improves Performance, Adds Async Support
ReSharper 6.1 promises to alleviate many performance problems with ReSharper 6 in Visual Studio 2010. In addition to bugfixes, the pre-release includes new features such as the async/await keywords, an updated settings engine, and experimental support for Visual Studio 11.
-
Windows Store Requires Processor Types to Be Treated Equally
Microsoft has released the certification requirements for Metro style apps sold at the Windows Store. They range from technical specifications to strict controls on content. Not even processor types can be discriminated against.
-
.NET Framework Support for Cloud Foundry Through Open Source Contribution From Tier 3
Cloud service provider Tier 3 has released Iron Foundry, a .NET-friendly fork of VMware’s Cloud Foundry platform-as-a-service. Iron Foundry gives the sizeable number of .NET developers an open source alternative to Windows Azure and lets them participate in the increasingly popular Cloud Foundry ecosystem.
-
Silverlight 5 – Full 3D Stack, Better Binding, Enhanced Trust Mode
Silverlight 5 has finally been released by Microsoft, with a lot of new features such as full 3d stack with XNA Libraries, several binding related enhancements, unrestricted File System access and more.