| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
5 Articles match "ADO.Net","LINQ"
| Related DevelopMentor Courses | MORE | | Essential Entity Framework 4.0 with Data Services Training including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Write LINQ to XML queries to search XML documents and save them to the file system Create LINQ to Entities queries to execute stored procedures and perform updates in real-world database applications Build a rich conceptual entity model using the EF and visually map it to a database schema Learn how to implement Repository and Unit of Work design patterns with EF 4.0 How is LINQ to Entities different from LINQ to SQL? and Visual Studio 2010. DevelopMentor Courses - Wednesday, February 22, 2012 Essential.NET for C# Developers Training featuring.NET 4 Exposure to important.NET idioms, patterns, and best practices Use XAML, code-behind and partial classes Functional C# programming using Delegates, Lambda Expressions and LINQ Use LINQ to access objects, XML, and SQL relational data Write Metadata-driven code, including properties, events, and custom attributes Access Relational Databases and stored procedures using ADO.NET and the Entity Framework Build web sites with ASP.NET MVC Build rich client and rich internet applications using Silverlight 4.0 LINQ to XML allows you to locate information with a very concise syntax. DevelopMentor Courses - Wednesday, February 22, 2012 Essential SharePoint 2010 for Developers Training This module would focus on how to use LINQ on SharePoint data (SPLinq), Site Pages and Application Pages enhancements, Improvements in lists and schema, SPQuery new properties, Event API enhancements, Custom Error Pages and other important (sometimes well hidden) APIs you should know about. We would also take a look at the new Ribbon and it's customizations and extensibility options, how to consume REST APIs including ADO.NET Services from the client side and some interesting new Silverlight capabilities in SharePoint. Office 2010, and more. What is new in Office 2010? Dashboards? DevelopMentor Courses - Tuesday, March 1, 2011 |
16 Articles match "ADO.Net","LINQ"
| The Latest from DevelopMentor | MORE | | Windows Workflow Foundation futures and database access Not only does this feel like stepping 5 years back in time, back to plain ADO.NET, it also means that we get no compile time checking or IntelliSense whatsoever. These days most.NET developers have gotten used to, and expect, the power and beauty or LINQ with the related IntelliSense and compile time checking. The fact that we can’t do so in a workflow but have to revert back to basic ADO.NET as it was released with.NET 1.0 Another benefit is we can use any ADO.NET provider out there. Most of the new features are really cool but the database activities are not. The Problem Solver - Saturday, November 20, 2010 MongoDB vs. SQL Server 2008 Performance Showdown This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. If there is a database that is 100 times faster than SQL Server, free, easy to administer and you program it with LINQ just as you would with SQL Server then that is a very compelling choice. These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. Those were. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 WCF Data Services versus WCF Soap Services This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. All you have to do for a.NET client is simply write a LINQ query, and Data Services will translate it to a URI sent to the service. m going to steal an image from the.NET Endpoint blog , because it shows how each programming model rests on top of the infrastructure provided by WCF. Sweet. and WCF Data Services 4.0 Tony and Zuzana's World - Tuesday, April 13, 2010 | -
| The Best from DevelopMentor | MORE | - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client, Credit Solutions , that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. Tony and Zuzana's World - Tuesday, August 4, 2009 - Who is Improving LINQ to SQL? Plinqo by Code Smith!
A lot of people have lingering doubts about whether to use LINQ to SQL for real-world applications, especially since Microsoft has left it to languish in favor of the new version of the Entity Framework slated for release with.NET 4.0 Nevertheless, I have a consulting client that uses LINQ to SQL for their line-of-business web application and has had a very favorable experience working with it. In addition you’ll get better performance using LINQ to SQL (we’ll see how EF4 compares when it comes out). and Visual Studio 2010. file under a common folder. Tony and Zuzana's World - Tuesday, August 4, 2009 - MongoDB vs. SQL Server 2008 Performance Showdown
This article is a follow up one I wrote last week entitled “The NoSQL Movement, LINQ, and MongoDB - Oh My!”. In that article I introduced the NoSQL movement, MongoDB, and showed you how to program against it in.NET using LINQ and NoRM. If there is a database that is 100 times faster than SQL Server, free, easy to administer and you program it with LINQ just as you would with SQL Server then that is a very compelling choice. These inserts were performed by inserting 50,000 independent objects using NoRM for MongoDB and LINQ to SQL for SQL Server 2008. Those were. Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - Windows Workflow Foundation futures and database access
Not only does this feel like stepping 5 years back in time, back to plain ADO.NET, it also means that we get no compile time checking or IntelliSense whatsoever. These days most.NET developers have gotten used to, and expect, the power and beauty or LINQ with the related IntelliSense and compile time checking. The fact that we can’t do so in a workflow but have to revert back to basic ADO.NET as it was released with.NET 1.0 Another benefit is we can use any ADO.NET provider out there. Most of the new features are really cool but the database activities are not. The Problem Solver - Saturday, November 20, 2010 - WCF Data Services versus WCF Soap Services
This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. All you have to do for a.NET client is simply write a LINQ query, and Data Services will translate it to a URI sent to the service. m going to steal an image from the.NET Endpoint blog , because it shows how each programming model rests on top of the infrastructure provided by WCF. Sweet. and WCF Data Services 4.0 Tony and Zuzana's World - Tuesday, April 13, 2010 - ELINQ with EF 4.0 Course Update
I’ve been working feverishly the last couple of months to update my DevelopMentor course: Essential LINQ with Entity Framework 4.0. LINQ to Objects 3. LINQ to XML. LINQ to SQL 5. EF: LINQ to Entities. ADO.NET Data Services. Here is a breakdown of the course content: Day 1: 1. Functional Programming in C# 2. Day 2: 4. EF: Architecture 6. Day 3: 7. EF: Real-World Topics – Transactions, Concurrency, Stored Procedures 8. EF: N-Tier Applications 9. EF: Mapping Scenarios. Day 4: 10. EF: Development Approaches: – Patterns, TDD, Model-First 11. Tony and Zuzana's World - Tuesday, December 29, 2009 - Article: Azure Storage
Azure Table Storage can be accessed via ADO.NET Data Services (client-side) and this is the method we will use. Additionally we must define the tables and queries available to ADO.NET Data Services by created a class derived from TableStorageDataServiceContext and we do that below. Because we are using ADO.NET Data Services, querying can be done via LINQ as in "from c in svc.Contributors select c.Name". Ultimately ADO.NET Data Services is also built on a RESTful API so this translates to the underlying HTTP REST calls. I've republished here for my readers. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 %>
| | |