| |
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.
|
7 Articles match "2008","LINQ"
| Related DevelopMentor Courses | MORE | | Essential Windows Presentation Foundation - WPF Training Use VS.NET 2008 (or 2010) and Expression Blend together to build your user interface. Use new technologies such as LINQ and XLINQ with WPF. Integrate your visual designers with your developers to maximize their skills. Properly design your architecture to take advantage of data binding. Create professional, modern interfaces with animations, and special effects. Customize the appearance of controls with styles and themes. Utilize your existing controls, forms and resources from Windows Forms with WPF. What is MVVM and how do I use it? What are the new features in WPF 3.5 to WPF 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training Use LINQ to query in-memory collections with SQL-like syntax, including groups, joins and aggregate functions. Perform custom serialization of objects using LINQ to XML for persisting application state. The course covers Language Integrated Query (LINQ), which supports a uniform syntax for querying in-memory objects, XML and relational databases. Day 1: C# and LINQ C# 3.0 - 4.0 includes features designed to support LINQ (Language Integrated Query) but which are useful in their own right: anonymous types, lambda expressions, and extension methods. & 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 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 |
27 Articles match "2008","LINQ"
| The Latest from DevelopMentor | MORE | | Peeling Back the Onion Architecture The term was first coined by Jeffery Palermo back in 2008 in a series of blog posts. classic example is Microsoft’s data access stack, which tends to change every few years (remember the demise of LINQ to SQL?). If, for example, the data access layer is represented by a number of repository interfaces, you can swap out LINQ to SQL with Entity Framework or NHibernate (or your favorite ORM) without breaking other parts of the application. Download the code for this article. This is where the “Onion Architecture” comes in. This layer would contain your POCO entities. The Web.Ui Tony and Zuzana's World - Saturday, October 8, 2011 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. Thanks! Michael C. Kennedy's Weblog - Thursday, April 29, 2010 | -
| The Best from DevelopMentor | MORE | - 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. Thanks! Michael C. Kennedy's Weblog - Thursday, April 29, 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 … Continue reading → NoSQL Articles Visual Studio Michael C. Kennedy's Weblog - Thursday, April 29, 2010 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
Interact with the database using LINQ. How much faster than the finely tune system that is SQL Server 2008 can these open source NoSQL systems be?”. Here’s a simple comparison of running a bunch of concurrent inserts into SQL Server 2008 and MongoDB on the same computer. Shortly we’ll look at an example where we build out a disconnected, offline RSS reader that uses MongoDB and LINQ to store its data. You have several options when choosing how to access MongoDB from.NET but generally that means using LINQ and a light-weight object-mapper on top of MongoDB itself. Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Peeling Back the Onion Architecture
The term was first coined by Jeffery Palermo back in 2008 in a series of blog posts. classic example is Microsoft’s data access stack, which tends to change every few years (remember the demise of LINQ to SQL?). If, for example, the data access layer is represented by a number of repository interfaces, you can swap out LINQ to SQL with Entity Framework or NHibernate (or your favorite ORM) without breaking other parts of the application. Download the code for this article. This is where the “Onion Architecture” comes in. This layer would contain your POCO entities. The Web.Ui Tony and Zuzana's World - Saturday, October 8, 2011 - Call for speakers: 3rd Dutch Code Camp
Visual Studio 2010 VSTS Open Source SharePoint ASP.NET/MVC/Web development/Silverlight Windows 7 iPhone DNN VSTO LINQ SQL Server 2008 Geneva BizTalk Windows Presentation Foundation Windows Communication Foundation Windows Workflow Foundation www.TheProblemSolver.nl Op 21 november 2009 organiseren de SDN, de dotNED User Group en VBcentral.nl samen de derde Nederlandse Code Camp. Een unieke dag, voortkomend uit een unieke samenwerking. Kenmerkend aan deze dag is, dat het een evenement is dóór ontwikkelaars en vóór ontwikkelaars! Ben jij geïnteresseerd om ook een sessie te doen? The Problem Solver - Monday, October 26, 2009 - Article: Azure Storage
October 27th 2008, Los Angeles CA - It's 9 AM and Microsoft is hosting PDC (their most forward looking developer conference). Because we are using ADO.NET Data Services, querying can be done via LINQ as in "from c in svc.Contributors select c.Name". I recently wrote an article for DevelopMentor's Developments newsletter entitled Azure Storage. Read it at the DevelopMentor website here: [link]. I've republished here for my readers. Enjoy! Developments: Azure Storage. by Michael Kennedy. Listen to this article as a podcast: Azure-Storage-Article-Kennedy.mp3 ]. Enter Azure Storage. Michael C. Kennedy's Weblog - Wednesday, April 8, 2009 - Dynamic Data Access with LINQ
When I talk about LINQ people often ask whether it’s possible to have dynamic queries with LINQ. An example of this is presenting the user with a UI that allows them to optionally filter by some criteria or other and … Continue reading → Video LINQ Screencasts %>
| | |