An ADO.NET Data Services Tutorial covering REST, querystring operations and expressions, HTTP verbs, Linq to Data Services, security, exceptions and tracing.
Articles Written by SM Altaf
TIP: Closing your WCF Connections properly
This tip looks at properly closing a WCF connection from your application - whether you're using the proxy classes or a ChannelFactory.
TIP: Using Proxies and ChannelFactory in WCF
Look at the two methods of talking to WCF services and when to use them. Also see sample code to use the ChannelFactory in C#.
New Features in Microsoft Visual Studio 2010 and the .NET Framework 4.0
Learn about several features relevant to developers in Visual Studio 2010 and the .NET Framework 4.0, such as parallel programming, XSLT debugging, new ASP.NET features, and new VB.NET and C# features that include the Chart control, XSD Designer, Lambda Expressions, and optional parameters.
ADO.NET Entity Framework Tutorial and Basics
Discover an ADO.NET Entity Framework tutorial covering basic data operations for applications, including LINQ To Entities, Method Expressions, stored procedure mapping, and a little discussion about its usage in an enterprise environment.
A Basic VB.NET ADO.NET Tutorial: Adding, Deleting, and Updating
Manipulating data with ADO.NET can be easy. Discover the steps to creating a simple form to add, update, and delete database records using ADO.NET.
