Web Development


Data Access Options in Silverlight 2

Silverlight 2 lets you access and manipulate data several ways, thanks to a data access framework that's built right in.

Mozilla Coming After Microsoft in EC Dispute

Microsoft's antitrust past has come back to haunt it, yet again.

.NET PRODUCT WATCH: Infragistics' Quince, Coverity Prevent, Gizmox Visual WebGui, More

Infragistics has launched Quince, a new (and free) "interactive [User Experience] UX patterns catalog and community resource to build user interfaces."

Handling Runtime Errors Globally

Unhandled runtime errors hit the best of us. But if you catch them at the Page and Application levels, you'll save yourself a lot of grief.

Microsoft Opens Up Web Sandbox

The source code for Microsoft's Web Sandbox is now available under an open license.

Microsoft Rolls Out Semblio SDK for Education Developers

Microsoft has released Semblio SDK version 1, a new tool for education developers that's designed to aid in the creation of interactive learning materials.

DOD Lauches Open Source Development Site

Defense Department officials have launched a new Web site where developers can work on open source software projects specifically for DOD.

Three-Ring Circus?

The convergence of the "three screens" -- PC, TV and Phone -- and what it means for developers.

Use Iterators in VB Now

Iterators are a crucial part of modern programming, not least because they provide the basis for collection traversal using For Each loops. Language Integrated Query (LINQ) adds to the importance of iterators, as iterators are the source of IEnumerable(Of T) that forms the backbone of LINQ. Learn how to take advantage of them in your code with several different techniques for creating your own iterators in VB.

Inside Sync

A new framework for data synchronization.

Use Lambda Expressions for Abstract Delegates

Lambda expressions are nothing more than convenient syntax for delegates. So why can't you use them where the Framework expects a delegate? And more importantly, what can you do about it?

Web Without Walls

IE8 GM talks about switching to standards compliance.

Developers Debate over Future of C#

Developers respond to Microsoft Technical Fellow Anders Hejlsberg's discussion on the future direction of C#.

Updating Multiple GridView Rows

Putting updateable controls in the ItemTemplate in a GridView gives developers what they want: the ability for users to change more than one row at a time. The cost is writing some extra code.

Microsoft Releases RC1 of ASP.NET MVC

Microsoft today made available Release Candidate 1 of its ASP.NET Model View Controller, a design pattern for test-driven development of enterprise-scale Web applications.

Subscribe on YouTube