InfoQ Homepage .NET Content on InfoQ
-
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.
-
CQRS Guidance Project On MSDN
The Patterns and Practices team at MSDN recently announced a CQRS Journey Guidance project – the project walks through building a fictional Contoso Conference Management System using DDD, CQRS and Event Sourcing.
-
A Microsoft Branded Service Bus without BizTalk
For quite some time now BizTalk has been essentially on life support. Being both very complex and very expensive, it was never a particularly popular product. None the less, many companies used it because they trust the Microsoft name and actually do need some sort of enterprise service bus. Seeing this gap, Microsoft has created a new product called Microsoft Service Bus 1.0 for Windows Server.
-
On Lucene.Net: Becoming a Top-level Apache Project and Its Future
Lucene.Net, a C# port of the Lucene text search index library, has graduated the Incubator and has become a top-level Apache project. This article contains an interview with Prescott Nasser on the future of the project and Solr.Net.
-
Improved User Experience with Semantic Zoom
Semantic Zoom is a new touch optimized feature in Windows 8 to present and navigate large sets of content within a single view and to display data controls that leverage deferred loading. With the help of semantic zoom, users can zoom in to inspect individual records or zoom out to see a group of data in a consumable, secondary visualization.
-
Docking For WPF– AvalonDock
AvalonDock is a .NET library that can be used to arrange a series of WPF/WinForms controls into a docking layout. And the newly released version natively supports MVVM, Aero Snap and has better performance.
-
Stored Procedures and Entity Framework
Much has been written on the topic of ORMs and its failings. Most of the objections fall into two categories: Separation of Concerns and Object Oriented Design. For the Entity Framework we have good news for one these.
-
Fast Hashes Kill Cryptographic Security
Troy Hunt demonstrates how the password hashes provided by SqlMembershipProvider are vulnerable to brute force attacks and offers some remedies.
-
Microsoft Brings Cloud Integration Services Onsite with Service Bus for Windows
This week, Microsoft released a beta of the Service Bus for Windows which has a subset of the functionality contained within the cloud-based Windows Azure Service Bus messaging engine. This is Microsoft’s first step towards delivering its rapidly-maturing cloud integration stack as a self-managed product.
-
Better Tracing And Instrumentation For .NET Apps
EventSource and EventListener, introduced in .NET 4.5, provide a simple mechanism for applications to trace their events in Event Tracing for Windows (ETW). Combined with a analysis tool such as PerfView, this allows for better tracing of .NET apps.
-
Integrate JavaScript Tests Into Your Development Workflow
Chutzpah can run JavaScript tests from inside Visual Studio 2012. And TFS extends this by allowing you to run JavaScript Unit tests into your builds.
-
Talking WebSharper with Adam Granicz
The F#-based framework, WebSharper, was recently released as an open source project. We spoke with Adam Granicz, CEO of IntelliFactory about the transition and WebSharper’s F# to JavaScript compiler.
-
SQLite On WinRT, Metro, Windows 8 Mobile
SQLite is now supported on Windows RT, Windows 8 Metro Apps and will be supported on Windows Phone 8 for local application storage.
-
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.