InfoQ Homepage .NET Content on InfoQ
-
Bill McCarthy asks “Are Iterators Fundamentally Flawed?”
Iterators are at the core of .NET programming. Only rarely do developers actually work against indexed data, preferring to use for-each loops for most tasks. But is this inherently sequential access method appropriate as we turn more to multi-threaded applications?
-
Aspect Oriented Programming for Silverlight
The AOP framework PostSharp now supports Silverlight, Mono, and .NET Compact Framework.
-
Learn NHibernate with The Summer of NHibernate
NHibernate has grown in popularity lately with more wide-spread use because of ALT.NET and competing technologies such as the Microsoft Entity Framework. A new screen cast series called The Summer of NHibernate has been created to expose more developers to this technology.
-
The Windows Mojave Experiment
Microsoft has recently conducted an experiment, called Mojave, in an attempt to quantify the users' true perception of Windows Vista. The results are shedding some light on people's biases and misconceptions related to Vista.
-
Lambda Expression Improvements for VB
For VB developers it is a toss-up for the most frustrating thing about anonymous functions. Paul Vick is currently discussing two of them, anonymous subroutines and multi-line anonymous functions.
-
Interview: Guy Steele on Programming Languages
Floyd Marinescu, co-founder of InfoQ, interviewed Guy Steele, a Sun Fellow working for the Programming Language Research Group at Sun, about programming languages, the lessons to be learned from the past and what to expect from the future.
-
Using Windows PowerShell from VBScript, JScript
Sapien Technologies has made available ActiveX PowerShell (ActiveXPosh), a free scripting tool which allows calling the Windows PowerShell from any COM compatible scripting language like VBScript or JScript. ActiveXPosh is useful to enhance existing scripts to make use of the PowerShell functionality.
-
Windows Home Server Power Pack 1
Windows Home Server Power Pack 1 has been released to manufacturing and is now available on the Microsoft Download Center. This power pack provides new features, better performance, and fixes the acknowledged data corruption bug.
-
QCon San Francisco Nov 19-21 Full Schedule Posted
The timed schedule for the 3 day QCon San Francisco conference has been posted! QCon is InfoQ's enterprise software development conference featuring over 80 sessions and 70 speakers. QCon is a conference designed for team leads, architects and project management. Last year's QCon SF attracted almost 500 people.
-
"Squiggles" for C#
With VS 2008 SP 1, C# has finally added error checking comparable to the continuous feedback VB developers have come to expect from their background compiler. Released under the name Live Semantic Errors or "Squiggles", it provides better design time error checking but only for open files.
-
Exploring IronRuby with a C# Perspective
Many developers who know a particular programming language and want to learn a second one, often find it the hardest language to learn but subsequent languages being easier. Any developer who knows C# and has an interest in learning IronRuby can find a tutorial series on learning IronRuby based on knowledge of C# from CodeThinked.
-
Create Your Own VS Item Templates
If you find yourself writing the same sort of class over and over again, custom item templates could be your solution. Shahar Y. shows how to create your own custom Visual Studio Item Templates.
-
Mono 2 News Update
Marek Safar has announced that gmcs, the C# compiler for Mono, now has full C# 3.0 support in Mono 2. Meanwhile, Linear IR is offering significant improvements over the older Mono JIT.
-
Should LINQ to SQL Go Open Source
More and more, LINQ to SQL is being seen as a temporary solution. With the impending release of ADO.NET Entity Framework, a lot of people are worried that development on LINQ to SQL will fall by the wayside. With Microsoft's long history of developing and discarding database access technologies, these concerns are not without merit. So this raises the question, "Should LINQ to SQL Go Open Source?"
-
Castle Project Founder Joins Microsoft
The founder of the Castle Project, Hamilton Verissimo de Oliveira, has decided to join Microsoft as Project Manager of the MEF team according to his blog. Castle is a .NET open source project intended to help enterprise and web development.