InfoQ Homepage .NET Content on InfoQ
-
HTML5 Case Study: Building the noVNC Client with WebSockets, Canvas and JavaScript
noVNC is a VNC client, implemented using HTML5 WebSockets, Canvas and JavaScript. InfoQ had a small Q&A with Joel Martin about noVNC and his experience in developing an HTML5 application. Challenges, common pitfalls, tooling and architecture of HTML5 applications are addressed.
-
Microsoft Announces IIS Express – A New Built-In Web Server for Visual Studio
Scott Guthrie recently announced IIS Express, a light weight alternative to IIS and a potential replacement of Cassini (the built in web server for Visual Studio). IIS Express is intended to solve the pain points reported in Cassini and enable developers to develop using a full IIS 7.x feature-set. It’s not available for download yet, but according to Scott should be available shortly.
-
What Features Are Desirable for Windows 8?
A number of Windows 8 slides leaked on the Internet, disclosing Microsoft’s plans for the next version of its operating system: hardware supporting touch and voice control, frictionless UX, tablets, faster startup, an app store. Miguel de Icaza, father of Mono, has expressed what he would like to see in Windows 8: sandboxed execution system, no-install apps, a public contract for extension points.
-
Internet Explorer 9 Preview 3 Has Better HTML5 Support
Internet Explorer Preview 3 comes with new HTML5 improvements, most notably being: audio, video and canvas, a faster JavaScript engine, more DOM and CSS features supported, support for embedded fonts, closing the HTML5 implementation gap with other browsers, and performing better in some areas due to hardware acceleration.
-
FXCop 10 was Shipped with Windows 7.1 SDK
For .NET developers who want the rigor of code analysis without the expense of Visual Studio Premium, FXCop is the tool for choice. But with FXCop 1.36 pulled from Microsoft Downloads without warning, many developers were left wondering what happened. Fortunately this tool is still available if you know where to look.
-
Infragistics Offers an ASP.NET Toolkit Targeting both Windows and Linux
Infragistics’ NetAdvantage for .NET 2010 Volume 2 contains an ASP.NET toolkit that runs both on Windows and Linux via Mono. The toolkit contains a number of new controls: WebScriptManager, WebRating, WebExcelExporter, WebCaptcha.
-
Three Hotfixes for WPF Memory Leaks
Windows Presentation Foundation is quickly becoming well known for the ease in which memory leaks are introduced. Most of these leaks seem to come from the use or misuse of weak references, upon which WPF’s data binding technology is based. In the recent set of hotfixes many of these leaks are fixed.
-
Karl Shifflett Shows How to make VS 2010’s Binding Builder Actually Work
Visual Studio 2010 comes with a feature they call the “Binding Builder”. This tool, launched from the properties pane, helps developers quickly construct XAML bindings for WPF and Silverlight. But without some help, it doesn’t work when the data context is only set at runtime. Karl Shifflett shows how to work around this using design-time markup extensions.
-
LLBLGen Pro 3.0 Now Supports Multiple Persistence Frameworks
LLBLGen Pro is an ORM tool which supports multiple persistence frameworks: LLBLGen Pro Runtime, Entity Framework, NHibernate and LINQ to SQL. Other new features are: support for .NET 4.0, model-first or database-first development mode, model view, project validation.
-
Introducing Sun Yiyi’s Git Source Control Provider for Visual Studio 2008/2010
Many .NET developers have turned to distributed source control systems. The most popular one seems to be Git, which was originally created by Linus Torvalds for Linux kernel development. One problem with Git is that it is predominately command-line based while .NET developers prefer to stay in the IDE. This is why Sun Yiyi’s Git Source Control Provider an important part of Git adoption.
-
Creating Add-Ins for Expression Web 4
The hallmark of any good IDE is its extensibility. If developers can’t improve their own tools then they won’t see productivity improvements over time. The same goes for web designers, which is why Microsoft’s Expression Web 4 now offers an add-in model based on HTML+JavaScript.
-
Microsoft Announced New Features for Windows Azure During TechEd 2010
Microsoft announced Windows Azure Tools for Visual Studio 1.2 (June 2010) at TechEd 2010. Some of the most important features are: .NET 4 support, support for Visual Studio 2010 RTM, and IntelliTrace debugging. Microsoft also announced a billing plan for Azure CDN, and new options for SQL Azure.
-
TestDriven.NET Has Reached a New Milestone
TestDriven.NET, a TDD add-in for Visual Studio, has reached version 3.0. Some of the new features are: support for MSTest, .NET Reflector 6 Pro, VS 2010, Silverlight 4, NUnit 2.5.3, using the project’s .NET framework and others.
-
Prism Prevents One Incomplete Feature from Derailing an Entire Release
Having modular code does not help when applications still have to be deployed in an all-or-nothing fashion. Prism addresses this by allowing you do deploy a WPF or Silverlight shell to the users separately from any specific functionality. Individual features are released out-of-band as modules that may be stored locally, on a corporate file share, or served up by a web site.
-
Major UI Upgrade for Visual Studio 2010
Visual Studio has received a major UI upgrade via the add-in Visual Studio 2010 Pro Power Tools. In addition to finally fixing the Add References dialog, the major change is what they are calling “Document Well 2010 Plus”. This significantly alters the way tabs are handled in the document pane.