InfoQ Homepage .NET Content on InfoQ
-
Packaging Visual Studio Help Files
If you are offering a commercial or open source library for .NET developers, including an integrated help file is a great way to show your professionalism. It can also be handy when working on a framework that is reused across a company’s internal applications. In a recent article Jeff Braaten explains the process of creating Visual Studio Help Files.
-
Visual Studio Database Development with SQL Server "Juneau"
SQL Server Development Tools (SSDT), codenamed "Juneau", provide a new Visual Studio-based development environment for SQL Server. Some of its features are already available in Visual Studio 2010 Ultimate, but SSDT includes some key new additions such as the close integration of Database and Application Projects.
-
Rethinking Models in MVC
Jon Galloway is researching dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service. Meanwhile Karsten Januszewski is looking into deserialized JSON in lieu of statically typed models.
-
Safely use HTML 5 and CSS 3 Today with Modernizr
The principal problem with using HTML 5 and CSS 3 isn’t the adoption rate or the differences between browsers, it is knowing what those differences are in the first place. Once that is known developers can work around the limitations using graceful degradation techniques. To help figure that out many turn to the open source project Modernizr.
-
Model-View-Presenter for Web Forms
While it is possible to use a MVC-style architecture with ASP.NET Web Forms, most find it to be a clumsy match. The rich components and stateful nature of Web Forms simply doesn’t mesh well with the MVC pattern. Yet developers still long for the separation and testability that MVC offers. This is where the open source project Web Forms MVP comes into play.
-
Entity Framework 4.1 - Validation
Validation is an interesting feature introduced in Entity Framework 4.1. It enables to validate entities or their properties automatically before trying to save them to the database as well as “on demand” by using property annotations. There are also a lot of improvements made to Validation from CTP5 to RTW version of Entity Framework 4.1.
-
Erich Gamma Has Joined the Microsoft Visual Studio Team
Erich Gamma, one of the four co-authors of Design Patterns, known as GoF (Gang of Four), has joined Microsoft Visual Studio team.
-
Differing Opinions: DTOs vs Domain Objects
Since the introduction of NHibernate and WCF, .NET developers have been moving closer and closer to the concept of unified entity-models. The end game here is that the same class can be act as your ORM entity, your WCF DTO, and your model for a MVC, MVP, or MVVM framework. Mark Seemann, author of Dependency Injection in .NET, argues this isn’t necessarily a good thing.
-
Model Binders in Web Forms vNext
Despite claims of its death, ASP.NET Web Forms is still a very popular framework and Microsoft is continuing to invest heavily in it. Web Forms vNext offers significant improvements in several areas including strongly typed, two-way data binding.
-
Balanced Data Distributor: Improve SSIS Performance with Parallelism
The Balanced Data Distributor is a multithreaded data flow transform tool for SQL Server Integration Services 2008. It's intended to improve performance in multi-core and multi-processor server environments by distributing data to multiple outputs.
-
Reactions to the VB 6 Open Source Rumor
A prank during TechEd caused many to believe that Visual Basic 6 would be open sourced. While it turned out to be false, it did start a lot of conversations about the language, its legacy, and an open source implementation would mean.
-
TeamCity 6.5: Enhanced Integration with Git & Mercurial, .NET Improvements
JetBrains recently announced the release of TeamCity 6.5. The new release comes with a new look and has improved integration with Git and Mercurial along with several improvements especially for .NET developers. Moreover the free Professional Edition now allows unlimited users.
-
JNBridgePro 6.0 Connects Java&.NET Apps in the Cloud
JNBridge has enhanced their interoperability tool to enable native communication between Java to .NET applications deployed in the cloud or on the ground and in the cloud.
-
Develop Cloud-Based Collaborative Solutions with SharePoint Online and Office365 Beta
Office365 Beta includes SharePoint Online, the cloud-based version of SharePoint 2010. The process of building solutions for SharePoint Online is similar to SharePoint 2010, but there are several key differences that must be taken into account when planning to deploy a SharePoint solution on Office365 Beta.
-
Mango, the Next Windows Phone, Is Packed with New Features
Microsoft has announced Mango, the upcoming version of Windows Phone, a mobile OS that wants to catch up with the competition by providing a plethora of new features: mobile hardware-accelerated IE, multitasking, integrated communication, Silverlight 4 and XNA support, additional sensors, VB.NET support, and others.