Redmond Developer Network More Redmond Developer Network Sites   >>>   RedDevNews.com   |   ADTMag.com   |   Events
VSLive! Sign Up Today and Save!
Wednesday | 27 August 2008 | 20:19 PT
what's this?
 
advanced search
 
-- advertisement --

Microsoft Unified Communications Virtual Conference and Trade Show: Wednesday, May 21
VSLive! Visual Studio Developer Conference

VSLive!
Home : Get Your Code Here!

Get Code Downloads

September 2008
Click cover to download code Code Download from Print Issue
Call Oracle from ADO.NET
Learn to access enterprise data stored in Oracle database servers.

C# Corner
Define Your Own Item Templates
Take advantage of C#'s Item Templates to automate tasks that you find yourself having to perform on a regular basis.
by Bill Wagner
Ask Kathleen
Customize Code Generation in EF
Learn how to exclude attributes from the code that Entity Framework generates for you automatically.
by Kathleen Dollard
Feature
Call Oracle from ADO.NET
Learn to access enterprise data stored in Oracle database servers by calling PL/SQL stored procedures from ADO.NET client applications and discover implementation strategies for dealing with common business scenarios.
by John Charles Olamendy Turruellas
August 2008
Click cover to download code Code Download from Print Issue
Generate Web Sites Automatically
Visual Studio 2008 Service Pack 1's new ASP.NET Dynamic Data templates automatically generate code for DataGrid, ListView, DetailsView, and FormView display and editing controls on dynamic pages derived from a master page and CSS stylesheet.

Feature
Generate Web Sites Automatically
Visual Studio 2008 Service Pack 1's new ASP.NET Dynamic Data templates automatically generate code for DataGrid, ListView, DetailsView, and FormView display and editing controls on dynamic pages derived from a master page and CSS stylesheet. Dynamic Data leverages AJAX to smooth page transitions and delivers scaffolding for codeless, key-based page routing with Entity Framework or LINQ to SQL object/relational mapping tools.
by Roger Jennings
July 2008
Click cover to download code Code Download from Print Issue
Test-Drive SQL Server Data Services
Microsoft readies its new "cloud database" by hosting beta versions of REST and SOAP protocols for performing CRUD operations on clustered, customized SQL Server 2008 instances.

Feature
Test-Drive SQL Server Data Services
Microsoft readies its new "cloud database" by hosting beta versions of REST and SOAP protocols for performing CRUD operations on clustered, customized SQL Server 2008 instances. These instances are organized as massively scalable, super-reliable, highly available Web services.
by Roger Jennings
June 2008
Click cover to download code Code Download from Print Issue
Test Your .NET 3.5 Apps
Take advantage of the tools built into VS.NET 2008 to automate testing your application logic.

Feature
Test Your .NET 3.5 Apps
Take advantage of the tools built into VS.NET 2008 to automate testing your application logic. Also, learn how to design your applications so you can take advantage of unit testing and test-driven development methodologies.
by John Kuhn and Paul D. Sheriff
May 2008
Click cover to download code Code Download from Print Issue
Manipulate Data in the Cloud
ADO.NET Data Services (formerly code-named "Project Astoria") delivers data from relational tables and Windows Live services to Web mashups.

C# Corner
Create Custom Constraints
Learn how to construct a generic class that mandates behavior from type parameters that aren't expressible in the standard constraint types.
by Bill Wagner
Ask Kathleen
Use Recursion to Clear out Textboxes
Clear out textboxes using recursion and LINQ; use VB literals to transform an XML document; and eliminate an annoying artifact of VB internals.
by Kathleen Dollard
Feature
Manipulate Data in the Cloud with ADO.NET
ADO.NET Data Services (formerly code-named "Project Astoria") delivers data from relational tables and Windows Live services to Web mashups and Visual Studio 2008 projects, including ASP.NET AJAX and Silverlight 2.0 rich Internet applications, as Representational State Transfer (REST) resources over HTTP in response to URI-based requests or LINQ to REST queries.
by Roger Jennings
April 2008
Click cover to download code Code Download from Print Issue
Reduce Code and Server Roundtrips
Utilize table-valued parameters to write less code and to achieve higher application performance.

C# Corner
Treat Code as Data
Take advantage of new features in C# 3.0 that let you treat code as data -- and save time over more traditional, imperative approaches to programming.
by Bill Wagner
Ask Kathleen
Extend Your Apps with External Add-ins
Take advantage of the System.AddIn namespace to handle logic external to your application; don't get caught by Excel's one-based indexes; and make LINQ extension methods work with ArrayLists.
by Kathleen Dollard
Feature
Reduce Code and Server Roundtrips
Utilize table-valued parameters to write less code and to achieve higher application performance.
by Paul Delcogliano
CLICK TO VIEW