InfoQ Homepage .NET Content on InfoQ
-
Automated UI Testing in .NET
Recently DevExpress announced that they are the first third-party control vendor to achieve full support for Coded UI. So we decided to take this opportunity to talk about Coded UI and how it can play a role in building a comprehensive automated test suite.
-
Smart Continuous Test-Runner For .NET – For Free
Mighty-Moose, a continuous build and test-runner for .NET, now comes free of charge.
-
Rx 2.0 Gets .NET 4.0 Support, Handles Absolute Time Better
Reactive Extensions 2.0 RC is out and it now supports .NET 4.0 (except few features) along with 4.5. It also has several improvements in the way it deals with time.
-
Using NDepend and LINQ to Examine Code
NDepend has released a new version of their flagship static code analysis product. NDepend 4 introductes Code Query LINQ, NDepend.API, and VS 2012 support.
-
What’s new with Roslyn, Microsoft’s Compiler APIs
Roslyn is a set of libraries for handling compilation, scripting, workspaces, and IDE services. It is an extensible model with VB and C# being the first two target languages. While still far from completion, Roslyn is targeting VB 12/C# 6, this release marks a major milestone for the project.
-
Microsoft Announces VS11 Lineup, Changes to Express Editions
Microsoft has announced its full Visual Studio 11 lineup, including some changes to how it manages the Express Editions. Windows XP continues to fade into the past as VS11 will provide limited support for this platform.
-
MonoDevelop 3.0 – Better Code Completion, Performance, Quick-Fix Suggestions
MonoDevelop 3.0 has been released and there are several new features that focus on performance and developer productivity, especially for C# developers.
-
Xamarin’s Mono for Android Now Includes a Visual Designer
Xamarin has announced a visual designer for their Mono for Android development tool integrated with Visual Studio or MonoDevelop.
-
Entity Framework 5 Sample Provider
The EF team at Microsoft has announced a sample database Provider Entity Framework 5 for SQL Server, with support for some of the new EF features.
-
AWS Beanstalk For .NET, RDS For SQL Server
Amazon has announced support for .NET on AWS Elastic Beanstalk and a new RDS service for SQL Server, bringing better manageability to .NET/SQL Server apps hosted on AWS.
-
Hadoop And Microsoft
Want to try out Hadoop with the Microsoft Stack and figure out what capabilities this brings to you? We point to some resources that can help.
-
Running Java on NET/Mono: Jeroens Frijters Discusses IKVM.NET
Microsoft's Erik Meijer recently discussed IKVM.NET with creator Jeroens Frijters to discuss the history of the project and explore how it makes running Java code on .NET and Mono possible.
-
Localizing Your Windows 8 App
In the article “Develop your app for everyone–localize your UI”, Tim Heuer shows how to localize the language of a Windows 8 .NET App along with various tools that can help in the process.
-
Code Analysis with Project Roslyn
Microsoft's Dustin Campbell recently presented a survey of Project Roslyn and provided a demonstration of sample code showing how the project enables Visual Studio to refactor code according to user-defined behaviors.
-
Compilify – Compile .NET Code In A Browser
Compilify is an online compiler as a service, started by Justin Rusbatch, which works on top of the Roslyn CTP. Started recently, it has already received significant attention from enthusiasts, much more than the creator expected. We got in touch with Justin to understand how it works under the covers.