InfoQ Homepage .NET Content on InfoQ
-
What does “Native HTML5” Actually Mean?
At yesterday’s keynote Microsoft was proudly displaying their first platform preview of IE 10. Amongst all the crowing about its performance enhancements a bigger issue was missed. What do they really mean by “Native HTML5”? Is it really just about hardware acceleration? We don’t think so.
-
MIX Keynote 1 – Just the Highlights
The first keynote for MIX just concluded with lots of web-platform goodness including a new drop of ASP.NET MVC 3 that includes support for HTML 4 development and a preview of IE 10 running on an ARM processor. More updates from MIX will be available throughout the week.
-
Carlos Figueira Explains WCF Extensibility
Windows Communication Foundation offers an amazing variety of extension points but due to limited documentation most developers treat it as a black box. Carlos Figueira intends to change this with a series of articles on WCF Extensibility with real world examples.
-
MIX 2011: What to Expect
HTML 5, Silverlight 5, and a surprise announcement about Windows Phone 7 look to be on the table at MIX 2011. We are also going to see information on Surface 2, ECMAScript 5, the next version of Web Forms, and the Microsoft Media Platform.
-
Unlimited Load Testing for MSDN Subscribers
Visual Studio Ultimate with MSDN subscribers will receive the new Visual Studio 2010 Load Test Feature Pack with Visual Studio 2010 Service Pack 1. Developers are now able to load-test applications with no limit on virtual users and no need to purchase extra user packs.
-
Trinity: Microsoft Research’s Hypergraph Database
MS Research has begun working on its own graph database, Trinity. Graph databases store data in terms of nodes and edges instead of rows and columns, making them quite effective for loosely and arbitrarily connected data. Hypergraphs extend this by allowing one edge to connect multiple nodes. Potentially uses for this included social networks, movie recommendations, and related product searches.
-
MVC Scaffolding Provides configurable Code Generation for ASP.NET MVC
Steve Sanderson recently introduced MVC Scaffolding, a customizable code generation tool for ASP.NET MVC 3. MVC Scaffolding uses a simple command-line interface to automatically generate code based on templates. Standard templates allow for automated generation of many common elements, including Views, Actions, and Unit Test stubs.
-
Visual Studio Support for CPython
Microsoft Technical Computing Group has just announced the Python Tools for Visual Studio (PTVS) open source project. PTVS improves on the IronPython Tools for Visual Studio code base (introduced in IronPython 2.7) and adds CPython, Cluster support and new modules like NumPy and SciPy in .Net.
-
Mono for Android Debuts While MonoTouch Reaches 4.0
Novell has announced Mono for Android, a tool for .NET developers interested in creating applications in Visual Studio for Android. MonoTouch 4.0 comes with: Mono core 2.10, Parallel Frameworks for C#, LLVM Compiler Support, C# 4.0 and .NET 4.0 support, and others.
-
Attribute Based Caching for .NET
Attribute Based Caching provides declarative method-level caching and cache invalidation for .NET applications. Attributes applied to a method specify how it should be cached with no additional code necessary.
-
Microsoft on Plug-ins vs HTML5
In an announcement signed Walid, Scott and Soma, Microsoft has clarified its position on the role of plug-ins vs. web standards such as HTML5. With a bit of humility, they are taking a fairly balanced stance by acknowledging the increasingly important cross-platform capabilities of HTML5 while still promoting the advanced capabilities of plug-in development.
-
IronPython Fully Implements Python 2.7
IronPython 2.7 has been released with new features including improved tooling inside Visual Studio, better interoperability with LINQ and extension methods, better documentation, and full language parity with Python 2.7.
-
Mono in Google’s Summer of Code
Mono has been selected as a mentoring organization for this year’s Google Summer of Code. Since 2005, Google has been sponsoring this annual event for students. In exchange for working on an open source project, each student accepted into the program is paid a stipend of 5,000 USD, 500 of which is given in advance.
-
Windows Installer XML (WiX) 3.5 Makes Component Authoring Easier
Windows Installer XML (WiX) 3.5 focuses on an updated version of Votive, the tool which allows developers to create WiX installers via the Visual Studio IDE. In addition to several bug fixes, WiX 3.5 improves to both Component Authoring and Major Upgrade functionality.
-
Microsoft releases Windows Azure Toolkit for Windows Phone 7
On Mar 23, 2011, Microsoft announced the availability the Windows Azure Toolkit for Windows Phone 7. The toolkit, downloadable from CodePlex, installs as a Visual Studio 2010 extension, and is designed to make it easier for developers to build applications on Microsoft Windows Phone 7 devices that interact with Windows Azure.