InfoQ

Topic/Tag specific view

All content and news on InfoQ about .NET Framework


Latest featured content about .NET Framework

Building Smart Windows Applications

Community
.NET
Topics
Web Services,
.NET Framework

In this demo driven presentation, Daniel Moth explores the new features of .NET 3.5 and Visual Studio 2008 to create rich Windows clients. There are many opportunities for creating a rich application that runs client-side capitalizes on server-side investments.

News about .NET Framework

The source code for portions of .NET 3.5 SP1

Community
.NET
Topics
Open Source,
.NET Framework

Updated source code for fifteen .NET assemblies have been released. These can be downloaded as needed by Visual Studio or all at once using NetMassDownloader.

AnkhSVN 2.0 Source Code Control Package (SCC) for Visual Studio

Community
.NET
Topics
.NET Framework,
IDE

AnkhSVN started as a Visual Studio add-in, which allowed to work on a Subversion (SVN) version-controlled project from within Visual Studio. Release 2.0 is a complete rewrite of the core engine, which is delivered as a free Source Code Control Package (SCC) for Visual Studio 2005 and 2008.

Articles about .NET Framework

Silverlight and Java Interoperability

Community
Architecture,
.NET,
Java
Topics
Rich Internet Apps,
Java plus .NET Integration,
Silverlight,
.NET Framework

Robert Bell, Microsoft, introduces interoperability scenarios for using Silverlight from Java and provides architectural guidance using sample code snippets.

Book Published: Essential Windows Communication Foundation

Community
Architecture,
.NET,
SOA
Topics
Programming,
.NET Framework

InfoQ is pleased to provide a hosted chapter from the recently published "Essential Windows Communication Foundation" authored by Steve Resnick, Richard Crane, and Chris Bowen.

Interviews about .NET Framework

Rustan Leino and Mike Barnett on Spec#

Community
.NET
Topics
Programming,
.NET Framework

Greg Young sat down with Rustan Leino and Mike Barnett of Microsoft Research to discuss Spec#. Spec# is a superset of C# and allows developers to impose contracts on their own code and verify it. This benefits developers by allowing them to find their own errors sooner saving time and resources.

QCon Panel: What will the Future of Java Development Be?

Community
Java
Topics
Language,
Leadership,
Change,
Platforms,
Design,
Programming,
.NET Framework,
Community

In this panel discussion from QCon San Francisco, several influential leaders of the software development community discussed and debated the future of the Java language and APIs based upon the lessons we have learned from the past. Topics included static versus dynamic languages, removing code from Java, forking the JVM, and the next big programming language.

Presentations about .NET Framework

Ruby Beyond Rails

Community
.NET,
Ruby
Topics
Runtimes,
Rich Client / Desktop,
Silverlight,
Dynamic Languages,
.NET Framework

At RubyFringe John Lam talks about his path to dynamic languages, some of the problems of making IronRuby run fast, and how the DLR helps with implementing languages.

Rob Windsor on WCF with REST, JSON and RSS

Community
.NET,
SOA
Topics
REST,
.NET Framework

WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Rob Windsor covers URI templates, the importance of HTTP GET in the programmable web, how to expose service operations via HTTP GET, how to control the format of data exposed by service operations, and finally how to use the WebOperationContext to access the specifics of HTTP.