RefaX A Refactoring Framework Based on XML
Short Description
Refactoring, i.e., the process of changing a software system to improve its internal quality and preserving its external behavior, is gaining increasing acceptance among software developers. Even though many refactoring tools are now available for a variety of programming languages, most of them are difficult to reuse, extend or even customize, mainly because they provide no uniform way of representing and manipulating source code information. This paper presents a refactoring framework, called RefaX, which relies on open, XML-based source code models and processing standards to facilitate the development, customization and reuse of refactoring tools. In particular, RefaX makes it possible to develop refactoring tools that are independent of source code model, programming language and XML processing technology. The viability of the framework is illustrated through a refactoring prototype for Java.
Website: www.doc.ic.ac.uk | Filesize: 309kb
No of Page(s): 10
Read more
LINQ in Action Chapter 3
Short Description
This chapter covers:
+ An introduction to the key elements of the LINQ foundation
+ Sequences
+ Deferred query execution
+ Query operators
+ Query expressions
+ Expression trees
+ LINQ DLLs and namespaces
Website: www.manning-source.com | Filesize: 638kb
No of Page(s): 35
Read more
Data Access in .NET 3.5 with LINQ & ADO Entity Framework
Short Description
.NET 3.5
. Better integration WCF - WF
. VS2008 aligned to .NET 3.5
. Language enhancements
. LINQ
. Entity Framework (not in VS2008, released together win SQL2008)
. ASP.NET 3.5
Website: www.devitect.net | Filesize: 1209kb
No of Page(s): 20
Read more
Database access with Language Integrated Query
Short Description
Linq = Language Integrated Query. - Query language embedded in C# and VB.NET; so-called Standard Query Operators. - To query object structures, XML, and databases
Website: www.itu.dk | Filesize: 50kb
No of Page(s): 8
Read more
Linq (Language Integrated Query) Overview
Short Description
Query facilities have been added to the .Net 3.5 Framework and as a result query is no longer opaque to the programming language,Thus, the query benefits from compile-time checking. LINQ provides standard query operators that allow queries to be applied to any IEnumerable-based information source which includes most colllections.
Website: www.sandkeysoftware.com | Filesize: 1284kb
No of Page(s): 24
Read more
An Introduction to LINQ (Chapter 2)
Short Description
LINQ (Language Integrated Query) is a programming paradigm introduced with the release of .NET 3.5. LINQ allows you to build strongly typed query statements that can be applied to a variety of data sources in a symmetrical manner.
Website: lib.store.yahoo.net | Filesize: 353kb
No of Page(s): 6
Read more
Great LINQ To Sql Tutorial Series From ScottGus Blog
Short Description
We’ll revisit our data model in Step 5 of this tutorial below when we add some …… This pdf document is a compilation of ‘Using LINQ to SQL’ tutorial …
Website: it-box.blogturk.net | Filesize: 8227kb
No of Page(s): 118
Read more