InfoQ Homepage .NET Content on InfoQ
-
S#arp Lite: S#arp Architecture Simplified To Its Essentials
S#arp Lite is an effort to make S#arp Architecture more accessible to all developers; this scaled-back version includes a project template set up to connect to a database via NHibernate, a set of reusable class libraries, a base repository, and a sample project.
-
Partial Caching and ASP.NET
When it comes to performance developers often need to turn to partial page caching. This report looks at the current state of caching in ASP.NET and introduces a new project for MVC 3 called MvcDonutCaching.
-
Preview of Visual Studio 11: Wither Performance?
Previous articles in our mini-series on the upcoming Visual Studio 11 have discussed new features of the supported programming languages and the IDE. Today we'll take a look at another important aspect that affects all developers using Visual Studio: performance.
-
PowerGUI brings PowerShell scripting support to Visual Studio
PowerGUI brings PowerShell scripting support to Visual Studio. This extension by Quest Software leverages the PowerGUI standalone tool to provide syntax highlighting, IntelliSense, debugging and more for PowerShell scripts inside Visual Studio.
-
New DAX Editor Simplifies PowerPivot Formula Creation
Data Analysis Expressions (DAX) is a language used to construct formulas in PowerPivot tables and Excel PivotTables. Until this point there hasn't been an editor for DAX that supports syntax highlighting, IntelliSense, and other basic Visual Studio Features.
-
Preview of Visual Studio 11: New IDE Features
Our Visual Studio 11 preview continues with an overview of some new features of the Visual Studio 11 IDE.
-
Preview of Visual Studio 11: New Programming Language Features
Each release of the Visual Studio environment typically introduces new features to both its IDE and the programming languages it supports. S. Somasegar, Vice President of Microsoft's Developer Division recently presented some of the new programming language features coming in Visual Studio 11.
-
Microsoft Upgrades Developer Tools and SaaS Capabilities for Dynamics CRM
Microsoft has released new tools to accelerate development of custom components in Dynamics CRM 2011 solutions. At the same time, they published an update to Dynamics CRM Online that includes better integration with Office 365 and the introduction of social capabilities.
-
Silverlight Has Had a Bumpy Road. Will It Have a Smooth Transition to WinRT?
Microsoft had a great vision for Silverlight, a framework and a set of tools that would dominate the web development landscape, but it fell short of that. There are rumors there won’t be any Silverlight 6. If that happens, how easy is for the Silverlight developer to transition to WinRT? Some numbers show that it is pretty easy.
-
Windows Azure SDK 1.6 Streamlines Azure Development in Visual Studio
Publishing improvements, Team Build capability and streamlined service creation allow developers to centrally manage all aspects of application creation and deployment.
-
New Tool for Debugging Parallel Applications in Visual Studio 11
Microsoft has released the Parallel Visualization Pack for Visual Studio 11 Developer Preview. Built to extend the functionality of the new Parallel Watch Window, the pack includes four visual tools to aid in debugging multithreaded applications.
-
Migrating Established Code From .Net to Mono
Cross-platform code reuse is an important goal to many developers, and the Mono platform has been designed to facilitate this. But just how easy is it to move an existing .Net project to Mono? A recent article by developer Patrick Smacchia of NDepend shares his experience.
-
Q&A with Lluis Sanchez, Project Manager of MonoDevelop
The MonoDevelop team has just released version 2.8 of their open-source for IDE for .NET and Mono development. InfoQ took a moment to speak with MonoDevelop's project manager Lluis Sanchez to discuss this release and its increasing popularity on Mac and Windows.
-
How Do You Tune Your Application For Performance?
StackExchange is built on the ASP.NET and SQL Server stack. Recently, Sam Saffron and Marc Gravell blogged about their experience identifying and solving a performance problem that was finally traced to the .NET GC GEN-2 objects. There is a lot to be taken away from their experience for everyone tuning performance for applications in production.
-
Reactive Extensions for .NET 4.5
The new functionality in .NET 4.5 with it the opportunity to revisit the out of band libraries such as Reactive Extensions. Bart De Smet talks about what’s in the Rx experimental branch.