InfoQ Homepage .NET Content on InfoQ
-
Moving Channel9.msdn.com to Windows Azure
Imagine if architects had to be the janitor for every building they designed. With an understaffed Channel 9 development team handling production support on a web farm built from mismatched servers, something had to be done. When Windows Azure was launched in the summer of 2010 the development team saw it as a way to hand off support and return to building features.
-
An Overview of .NET/Mono Runtime Versions, Profiles, and Targeting Packs
The .NET/Mono Framework has never been a single, unified stack and over the years Microsoft and Novell added several new versions to cover Linux, OS X, and mobile devices. With the introduction of Windows 8 and Visual Studio 11 we can expect one, maybe two more. In an attempt to clear up some of the confusion this article reintroduces all of the major profiles and many of the lessor know ones.
-
Integrating PHP with .NET Using Phalanger
Phalanger can be used to create solutions that combine .NET and PHP in ways that are not possible with the standard PHP interpreter. Thanks to Phalanger extensions, PHP programs can directly use .NET classes and .NET programs can dynamically invoke PHP scripts or use functions and classes implemented in PHP.
-
.NET Static Analysis and Parasoft dotTEST
Static analysis has a broad set of capabilities to offer the .NET world. It can enforce pattern-based rules, whether they're based on proven standards or custom patterns that help you identify application-specific defects. Nevertheless, some defects cannot be detected by this analysis technique. The flow analysis feature of dotTEST does exactly that.
-
F# mobile development with WebSharper
Functional programming languages can lead to novel ways of thinking about application development. There is just something about using a different paradigm that puts engineering problems into a new context. In such a spirit, Adam Granicz shows how F# and WebSharper can be used to tame mobile development.
-
A Discussion With Neal Gafter on the Future of Java
Microsoft's Neal Gafter, who was primary designer and implementer of the Java SE 4 and 5 language enhancements and now works for Microsoft on .NET platform languages, discusses the impact of Oracle's acquisition of Sun on Java,makes the case for adding segmented stacks and a meta-object protocol to Java,, and offers some insights into how Java and C#/.NET compare.
-
Interview with Rob Linton, author of “Amazon Web Services: Migrating your .NET Enterprise Application”
A new "Amazon Web Services : Migrating your .NET Enterprise Application" book by Rob Linton provides a deep insight into Amazon Web Services (AWS) covering a wide spectrum of topics from describing AWS components and their role in applications architecture to step-by-step instructions on setting and configuring each AWS component . InfoQ spoke with by Rob Linton about his book.
-
Three Tips to Successfully Load Test Microsoft Silverlight Applications
While Silverlight is an attractive option for developing expanded application, it brings new challenges to organizations. In preparation, companies must adapt their testing approach. Given the way new technologies work when deployed on internet/intranet applications, a careful approach to testing is important.
-
Scala.Net and Scala with Martin Odersky
Scala.Net will be a version of Scala that supports the .NET ecosystem. We talked with Martin Odersky, Chairman and Chief Architect as well as co-founder of Typesafe, about Scala.Net, the version of Scala that support .Net as well as about Scala in general.
-
HTML 5 or Silverlight?
While HTML5 is still a draft standard, its ultimate role as the dominant cross-platform solution is certain. Even Microsoft calls HTML “the only true cross-platform solution for everything.” But in many ways it is still severely limited when compared to Silverlight. Daniel Jebaraj of Syncfusion weighs in on the future of Silverlight and HTML5 with guidance on how to choose between the two.
-
Wally McClure on the Future of MonoTouch and Mono for Android
Wallace B. McClure is the co-author of Professional iPhone Programming with MonoTouch and .NET/C# and the soon to be released Professional Android Programming with Mono for Android and .NET/C#. Our interview took place took place prior to and just following the announcement that Xamarin would be taking over maintenance of Mono from Attachmate.
-
Using Entity Framework to Successfully Target Multiple Databases
Yevhen Shchyholyev discusses some of the problems that the user may face in the process of developing an application with Entity Framework that interacts with Oracle, MySQL, PostgreSQL or SQLite as well as SQL Server. It is intended to be useful to both developers using one of these databases for the first time as well as for those who regularly interaction with multiple databases.