InfoQ Homepage .NET Content on InfoQ
-
Mono Compatibility Report for Microsoft Biology Foundation
Microsoft Biology Foundation describes itself as “a language-neutral bioinformatics toolkit built as an extension to the Microsoft .NET Framework, initially aimed at the area of Genomics research.” Currently it targets .NET 4.0, but support for other platforms is planned.
-
ASP.NET Reaches a New Milestone: ASP.NET MVC 3 Preview 1
Although ASP.NET MVC 3 Preview 1 has not been announced yet, the framework can be downloaded from Microsoft downloads. The list of new features include: Dependency Injection, Razor View Engine, Dynamic View and ViewModel properties, and Global Filters.
-
Series On Available Authentication Mechanisms For OData Services And Clients
The WCF Data Services Team have recently been doing a series on the available authentication mechanisms for client/OData service authentication.
-
.NET and Azure Samples Showcase .NET Technologies Used in a Layered Architecture
Serena Yeoh, a Microsoft consultant and a contributor to Microsoft pattern&practices Application Architecture Guide, has created a Layered Architecture Sample for .NET 4.0 which was later ported to Azure, showcasing various .NET technologies (WPF, WCF, WF, ASP.NET, ADO.NET EF) used in an architecture based on the Layered Architecture design pattern.
-
SourceMate 1.1 for Adobe’s Flash Builder 4 Released
SourceMate is a companion tool for Flash and Flex developers that adds support for code generation, refactoring, code templates, metadata tags and more. Release 1.1 features improvements like customization of the code that SourceMate generates and improved stack traces.
-
EF Feature CTP 4 Brings Code First Updates and Productivity Improvements
Entity Framework Feature CTP 4 recently released updates the Code First programming model with new code conventions and data annotations, and adds two new types, DbContext and DbSet<TEntity>, providing easy entity model setup using Code First.
-
How RESTful Are Web Frameworks That Claim REST Support?
There are plenty of web services platforms/application frameworks available today that support RESTful services to varying degrees. In a recent post Stefan Tilkov puts out a list of criteria that can serve as a starting point in evaluating these frameworks and platforms.
-
Microsoft is Planning to Allow Private Installations of Windows and SQL Azure
Along with partners HP, Dell, and Fujitsu, Microsoft is offering private installations of Windows Azure. The product will be offered in appliance format, meaning Microsoft will be selling the hardware and software as a bundle. While no pricing is set, the target audience is customers like eBay who can afford at least one thousand servers.
-
NoRM: Another .NET Provider for MongoDB
NoRM is a .NET library acting as a wrapper around MongoDB, facilitating .NET programming against the mentioned document database. Some of the features are: strongly-typed interface, supporting LINQ, supporting both .NET and Mono.
-
WebMatrix: Microsoft's New Stack to Create Simple Websites
WebMatrix is a free tool from Microsoft putting together a web server, ASP.NET + Razor, SQL Server CE and an IDE for creating simple websites.
-
Microsoft Answers “Top 10 Questions on Data”
Microsoft has answered what they call “Top Ten Questions on Data”, explaining what has happened or it is going to happen to Oslo, ADO.NET Data Services, WCF, LINQ to SQL, T-SQL and other technologies.
-
Does Azure Debugging Cost Too Much?
Windows Azure, Microsoft’s cloud computing platform, is reasonably priced for what it offers. A basic package can be had for under $100/month. But if anything goes wrong you are going to want some debugging support. Unfortunately the only tool worth talking about is IntelliTrace, which costs 11,899 USD per developer.
-
Optional Parameters Are Gaining Ground in .NET
Optional parameters have always been part of .NET, but with C# unwilling to support it, using them was generally considered taboo unless work with COM libraries. Now that C# 4 does support them, we are starting to see them used for a lot more than just legacy code. Other uses include interoperability with dynamic languages, immutable data structures, and various parts of ASP.NET MVC.
-
Four View Engines for ASP.NET MVC
With last week’s introduction of Razor, there are now four major view engine for ASP.NET MVC. The others are Spark, NHaml, and the traditional ASPX file templates. This article introduces the four engines with a special focus on the new Razor engine.
-
Fixing Data Binding Problems in WPF/Silverlight
The data binding in WPF and Silverlight is amazing in all regards. Its power and flexibility are beyond compare. Unfortunately its resistance to traditional debugging techniques is equally impressive for the wrong reasons. There is no way to really step through the data binding process, but we collected some other techniques that developers may find useful.