Tag: .net 3
News (51)
Visual Studio 2010 can replay bugs
Microsoft has revealed plans for the next version of its development suite, Visual Studio 2010, to be able to record testing sessions so that developers can reproduce and closely examine software bugs. Read more »
Second Silverlight 2.0 beta to take up Flash fight
Microsoft is launching a revamped test version of its Silverlight software that is designed to broaden the appeal of the company's answer to Adobe Systems' Flash. Read more »
Server 2008 adoption not driven by virtualisation
Despite being touted as a key reason for adopting Windows Server 2008, virtualisation is not why companies will buy Microsoft's server operating system Read more »
Microsoft releases new Visual Studio and .NET
Microsoft has this week made its top development tool, Visual Studio 2008, available for download to its professional developer subscribers. Read more »
Visual Studio 2008 release this month
Microsoft will release the latest version of its flagship development tool Visual Studio 2008 by the end of November. Read more »
Developers get .NET source -- look but don't touch
Microsoft intends to release parts of the .NET 3.5 source code in the upcoming release of Visual Studio 2008. Read more »
Microsoft reaches out beyond .Net
The software giant has announced the .Net Framework Developer Center portal to help educate non-.Net developers in its technologies Read more »
Microsoft's "online" future a step closer?
Microsoft CEO Steve Ballmer pledged to open up Web services this year, however, full details are still up in the clouds. Read more »
Developer defies MS demands to kill .NET debug tool
UK developer Jamie Cansdale seems to have ignored calls from Microsoft that he remove a free tool called TestDriven.NET from his Web site, despite legal demands that the tool be removed by June 1 -- because it breaches licensing conditions. Read more »
Google's offline apps do not threaten Microsoft Office: Analyst
The launch of Google Gears, which is likely to mean the search giant's word processing, spreadsheet and calendar applications will soon work offline, is unlikely to dent the market share of Microsoft's Office productivity suite, according to an analyst. Read more »
Features (294)
How do I... Serialise a hash table in C# when the application requires it?
Unfortunately, the .NET Framework does not allow serialisation of any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. Read more »
Use the FileSystemWatcher to monitor directory changes in C#
One of the more interesting objects included in the Microsoft .NET Framework class library is the System.IO.FileSystemWatcher. This object allows you to be notified when certain events occur in a directory, such as file creation, deletion, or modification. Read more »
What Ray Ozzie sees in Azure's cloud
In an interview after his keynote at the PDC, Ozzie talked about what Azure means for developers, businesses, and even the everyman. Read more »
How my memory of Ada code influences my current .NET code
The following is not a recommendation on how to perform this type of concurrent programming. This is more of a meditation on how my early programming experience has shaped the patterns that I use today. Read more »
Analyse your managed .NET code with FxCop
Check your .NET code for bugs and compare it against Microsoft's design guidelines via the freely available FxCop. Learn more about this code analysis tool. Read more »
Mono 2.0: .NET goes non-Windows
We interview Miguel de Icaza, VP of Development Platforms and a founder of Mono to find out what is and is not included in the latest release. Read more »
First impressions of ASP.NET's MVC framework
Find out why you may want to use Microsoft's Model View Controller (MVC) framework instead of Web Forms. Read more »
Microsoft unveils the F# programming language
This article kicks the tyres on the September 2008 Community Technology Preview of F#. Read this brief overview of the programming language's features and environment. Read more »
How do I ... publish a custom application performance counter in C#?
Since performance counters are a standard system function they are an ideal method for tracking the performance your applications. Luckily, Microsoft has provided several classes within the .NET Framework to publish custom performance counters. Read more »
How do I ... convert images to greyscale and sepia tone using C#?
The Microsoft .NET Framework provides developers with many different libraries that enable them to create and modify images. This article demonstrates two methods for converting an image to grayscale and sepia-tone using built-in .NET Framework functionality from C#. Read more »
Video (10)
Net Neutrality, Ballmer and bad dress -- Club Builder
Visting Club Builder this week: Steve Ballmer to speak in Australia, local ISPs say Net Neutrality is an American problem and we look at the best dressed from Tech.Ed Read more »
.NET multi-core support yet to arrive
Jason Zander, the general manager of Visual Studio, explains the state of play for multi-core support in the Windows world. Read more »
The doldrums of Visual Studio
We are currently in the doldrums of Visual Studio, as the design tools are not fully ready for WCF. Juval Lowy claims that this will be remedied in the next Visual Studio release. Read more »
Unrealised potential within WCF
Juval Lowy discusses how WCF is a long way away from reaching its full potential. Read more »
Developer community is saturated with technology
The rate of change has surpassed the rate of adoption, therefore people and organisations are skipping versions in order to keep up. Read more »
Microsoft's Sphere in action
Like Microsoft's tabletop Surface computer, the touch-controlled Sphere can sense multiple, simultaneous contacts, allowing a number of people to use it at the same time. The system works by projecting an image onto the inside of the sphere, while infrared technology senses the touch input Read more »
White is the new Black -- Club Builder
Whitelisting is set to take over from blacklisting, Club Builder explains the two different approaches to security as well as giving our CeBIT roundup. Read more »
Looking into Visual Studio's future
Jason Zander, general manager, Visual Studio, Microsoft explains the areas of work that will appear in future versions of Visual Studio. Read more »
What's doing with non-C# languages in .NET?
Jason Zander, general manager, Visual Studio, Microsoft discusses using J#, F#, IronRuby and IronPython with .NET. Read more »
Blog (16)
.NET looks to REST
-- With news that REST will play a big part in the next version of the .NET Framework, it is timely to take a look at ADO.NET. Read more »
Java pioneer joins Microsoft
-- Neal Gafter, one of the leading developers who influenced the Java language has left Google to work on the .NET platform. Read more »
NICTA: Aussies should focus on embedded programming not VB
-- The CEO of the national ICT research centre says the future of Aussie developers should focus on building better embedded and wireless applications and focus less on technologies such as Visual Basic. Read more »
Microsoft services VS2008 & .NET 3.5
-- Microsoft has just announced the release to manufacturing of the .NET Framework 3.5 Service Pack 1 (SP1) and Visual Studio 2008 SP1. Read more »
Microsoft says "open sesame"
-- While you may have been out last night watching the latest Rambo adventure with Sly Stallone making war for war's sake, Microsoft was busy declaring a truce with the open source community. Read more »
Wireless theft -- what's the harm?
-- Hand up if you have logged in to use some poor schmuck's unprotected wireless connection to overcome a bandwidth drought? Read more »
Warning: ads to get more annoying
-- The addition of high definition video and VoIP within Flash will allows developers to create new user experiences and it's coming to a banner ad near you in all its H.264 and vocal glory. Read more »
PowerBuilder hitches wagon to .NET
-- The recent release of Sybase's PowerBuilder rapid application development tool allows users of the toolkit to deploy applications on the .NET architecture. Will it be enough to regain their footing in the enterprise tool space, against the behemoths of Visual Studio and Eclipse? Read more »
Top 25 open source projects at Microsoft
-- Microsoft has consistently lowered the bar for developers, and Codeplex seems to be doing a good job of doing the same thing for open-source development on the Microsoft platform. Read more »
Flash in the pan
-- So Silverlight will kill Flash, will it? Maybe it will. A lot of people have told me this and I began to wonder if the opinion had any validity. Read more »
Filter Tags
News and features
- Latest
- Popular
- Features
- Most Discussed
-
In this week's roundup we see that continuous whining can get results, Linux users get 64-bit Flash and Moonlight previews, the latest in the Yahoo/Microsoft relationship and Senator Conroy ducks and weave in Senate Question Time. Read more »
-
Sun eye Web developers with Netbeans 6.5Despite the recent employment axe hitting Sun the company has pushed out a new release of its Netbeans open source IDE with an eye to appeal more to Web developers. Read more »
-
BarCamp buzz: Let the hacking continueAttending last weekend's BarCamp in Sydney, it was hard to escape the conclusion that a certain "dot-com bust" flavour had seeped into the kool aid previously being drunk by Australia's web 2.0 and early stage start-up sector. Read more »
-
Interplanetary Internet a possibility
2008/11/21 10:32:55
-
Conroy ducks, Ballmer evades and Android Fails -- Club Builder
2008/11/20 10:58:20
-
Yang's resignation: The talk of Silicon Valley
2008/11/19 16:10:33
What's on?
-
Conroy ducks, Ballmer evades and Android Fails -- Club Builder
Club Builder this week takes a long look at Senator Conroy's recent attempt to explain his Great Firewall of Australia, we chase Steve Ballmer over Sydney, and find Google's biggest bug of the year.

