madhavrao… » Uncategorized
Enterprise Library 3.1 was published for Visual Studio 2005. Enterprise Library 3.1 can be divided into following parts:
- Library which works against .Net 2.0 and can also be used with applications developed with .Net 3.5
- Design time tool support both outside Visual Studio 2005 IDE as a standalone tool and inside Visual Studio 2005 as integrated tool.
- Software Factory to extend Application Blocks and create new Application Block
All of this would work with Visual Studio 2005 except Visual Studio IDE integrated tool for modifying configuration files. Patterns and Practice team has developed registry script which will change it.
To enable Enterprise Library Configuration Editor inside Visual Studio 2008, one would have to follow following steps:
- Run the registry script available at Codeplex
- Run “devenv /Setup” command from Visual Studio Command prompt.
| Share this post : |
LINQ Video Tutorials on WindowsClient.Net
- Software Composability and the Future of Languages
- Anders Hejlsberg on LINQ and Functional Programming
- How Do I: Get Started with LINQ?
- How Do I: Perform Group and Aggregate Queries?
- How Do I: Link over Datasets?
- How Do I: Get Started with LINQ to SQL?
- How Do I: Create a One-To-Many Form using LINQ to SQL?
- How Do I: Upgrade Visual Basic Projects to Enable LINQ?
- How Do I: Get Started with LINQ to XML?
- How Do I: Enable XML IntelliSense and Use XML Namespaces?
- How Do I: Create XML Documents from SQL Data?
- How Do I: Create Excel Spreadsheets using LINQ to XML?
LINQ Tutorial by Scott Gu
- Part 1: Introduction LINQ to SQL
- Part 2: Defining our Data Model Classes
- Part 3: Querying our Database
- Part 4: Updating our Database
- Part 5: Binding UI using the ASP:LinqDataSource Control
- Part 6: Retrieving Data Using Stored Procedures
- Part 7: Updating our Database using Stored Procedures
- Part 8: Executing Custom SQL Expressions
- Part 9: Using Custom LINQ Expression with <asp:LinqDataSource> Control
- Using LINQ to XML
- LINQ to SQL Debug Visualizer
- Understanding LINQ to SQL Translation