| Web Development >> Asp.net |
Functional ADO.NET
| Language : | English | Quality : | High | Has Audio : | true | Source : | Other | Media : | Flash |
|
|
Whilst LINQ is almost here, there is still a place in the world for plain old ADO.NET programming. However, procedural ADO.NET code can often be cumbersome to write. Executing some SQL for a data reader can involve three nested layers of C# using statements.
In this screencast, I present a functional approach to using ADO.NET that wraps most of the boiler-plate code into a Database class. It makes use of anonymous methods to allow the developer to provide the required code at different points in the ADO.NET code. The result is a syntactically lightweight way to interact with a database. [SUGGEST A ARTICLE] c# code : http://www.aboutcode.net/screencasts/functional-ado.2.z... |
Tags: Asp.net, .net, .NET Framework, ADO.net, Screencast, Programming, [SUGGEST A TAG]
Resources referenced in this screencast
|
