InfoQ Homepage Development Content on InfoQ
-
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.
-
Architexa aims to make UML quick and easy
Architexa is a new Eclipse-based UML modeling tool that allows developers to quickly gain insight into code relationships through UML diagrams, and share what they find with others.
-
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.
-
Naresh Jain Discusses "Simple Design & Testing" And The Conference Dedicated To It
"Simplicity" is a core agile tenet, particularly when it comes to software design and testing. Since 2006, Naresh Jain has been running a worldwide conference, the Simple Design & Testing Conference, for practitioners to collectively push the boundaries on the topic. Naresh tells InfoQ what's going on behind this small, but well-known conference and why he is so passionate about the topic.
-
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.
-
Azul Systems To Open Source Significant Technology in Managed Runtime Initiative
Having just announced a record breaking quarter, Azul Systems are open sourcing a considerable part of their intellectual property under GPLV2, as part of a major new initiative to try and improve the performance of managed code on commodity platforms.
-
The Decision to Refactor
Refactoring is the process of changing a software system in such a way that is does not alter the external behavior of the code yet improves its internal structure. The idea of improving an already written code is appreciated in most Agile teams. Continuous improvement is is something that these teams strive for. However, improving the already existing code involves time and money. Is it worth it?
-
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.
-
Microsoft’s HTML5 Compliance Test Results Are Disputed by Google, Mozilla, and Opera [UPDATED]
Microsoft has posted the results for 192 tests grouped in 8 categories for HTML5, SVG 1.1, CSS3, and DOM Level 2&3 showing that IE9 Preview passes all of them with flying colors while Chrome, Firefox, Opera, and Safari have mixed results varying from 0% to 100% depending on the category. The conclusion, that IE9 is the most compliant with W3C standards, is contested by Google, Mozilla, Opera.
-
Greystripe Transcodes ActionScript Bytecode to HTML 5, making Flash Ads Available on the iPhone/iPad
Greystripe has announced that they are collaborating with Adobe to provide rich media, interactive ad solutions across Android, iPhone, iPad and other mobile web platforms. Part of their offering will involve a technology that will convert Flash ads to HTML 5 that target mobile devices like the iPhone, where the Flash plugin is not available.
-
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.